Darryl Dias

04 Mar 2021 in

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 the libGLU.so file.

You can fix this issue by downloading and installing the library by entering this command in a Terminal.


      

Continue Reading →

23 Feb 2021 in

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

Sometimes, the sound card works in the first boot or the live session but does not work after the installation.

There are many reasons to com...

Continue Reading →

03 Feb 2021 in

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 by the PyPA, simply run the command below
```
pkg install py37-pip
```
```

The command above will in...

Continue Reading →

02 Jan 2021 in

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.

Update: In order for the drivers to work correctly, disabl...

Continue Reading →

01 Jan 2021 in

Here is how to install and set up Microsoft's .Net Core 5 on Raspberry Pi, this tutorial covers installation for both 64 and 32-bit ARM architecture.

I am using Ubuntu 20.04, but Raspbian should work as well.

To check what OS architecture the Raspberry Pi is, run the following command.


      

Continue Reading →