Make the DNF package manager faster and more efficient.

Here is how to speed up the DNF package manager on your Rocky, Fedora, CentOS, RHEL, or any other Linux distribution that uses Dnf as its package manager. The d

Read Article

Upgrade Rocky Linux from 8.x to 9 (Tested method)

I recommend you back up all your data or take a snapshot of the current install before following along and performing the upgrade. If you are using a third-part

Read Article

How to install NVIDIA drivers on Rocky Linux 9

This article will cover how to install NVIDIA drivers on Rocky Linux 9. This is a step by step tutorial. In order for the driver to install and work correctly y

Read Article

Fixing Houdini startup error on Linux

After installing Houdini, you may come across this error. This error appears in the Terminal; if you open it from the application launcher, you maybe be getting

Read Article

Finding all files with a certain extension in Linux?

find /tmp -name "*.py" The example above uses the find command to search files in the tmp folder for Python files that have the extension .py. To get a list of

Read Article

NVIDIA drivers on RHEL 8

This article will cover installing and setting up official Nvidia drivers on Red Hat Enterprise Linux; this method has been tried and tested on RHEL 8. It works

Read Article