CentOS

How To Back Up a CentOS 7 Server with Bacula — step-by-step Linux tutorial on Progressive Robot

How To Back Up a CentOS 7 Server with Bacula

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 remote host and making some additions to the configuration of an existing Bacula Server.

Read more
How To Set Up a Minecraft Server on Linux — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Minecraft Server on Linux

This tutorial covers setting up a minecraft server on linux. In order to ensure exiting out of the droplet does not impact your server, this tutorial also provides instructions on how to go through the installation and start your server within screen. This tutorial is written for Ubuntu.

Read more
How To Set Up SSH Keys on CentOS — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on CentOS

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a CentOS server, chances are you will spend most of your time in a terminal session connected to your server through SSH.

Read more
How To Set Up Nginx Server Blocks on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Nginx Server Blocks on CentOS 7

Nginx uses to manage configurations for an individual site or domain. Server blocks allow one server to host multiple domains or interfaces by using a matching system. This is relevant to anyone looking to host more than one site off of a single VPS. In this guide, we will walk through how to set up Nginx server blocks on a CentOS 7 VPS.

Read more
How To Configure a Galera Cluster with MariaDB on CentOS 7 Servers — step-by-step Linux tutorial on Progressive Robot

How To Configure a Galera Cluster with MariaDB on CentOS 7 Servers

In this guide, you will configure an active-active MariaDB Galera cluster. For demonstration purposes, you will configure and test three CentOS 7 Droplets that will act as nodes in the cluster. MariaDB is an open source relational database system that is fully compatible with the popular MySQL RDBMS system. Galera is a database clustering solution that enables you to set up multi-master clusters using synchronous replication.

Read more
How To Install WordPress on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress on CentOS 7

WordPress is a free and open source website and blogging tool that uses PHP and MySQL, and is a great choice for getting a website up and running quickly and easily. In this guide, we will demonstrate how to get a WordPress instance set up with an Apache web server on CentOS 7.

Read more
CHAT