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. […]
Tag: linux
How to fix Windows 10 Search bar
If Windows search bar is not working for you, here is how to fix it. These steps don’t need a restart. Steps to fixing the issue. Open a Administrator Command Prompt and enter the command below. The command will open a dialogue window. Click next. Now check “Can’t start a search or see results” and […]
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 […]