WSL

Technical Journal // WSL
Apr '26

Kubernetes on WSL2 and the macOS tunnel

A pragmatic guide to running k3s inside WSL2 on a Windows gaming PC and accessing it securely from a MacBook. No LAN exposure, no fragile port proxies: just SSH and control-plane tunneling.

Mar '26

The WSL2 Performance Tax: Why Your Go Apps Are Slow on Windows

If you're building Go applications on WSL2 and keeping your source code on the Windows filesystem, you're paying a hidden performance tax on every build. Here is how to reclaim your CPU cycles.

May '21

Access Wsl Filesystem From Windows 10 File Explorer

If you want to get Linux environment in your Windows system there are some solutions that provide the opportunity. For example MYSYS, CYGWIN and a Virtual Machine (If you want complete linux machine) or Multiple Boot. But some of them aren’t much powerful and some are resources hungry like Virtual Machine. So, the solution is WSL (Windows Subsystem for Linux). You can learn how to setup WSL from here.