Install and use Vim Text Editor on your Cloud Server
Introduction If you’ve never heard of Vim, or “vi” for short, this article will change your life*. One of the most powerful text editors accessible from the command line...
Read MoreIntroduction If you’ve never heard of Vim, or “vi” for short, this article will change your life*. One of the most powerful text editors accessible from the command line...
Read MoreIntroduction HTTP redirection is way to point one domain or address to another. There are a few different kinds of redirects, each of which mean something different to the client...
Read MoreIntroduction SFTP stands for SSH File Transfer Protocol. As its name suggests, it’s a secure way of transferring files to a server using an encrypted SSH connection. Despite the...
Read MoreIntroduction SSH is a secure protocol used as the primary means of connecting to Linux servers remotely. It provides a text-based interface by spawning a remote shell. After connecting,...
Read MoreIntroduction MariaDB is an open-source database management system, commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured...
Read MoreIntroduction MySQL is an open-source database management system, commonly installed as part of the popular LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured...
Read MoreWhat is Caching? Caching is a method of improving server performance by allowing commonly requested content to be temporarily stored in a way that allows for faster access. This...
Read MoreIntroduction Intelligent content caching is one of the most effective ways to improve the experience for your site’s visitors. Caching, or temporarily storing content from previous requests, is part...
Read MoreIntroduction Mod_deflate is an Apache module which allows output from your web server to be compressed before being sent to the client. Once the size of your site content...
Read MoreIntroduction This tutorial will show you how to set up Bacula to create backups of a remote CentOS 7 host, over a network connection. This involves installing and configuring...
Read More
Recent Comments