Linux tutorial - IT technology blog

Landlock LSM on Linux: Sandbox Applications Without Root Using Built-in Kernel Security

Landlock LSM is a security module built into the Linux kernel since version 5.13, allowing applications to restrict their own filesystem access without root privileges. This post shares real-world deployment experience on Ubuntu 22.04 in production over six months: Python examples using ctypes, wrapping binaries with landlockrun, and combining with systemd hardening.
Virtualization tutorial - IT technology blog

Enable Hyper-V on Windows 11 and Create Virtual Machines with PowerShell: Practical Tips for Developers

A guide to enabling Hyper-V on Windows 11 and creating Linux/Windows VMs with PowerShell — from checking CPU support and creating virtual switches to automation scripts that spin up an Ubuntu VM in minutes. Practical tips for developers who need a Linux environment directly on their Windows machine without installing extra software.