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.

How to use X11 (Xorg) instead of Wayland with KDE Plasma in Fedora

By default the KDE Plasma Workspace uses the newer Wayland protocol, however not all applications and use cases are compatible with it. GNOME still uses X11 by default, although it has a Wayland option too. NoMachine is such an example that’s not currently compatible with Wayland, and as such I couldn’t use it properly with … Read more

Fixed: Fedora doesn’t shut down my PC

My Fedora workstation developed a nasty habit recently: after issuing a shutdown command, the workstation doesn’t turn off. All I get is a blinking cursor at the top left, hanging there forever. First time this happens I thought I’ll just press the power button for a manual override, but of course I paid the hefty … Read more

How to install KDE on Fedora

Just in case I forget, here’s how to easily install the KDE Desktop on Fedora 40. First we download the components, then we switch over to it and make it the default. I should have taken notes last time but forgot – glad I’m getting another chance to do it again. Installing KDE Open up … Read more

Fixed: Failed to write data to efivars on HP Z840 Workstation (Fedora)

I’ve had an update message in Fedora for a while on my HP Z840 workstation. It was something about an EFI update with a patch against something about DBX and Black Lotus that sounded rather important, but for the life of me the update would never apply. It could update all other softwares, except for … Read more

How to run Unreal Engine 5.x on Fedora (without compilation)

Since Unreal Engine 5.0, EPIC have been providing pre-compiled binaries that can be run on most common Linux installations, including Ubuntu, Fedora and CentOS. I’ve tried it out on a brand new Fedora 40 system and it worked great, without having spend an additional hour waiting for the compiler to do its thing. So yay! … Read more