How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on CentOS 8

This tutorial will teach you, step-by-step, how to install the LEMP stack on a CentOS 8 server.

How To Secure Nginx with Let’s Encrypt on CentOS 8

In this tutorial, you will learn how to secure Nginx with Let's Encrypt on CentOS 8.

How To Set Up Multi-Factor Authentication for SSH on CentOS 8

This tutorial will teach you, step-by-step, how to set up multi-factor authentication for SSH on CentOS 8.

How To Set Up SSH Keys on CentOS 8

This tutorial will teach you how to set up SSH Keys on a server running CentOS 8. SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with…

How to Install Nginx on CentOS 8

Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and most popular sites on the internet. It is more resource-friendly than Apache in…

How To Secure Apache with Let’s Encrypt on CentOS 8

In this tutorial, you will learn how to secure Apache with Let's Encrypt on CentOS 8. We will use the Let’s Encrypt client Certbot to obtain a free SSL certificate for Apache on CentOS 8…

How To Install the Apache Web Server on CentOS 8

In this guide, we’ll explain how to install an Apache web server on your CentOS 8 server.

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 is the vim editor. Built on…

OpenSSL Essentials: Working with SSL Certificates, Private Keys and CSRs

OpenSSL is a versatile command line tool that can be used for a large variety of tasks related to Public Key Infrastructure (PKI) and HTTPS (HTTP over TLS).

How To Secure Apache with Let’s Encrypt on Ubuntu 18.04

In this tutorial, you will learn how to secure Apache with Let's Encrypt on Ubuntu 18.04, using the Apache client Certbot to obtain a free SSL certificate and set up your certificate to renew automatically.