This article will cover the step-by-step process of installing Docker on an Ubuntu Server. Step 1. Update the apt package index. Step 2. Install packages that allow us to use the repository over HTTPS. Step 3. Adding the official Docker GPG keys Step 4. Adding the Docker repository Step 5. Update the apt package index […]
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 default configuration of DNF is not optimized for speed. We can add a few tweaks to the dnf.conf and make it faster. The tweak we can […]
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-party repository, please check if the third-party packages are compatible with the upgrade, or else the packages may break. Updated: Use the command above, the command below […]
Install Homebrew on MacOS
Homebrew is a third-party package manager that lets you install apps and services using the command line on macOS. This saves time and makes it easier to manage third-party software. In simple words, Homebrew completes MacOS if you are a Linux user you know what I am talking about and you would love it. All […]
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 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. […]