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

Raspberry Pi 3 Blender Render Benchmark

Software: Blender 2.82 (sub 7) Scene file: BMW 27 (Cpu) by Mike Pan. Renderer: Cycles Hardware: Raspberry Pi 3 Model B OS: Ubuntu 12.04 LTS 64 Bit. Linux ubuntu

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

Install Python Pip on FreeBSD

To install Python 37, run the command below; if it is installed, you can skip this step. pkg install python37 To install the Pip package installer, recommended

Read Article