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 you need to disable secure boot, this is by design. First we need to get EPEL enabled, we can do this with the command below. […]
Category: Linux
Finding all files with a certain extension in Linux?
The example above is using the find command to search files in the tmp folder for Python files, that have the extension .py. To get a list of all the files with the same extension inside the current directory, for this example looking for all the Python extension files. In the above example the . […]
Install Zoom on Ubuntu
Zoom is a secure ( lol ), reliable propriety video teleconferencing software program developed by Zoom Video Communications, Inc. The free plan allows up to 100 concurrent participants, with a 40-minute time restriction. Users have the option to upgrade by subscribing to a paid plan. The highest plan supports up to 1,000 concurrent participants for meetings lasting […]
NVIDIA Drivers on Rocky Linux
Here is how to install the official Nvidia drivers on Rocky Linux and it works flawlessly. This works best on the default kernel that ships with Rocky Linux, if you have custom Kernel or modified setup, there might be need for extra steps. The extra steps are out of the scope of this article. Update: […]