• Compact WSL disk storage to reclaim space

    If you use WSL a lot, you might have noticed something annoying where the disk space never seems to come back. You clean up a bunch of Docker images, delete a huge node_modules folder or drop some big datasets… and yet your drive is still just as full as before....

    Read More...
  • WSL Windows apt broken (Ubuntu 18.04)

    apt just got broken on my WSL installation. I didn’t dig through much, but it started once I upgraded to Ubuntu 18.04. Here the error I’m getting when trying to install new packages: apt: error while loading shared libraries: libapt-private.so.0.0: cannot open shared object file: No such file or directory...

    Read More...
  • WSL / Ubuntu / ZSH and Hyper Terminal

    I’ve been using Windows Subsystem for Linux for quite a long now. What is Windows Subsystem for Linux? It’s basically to run a Linux environment in Windows OS Even if it wasn’t really stable at the beginning, a lot of improvements have been made. At work I have quite a...

    Read More...