Install dependencies Log in to your Debian 9 VPS via SSH as user root and make sure that all packages are up-to-date. ssh root@Server_IP_Address -p Port_Number apt-get update apt-get upgrade [...]
Everyone loves speedy websites and search engines love them as well. If your speedy website is an e-commerce site, you will likely have a better conversion rate. In this article, we will show you [...]
1. Connect to your server First, you will need to login to your server via SSH as user root: ssh root@IP_ADDRESS -p PORT_NUMBER and replace “IP_ADDRESS” and “PORT_NUMBER” with your actual server [...]
Step 1: Create an RSA Keypair The first step is to use the “openssl” package on Linux/CentOS to create an RSA key pair. To do this, make sure that you have the package installed. If not, install [...]
Step 1: Install Stow The “stow” package should be available in your regular package repositories. In this example, we are using CentOS so we need the extended EPEL libraries. You can install them [...]