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 library which consists of the libGLU.so file. You can fix this issue by downloading and installing the library by entering this command in a Terminal. After this process is complete, any program, script […]
Tag: linux
How to fix Dummy output issue in Fedora
If your sound settings shows Dummy output instead of displaying the sound device in Fedora, then your install might missing a certain sound card drivers. There are times when the sound card works in the first boot or in the live session, but does not work after the installation. There are many reason to come […]
Nvidia drivers on Fedora for RTX cards
This article will cover how to install the current Nvidia drivers on Fedora. As of authoring this article the current release of Fedora is 33. I am using RPM Fusion because that is the only way I have my RTX 2070 Max-Q (Refresh) working. Adding RPM Fusion to the system These repositories ship with extra […]
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 setup on your local network. This environment can be used for web and software development. It will give you complete access to the Raspberry Pi hardware remotely. To achieve this, […]
Devel Basis on OpenSUSE/SLE
If you are an Ubuntu or Debian user, you are looking for build-essential for OpenSUSE or SUSE Linux Enterprise. Build essential is a package that is a reference to all packages required in order to compile a Debian package. It is a common practice for developers to install this package in order to get the […]