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 Configure Static IP Address on Ubuntu 16.04 To configure a static IP address on a Ubuntu 16.04 server, you need to access the server as root user or as a sudo user with super user privileges. Ubuntu 16.04 uses the interface file (/etc/network/interfaces) to configure the network settings. Before starting changing the network […]
Sometimes, in the world of WordPress, you may run into a situation where you can no longer access the WordPress website or its Admin dashboard due to a plugin having compatibility issues with some aspect of your WordPress based installation. Therefore, the first step of troubleshooting a WordPress issue usually starts with disabling the plugins […]
AMP (Application Management Panel) is a simple to use and easy to install control panel and management system for hosting game servers. Everything is taken care of by its clear and intuitive web interface. AMP makes managing game servers easier without sacrificing control or flexibility. Initial Installation of AMP on the Command Line AMP provides […]
With this step-by-step tutorial, we will go over how to disable WordPress XMLRPC without a plugin. Continue reading to learn more! Before we begin, let’s identify what XMLRPC is used for. Remote communications between our website and external apps are made possible through XMLRPC. In other words, it enables consumers to engage with our WordPress […]
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 […]
Today, we’re proud to announce that AlmaLinux OS 9, Rocky Linux OS 9, and CentOS Stream 9 OS templates are now live and available on RackNerd’s VPS platform! If you’re interested in reinstalling your VPS, we now have these OS templates available for you to reinstall within just a few clicks of a button. Existing […]
Cloud storage is one of the most reliable solutions to sharing and storing critical data accessed from any location or device. Google drive is the most budget-friendly cloud storage, which offers 15GB of free cloud storage and incremental cloud storage services that can be used on Windows, macOS, and Linux. In this article, let’s learn […]
In this tutorial, we’re going to go over how to migrate from CentOS 8 to AlmaLinux. As a note, for the migration, you should be running on Centos version 8.3 or higher – additionally, please make sure sure you have 5GB of disk space for the upgrading process. If you run a lower version, you […]
Before we dive into the technical details, let’s start by understanding what WordPress Multisite is. A WordPress Multisite (or Multisite network as WordPress calls it) enables you to run and manage multiple WordPress sites/blogs from a single WordPress instance. New sites can be instantly deployed and managed using the same username and password. It also […]