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!
Are you working on Deep Learning/Machine Learning/AI based projects? If so, this tutorial is for you! In this tutorial, we go over how to setup TensorFlow on a VPS or Dedicated Server. Due to higher resource/CPU requirements, we highly recommend running TensorFlow within a dedicated server (instead of a VPS) environment. Before deep diving into […]
ElasticSearch is one of the most well-known open-source distributed search and analytics engines. It is commonly used for applications that have advanced search requirements. Huge e-commerce stores, for example, are known to make quite an extensive use of it. In this tutorial, we’ll go over how to install ElasticSearch on your Ubuntu server. Install ElasticSearch […]
Looking for an open-source memory data management tool which will help you manage your database cache? Then Redis is a good solution to consider! In this tutorial, we are going to go over some steps on how to install Redis on your server running on Ubuntu 18.04 or Ubuntu 20.04. Here are some features of […]
Tar works just the same as .Zip archive. We use one type of archive format to compress and store multiple files or directories into one file formatted with the .tar.gz extension. The Linux platform has .tar.gz is the most common utility to compress the files for backups and it uses Gzip which is the most […]
How to Install BT.CN Control Panel on your VPS or Dedicated Server The below tutorial is written in English. Looking for the Chinese version of this tutorial? Check out RackNerd’s tutorial on how to install BT.CN Control Panel in Chinese here: https://blog.racknerd.com/install-bt-cn-chinese/ Are you from Mainland China, and you are seeking a free/viable alternative control […]
Ever wanted to mount a remote directory? SSHFS is a file system that is used to mount remote directories through an SSH connection. This is useful if for example you have a backup server somewhere but wish to utilize it on another server within a specified directory. In this tutorial, we will show you how! […]
By default, if you have a control panel, you can easily manage and create FTP accounts. But in the case of a Windows VPS, you need to have the FTP server role configured manually from within the Operating System. In today’s guide, we will provide you with step by step instruction on how to configure […]
In this tutorial we will go over how to install Proxmox Debian 11. If you are looking for a dedicated server to run Proxmox on, consider RackNerd’s dedicated server plans here. Our dedicated servers can be installed/configured with Proxmox and are ideal if you are looking to create multiple virtual machines! What is Proxmox? Proxmox […]
If a container fails to respond in Docker with the error: “a prune operation is already running” then by the end of this tutorial, you will know exactly how to resolve it! What causes the above issue? When a Docker container fails to respond or run in Docker, this problem may appear. This can be […]