Linux Linux posts The kernel primitives, init systems, and tooling behind the world's most-deployed OS.
Linux News July 2, 2026 2 min readReleased December 17, 2003, the 2.6 series brought in-kernel preemption, NPTL threading, SELinux, and support for far larger process/user counts — the foundation the kernel built the next two decades on.
Linux Deep Dive June 25, 2026 3 min readA minimal but complete walkthrough of writing, building, loading, and communicating with a Linux kernel module.
Linux Deep Dive June 16, 2026 3 min readHow procfs and sysfs expose live kernel state as ordinary files, and the specific paths worth knowing for debugging a running system.
Linux Deep Dive June 7, 2026 3 min readHow Debian's APT, Fedora's DNF, and Arch's Pacman differ in dependency resolution, package format, and update philosophy.
Linux Deep Dive May 29, 2026 4 min readHow eBPF lets sandboxed, verified programs run inside the kernel, and why that changed what's possible for tracing, networking, and security tooling.
Linux Deep Dive May 20, 2026 4 min readHow the VFS layer lets ext4, XFS, Btrfs, NFS, and procfs all answer to the same read/write/open calls.
Linux Deep Dive May 11, 2026 4 min readA stage-by-stage tour from power-on firmware through GRUB, the kernel, initramfs, and systemd reaching a running system.
Linux Deep Dive May 2, 2026 3 min readHow cgroup v2's unified hierarchy replaces v1's tangled controller mounts, and how to read and write limits directly through the filesystem.
Linux Deep Dive April 23, 2026 4 min readHow each of the Linux kernel's namespace types isolates a specific global resource, and why containers are just processes with a curated set of them.
Linux Deep Dive April 14, 2026 3 min readHow systemd's unit model replaced sequential init scripts with declarative, dependency-driven service management.
NewerPage 2 of 5 Older