Skip to content
daniel@cosenza:~/blog

tag

#linux

26 posts

WSLDeep Dive August 5, 2026 2 min read

The Linux Kernel Microsoft Actually Maintains for WSL2

WSL2 doesn't borrow a distro's kernel — Microsoft maintains its own fork, patched specifically for the virtualized environment WSL2 runs in, and ships it independently of both Windows and any Linux distro's own kernel.

#deep-dive#wsl2#kernel
Read more
LinuxNews December 23, 2025 2 min read

Linux 6.1 Merges Initial Rust Support

Released December 11, 2022, Linux 6.1 became the first kernel version to officially accept Rust as a second language for kernel development, alongside C.

#news#rust#kernel
Read more
LinuxHow-To October 8, 2025 3 min read

How to Configure a Firewall with nftables

A complete, working nftables ruleset for a typical server — default-deny inbound, stateful connection tracking, and a handful of explicit allowed services.

#howto#nftables#firewall
Read more