A simple python Youtube video downloader GUI

Last week I was learning a bit of python and I stumbled on this video: Build A Modern Python GUI Project | Step by Step Tutorial, which it was really nice and concise, so I decided to take what was there already and improve it a bit on things that I…

Proxmox network interface instability

Almost a year ago, I did setup Proxmox on an old gaming machine with 8 CPU and 16 Gb of ram. I wish I knew earlier about Proxmox as is such a great tool that anyone doing a bit of self-hosting should consider using. I am not going to explain…

Run Visual Studio solution and IIS from a script

Where I work we use Visual Studio as IDE to run our main app that compile the Visual Studio solution .sln and the IIS Sever. Since I never liked Visual Studio as it's an heavy and bloated IDE, with many things that I will never use, I wanted to to…