Category Archives: Guides
Here at RackNerd, we're on a mission to introduce infrastructure stability on a global scale - one server at a time. Learn more about our story and why you should choose RackNerd for your infrastructure as a service (IaaS) needs!



How to Install network-scripts on AlmaLinux 9, RockyLinux 9, and CentOS Stream 9

Wondering how to install network-scripts on AlmaLinux 9? Or how to install network-scripts on RockyLinux 9, or CentOS Stream 9? Getting an error when attempting to install network-scripts via yum or dnf? This is because the ‘network-scripts’ package has been deprecated in newer versions of RHEL and is no longer included by default. This means […]

How to Create, List, and Extract a RAR File in Ubuntu

Install Unrar Package First you need to enable the repositories as shown below: root@ip-172-31-28-131:~# sudo add-apt-repository multiverse Then you need to update the package cache using the command: root@ip-172-31-28-131:~# apt update Now, you need to install the package as shown below: root@ip-172-31-28-131:~# apt-get install unrar To get the version of the package use: root@ip-172-31-28-131:~# unrar […]