Linux Archives

Over 80% is running on some form of Linux – so does your Mac and you iPhone. Sometimes we have to get our hands dirty on the command line – it makes you feel like a proper hacker.

Here are some pointers I picked up on my journey.

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

FIXED: Why some Windows games refuse to be installed in Steam on Linux

Most if not all Windows games have an install option on my Steam Deck, but when trying to install the same games on my Fedora workstation, Steam says the game is only available for Windows and cannot be installed. What gives? Turns out there’s a setting that will make this option available, but it’s disabled … Read more