How To Set up SSH Keys on a Linux

This page explains a public key and shows you how to set up SSH keys on a Linux or Unix-like server. I am assuming that you are using Linux or Unix-like server and client with the following software: OpenSSH SSHD server OpenSSH ssh client and friends on Linux...

Configuring an rsync Task

Configuring an rsync Task How to configure automated data transfers using rysnc. 9 minute read Data often needs to be copied to another system for backup or when migrating to a new system. A fast and secure way of doing this is by using rsync. Rsync provides the...

How to configure static IP address in CentOS 8

There are two quick ways to set an IP address on the network interface of CentOS 8 operating system. One is using the nmtui command and the other is by direct editing of network files. If you don't feel comfortable editing files...
Sincronización de ficheros en Linux

File synchronization in Linux

In this tutorial we are going to configure rsync and crontab to synchronize files between two machines without using a password and schedule execution times for it. To avoid every time a synchronization script is launched, it asks for the password of the user of the...
Instalar webmin en CentOS 8

Install webmin on CentOS 8

In this tutorial, we will show you how to install Webmin using two different methods on CentOS 8. Prerequisites A server running CentOS 8. User with administration privileges on the server. Getting Started By default, SELinux is enabled on the server...
en_GB