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. […]
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 […]
How To Uninstall Autodesk Genuine Service
If you have stopped using Autodesk products, you might have uninstalled all the programs you no longer, but wait, there is more, Autodesk never lets you uninstall Autodesk Genuine Service from your computer, you have to force uninstall it. The uninstaller will launch, when executing the uninstaller, but it does not let you uninstall it. […]
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 this error but it does not show in any way. The solution to this error is to set the environment variable of LD_PRELOAD, as given below. You can […]
How do I search for an available Python package using pip?
If you are searching for packages using Pip you may come accross this error. This is because after December 2020 pip search functionality has been discontinued, due to unmanageable load on PyPi’s XMLRPC API service. The alternate to this is installing the pip_search package using pip. Pip search is similar to pip search command, it […]