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.

How To Install the Apache Web Server on Ubuntu 20.04

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

How To Install the Apache Web Server on Ubuntu 18.04

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

Nginx Essentials: Installation and Configuration Troubleshooting

Nginx is a free and open-source web server used to host websites and applications of all sizes.

How To Install MariaDB on CentOS 7

Introduction 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 Query Language) to manage its data.…

How To Install MySQL on CentOS 7

Introduction 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 Query Language) to manage its data.…

How To Back Up a CentOS 7 Server with Bacula

Introduction 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 the Bacula Client software on a…

How To Install Bacula Server on CentOS 7

Introduction Bacula is an open source network backup solution that allows you create backups and perform data recovery of your computer systems. It is very flexible and robust, which makes it, while slightly cumbersome to…

Set up basic HTTP Authentication with Nginx on CentOS 7

Introduction Nginx is one of the leading web servers in active use. It and its commercial edition, Nginx Plus, are developed by Nginx, Inc. In this tutorial, you’ll learn how to restrict access to an…

How To Create an SSL Certificate on Apache for CentOS 7

Introduction TLS, or “transport layer security”, and its predecessor SSL, which stands for “secure sockets layer”, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this technology, servers can send traffic…