Linux

How To Centralize Logs With Journald on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Centralize Logs With Journald on Debian 10

In this guide, you will configure a component of the systemd suite of tools to relay log messages from client systems to a centralized log collection server. You will configure the server and client to use TLS certificates to encrypt the log messages as they are transmitted across insecure networks such as the internet and also to authenticate each other.

Read more
How To Choose an Effective Backup Strategy — step-by-step Linux tutorial on Progressive Robot

How To Choose an Effective Backup Strategy

When dealing with any kind of important data, it is essential that you implement a backup scheme. There are many different ways to back up data on a VPS. In this guide, we will discuss some ways that you can backup your data and discuss the merits of the different options.

Read more
How To Configure and Connect to a Private OpenVPN Server on FreeBSD 10.1 — step-by-step Linux tutorial on Progressive Robot

How To Configure and Connect to a Private OpenVPN Server on FreeBSD 10.1

OpenVPN is an open-source virtual private network (VPN) server/client application which allows you to join a virtual network (similar to a LAN) securely. This tutorial will explain how to install and configure an OpenVPN server on a FreeBSD 10.1 machine with IPv4 NAT and routing. By the end, you’ll be running your own OpenVPN server, and have a client configuration file ready to download to connect to this network.

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

How To Configure MySQL Group Replication on Ubuntu 16.04

MySQL replication reliably mirrors the data and operations from one database to another. Conventional replication involves a primary server configured to accept database write operations. Secondary servers copy and apply actions from the primary’s log to its own data set. …

Read more
CHAT