How To: Play Zelda - Majora's Mask (and Ocarina of Time) with 4K Textures on the Steam Deck

I recently decided to revisit the childhood memory of mine that is “Zelda - Majora’s Mask” on my Steam Deck. I’ve never owned a Nintendo console and was only ever able to play at a friend’s place or watch them play. I figured that after so many years it was finally my turn to play, especially because I now have a console (sort of) that is quite powerful at emulation. ...

December 5, 2023 · 3 min

How To: Choose a specific WiFi radio band on Linux

Sometimes I don’t work from home but at my family’s or a friend’s place. Turns out the router at one of these places is terrible and can’t reliably provide WiFi for my laptop sitting some 4 meters away (with 2 doors in between). I thought this was rather odd because my phone didn’t struggle with this so I asked around and thought about it some and the most obvious culprit seems to be the WiFi radio band that’s used. ...

November 29, 2023 · 2 min

How To: Run Freelancer on Linux

Here’s another piece of gaming nostalgia: Freelancer. It’s celebrating its 20th birthday this year which seems like a good opportunity to me to get it up and running again. Prerequisites Although this can probably achieved in any number of ways here is what I used: Lutris (flatpak or native), the version used here was 0.5.14 from Flathub Freelancer install script for Lutris (the following is a customized version of this which contains various fixes including a no-CD fix). This script contains a custom return code after the initial installation. This is necessary because this step does not exit cleanly resulting in the Lutris installation crashing. Expand to see script ...

November 8, 2023 · 7 min

How To: Create a Digital Frame with MagicMirror

I’ve wanted a digital frame at home for a while now. I’m notoriously bad at organizing pictures, even worse at sorting, printing, arranging or displaying them. So when I found out that digital frames were a thing it seemed like this would be a natural solution to this problem. Unfortunately, the commercially available ones either don’t have the features that I want (e.g. some way to connect with my images stored in my Nextcloud) or feature worrying amounts of integration with various third-party services, clouds, phone apps and whatnot. I’m absolutely not inclined to yield control of my pictures to some provider who is supposed to sell me a device for displaying them but maybe that’s just me. ...

February 8, 2023 · 5 min

How To: Find Which Package Provides a Given File

Don’t you just hate it when you’re in your terminal and want to run some commands, only to discover that you don’t have the appropriate package installed (yet)? Maybe you recently reinstalled your machine and haven’t fully set it up yet or there is a mismatch between your personal and work machine. Whatever the case, you quickly want to install the package and get on with it. But what if the name of the command isn’t the name of the package? In this case you need to query the repos. What’s the command for doing that again? I keep forgetting it. ...

November 2, 2022 · 1 min