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!
Cloud computing is the latest wave in IT infrastructure. It provides users with services that are scalable, accessible, and can be accessed on demand. What’s more, it is also cost-effective. However, as with any other trend in the tech world, cloud computing has its pros and cons. Public cloud vendors lock you into their own […]
Many website owners express concerns about the security of WordPress. Some even question if WordPress is secure. An open source script is believed to be susceptible to a variety of attacks. Is that true? When that’s the case, how do you protect your WordPress website? WordPress websites are actually considerably more secure than their counterparts […]
If your disk space is full on your Linux server, or is approaching 100%, in this tutorial we will show you how to troubleshoot which directories are using up the most usage. STEP #1: Log into your server via SSH as root. STEP #2: Check the current disk space using df-h command. STEP #3: Check […]
The main packages required to run a web application on a Linux server will be Apache, MySQL, PHP and commonly known as LAMP (Linux, Apache, Mysql, PHP). A Linux OS will be installed on your server (in this example, Ubuntu Server). Apache is the web server. MySQL is the database administration system. The PHP package […]
In this tutorial, we will cover how to increase swap space on a Linux environment. In this example, we will utilize a VPS server that has a RAM allocation of 1 GB RAM. For a server having RAM of 1GB, the ideal SWAP space should be between 1GB and 2GB according to the application that […]
How to install VestaCP Control Panel (Free cPanel Alternative) You will need a control panel to manage websites, database email accounts etc on a dedicated server or VPS. The control panel is a way to get rid of manual setup of everything in a VPS. The control panel will setup a web server, database server […]
If you suspect that the MySQL performance of your server has degraded and want to dig deeper on finding the exact cause, enabling MySQL slow queries is a good place to start with. The slow query log is a feature in MySQL which enables us to log queries that exceed a predefined time limit. This […]
Did you know that RackNerd is an official partner of Wasabi? We can deliver Wasabi Hot Cloud Storage services for use across our services in any of our datacenter locations. Feel free to contact our sales team for more information: sales@racknerd.com In this tutorial, we will be going over how to integrate Wasabi onto a […]
Run all the commands as sudo non-root user only: Step 1 – Update and upgrade the packages sudo — sh -c ‘apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y’ Step 2 – Install Docker in the server sudo curl -sS https://get.docker.com/ | sh Once docker is installed, start it, […]
The WordPress White Screen of Death can happen due to multiple reasons and in this tutorial, we are going to outline some of the major possibilities, as there is a high probability that you will find your culprit in anyone of these. Memory issue: If you are on a shared web hosting plan, then each […]