Posted inLinux

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 libraries do not uninstall with it. This can over time cause massive disk space usage, if you heavily rely on it. Step 1. Removing runtime dependencies using the unused flag […]

Posted inLinux

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 testing machine to Fedora 34 to test Gnome 40 and to work on some web development projects. In that process, I discovered that setting up Jekyll requires […]