Linux

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 Configure BIND as a Private Network DNS Server on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure BIND as a Private Network DNS Server on Ubuntu 22.04

In this tutorial, you will set up an internal DNS server using two Ubuntu 22.04 servers. You will use the BIND name server software (BIND9) to resolve private hostnames and private IP addresses. This provides a central way to manage your internal hostnames and private IP addresses, which is indispensable when your environment expands to more than a few hosts.

Read more
How To Configure Redis Replication on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure Redis Replication on Ubuntu 16.04

Redis is an open-source key-value data store, using an in-memory storage model with optional disk writes for persistence. It features transactions, a pub/sub messaging pattern, and automatic failover among other functionality. Redis has clients written in most languages with…

Read more
Comment configurer une authentification par clé SSH sur un serveur Linux — step-by-step Linux tutorial on Progressive Robot

Comment configurer une authentification par clé SSH sur un serveur Linux

SSH (ou secure shell) est le moyen le plus couramment utilisé pour administrer des serveurs Linux distants. Bien que le démon permette une authentification par mot de passe, le fait d’exposer votre réseau à un compte protégé par mot de passe le rend vulnérable aux attaques par force brute. Au cours de ce guide, nous allons vous montrer comment configurer votre serveur avec des clés SSH, la méthode d’authentification recommandée. Les pirates auront bien plus de mal à contourner ces mesures, grâce

Read more
How To Configure vsftpd to Use SSL/TLS on a CentOS VPS — step-by-step Linux tutorial on Progressive Robot

How To Configure vsftpd to Use SSL/TLS on a CentOS VPS

FTP was a popular file sharing mechanism for network connected computers in the past. However, its usage has fallen out of favor due to inherent security flaws. In this guide, we will discuss how to use SSL/TLS to improve the security of your FTP sessions if you must continue to use this protocol.

Read more
CHAT