Latest Articles

Use the navigation at the bottom to see older articles

Getting Started with WSL in Windows 11

I wanted to access several EXT4 partitions on a dual-boot Fedora/Windows system from Windows to share storage space. One option I came across was to boot into Windows, then use WSL to mount these partitions and use them as if they were native drives. Did it work? I’ll leave that for another article (it got … Read more

How to setup VSFTP on Fedora

FTP is a cheap and easy way to communicate with a headless server. While I’m happily using FileZilla Server on several other systems, there’s no pre-built binary for Fedora available. However, both ProFTP and VSFTP are simple FTP servers that can be installed from the command line and are ready to rock in seconds. Let’s … Read more