Remove unused Flatpak Runtimes from Linux

Flatpak does not remove dependencies such as runtime components after a certain program is removed, this means if the program has been uninstalled the runtime l

Read Article

Jekyll on Fedora

Jekyll is a free and open-source static site generator written in Ruby. It is popularly known for being used to power the GitHub Pages service. I switched my te

Read Article

How to fix libGLU.so.1 not found on Fedora

Here is how to fix the error "libGLU.so.1 not found" this error takes place because the Fedora install is missing the mesa-libGLU, the library which consists of

Read Article

How to fix Dummy output issue in Fedora

If your sound settings show Dummy output instead of displaying the sound device in Fedora, your installation might be missing specific sound card drivers. Somet

Read Article
Nvidia drivers on Fedora for RTX cards

Nvidia drivers on Fedora for RTX cards

This article covers how to install the current Nvidia drivers on Fedora. As of writing this article, the current release of Fedora is 33. I am using RPM Fusion

Read Article
Turn Raspberry Pi into a remote Linux development environment.

Turn Raspberry Pi into a remote Linux development environment.

This article will walk you through the step-by-step process of setting up your Raspberry Pi into a remote Linux development environment. You can access this set

Read Article