WSL Debugging web requests using mitmproxy, WSL and VSCode If there is one thing I find absolutely essential when doing any kind of development or troubleshooting is to have a good tool for intercepting web requests and inspect the payloads. It takes out a lot of guess work from the process and you can play around with the requests
WSL Fixing a WSL2 Linux distro that wont start Or - how I tried to be smart and failed. Sometimes, I forget that the WSL2 doesn't run exactly like normal Linux - systemd doesn't run, for example. So, when I add some NFS mounts to /etc/fstab my whole distro stops responding the next time
WSL Hack on the go Straight to it: Windows 10, WSL 2 and Kali. To me: Best of both worlds, but I do realize it is a subject of preference and passion. But, instead of getting into that bit - let's have a look at what that combination gives you! WSL - or
Development Remote development with VSCode The @code team shimmied down my chimney really early this year with a awesome present! Finally, I can use my WSL and containerized environments for development in VSCode (also SSH, but thus far hasn't been my need). Introducing Remote Development for @code 🚀💻🛰️ A new set of extensions that