Skip to content
WSL

WSL posts

A real Linux kernel and userland running alongside Windows — architecture, integration, and daily use.

WSLDeep Dive July 11, 2026 2 min read

How WSL Actually Packages and Distributes Linux Distros

Installing Ubuntu via the Microsoft Store feels like installing any other app. Underneath, WSL distros are root filesystem tarballs registered with a small platform layer — and that model is what makes import/export and custom distros possible.

#deep-dive#wsl2#distros
Read more
WSLFix July 11, 2026 3 min read

Fixing WSL2 Clock Drift After Sleep or Hibernation

The system clock inside WSL2 falls behind Windows' own clock, especially noticeably after your laptop sleeps and resumes. Here's why the VM's clock actually drifts, and how to force it back in sync.

#fix#wsl2#clock
Read more
WSLFix July 11, 2026 3 min read

Fixing High vmmem Memory Usage in WSL2

Task Manager shows vmmem consuming several gigabytes of RAM, even when you're not actively using WSL. Here's how to actually diagnose what's holding that memory, and how to cap it properly.

#fix#wsl2#memory
Read more
WSLFix July 11, 2026 2 min read

Fixing WSL2 Networking and DNS Resolution Failures

Ping works, but domain names won't resolve inside WSL2 — or the reverse. Here's how to actually diagnose whether the problem is DNS configuration, VPN interference, or the networking mode itself.

#fix#wsl2#networking
Read more