Boosting Windows 11 with WSL on Proxmox

In my home lab, I rely on Proxmox as my virtualization platform and run it on a powerful AMD Ryzen 9 9950X CPU with 16 cores and a total of 96 GB of RAM. This...

Setup JetBrains Rider in a Container

I’ve been playing around with Fedora Silverblue for a while now. I find the concept of immutable distributions extremely interesting, even if it still has a few problems. As soon as you deal with immutable...

.NET Memory Analysis with Linux

For Windows, there are various programs and tools for the analysis of memory/performance problems of .NET programs. These include the “official” programs from Microsoft such as Perfview, Visual Studio or WinDBG.

Capture a network trace with windows

Tools such as Wireshark or tcpdump are often used to analyse network problems. Especially tcpdump is pre-installed in most Linux distributions and can be used directly. But what to do in a pure Windows server/client...