Linux Basics

How To Configure Custom Connection Options for your SSH Client — step-by-step Linux tutorial on Progressive Robot

How To Configure Custom Connection Options for your SSH Client

OpenSSH, the most common SSH client on most systems, allows you to provide customized connection options. These can be saved to a configuration file that contains different options per server. This can help keep the different connection options you use for each host separated and organized, and avoids having to provide extensive options on the command line whenever you need to connect.

Read more
How To Protect SSH with Fail2Ban on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How To Protect SSH with Fail2Ban on Rocky Linux 9

Fail2ban is a service that can be run on your server to dynamically block clients that repeatedly fail to authenticate correctly with your services . This can help mitigate the affect of brute force attacks and illegitimate users of your services. In this guide, we’ll demonstrate how to install and configure fail2ban to protect SSH on a Rocky Linux 9 server.

Read more
How To Set Filesystem Quotas on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Filesystem Quotas on Ubuntu 18.04

Quotas are used to limit the amount of disk space a user or group can use on a filesystem. Without such limits, a user could fill up the machine’s disk and cause problems for other users and services. In this tutorial we will install command line tools to create and inspect disk quotas on Ubuntu 18.04, then set a quota for an example user.

Read more
Настройка ключей SSH в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Настройка ключей SSH в CentOS 8

SSH или защищенная оболочка — это шифрованный протокол, используемый для администрирования и связи с серверами. При работе с сервером CentOS вы с большой вероятностью проведете больше всего времени в сеансах терминала с подключением к серверу через SSH. В этом обучающем…

Read more
Comment configurer des clés SSH sur Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Comment configurer des clés SSH sur Ubuntu 18.04

SSH, ou secure shell, est un protocole crypté utilisé pour administrer et communiquer avec des serveurs. Lorsque vous travaillez avec un serveur Ubuntu, il y a de fortes chances que vous passiez la majeure partie de votre temps dans une session terminal connectée à votre…

Read more
How To Set Up Time Synchronization on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Time Synchronization on Ubuntu 20.04

Accurate timekeeping is integral to modern software deployments. Without it, you may encounter data corruption, errors, and other issues that are difficult to debug. In this article, you will practice some general time-related commands, verify that timesyncd is active, and install an alternate network time service.

Read more
Aktualisieren auf Ubuntu 20.04 Focal Fossa — step-by-step Linux tutorial on Progressive Robot

Aktualisieren auf Ubuntu 20.04 Focal Fossa

Die neueste Langzeitsupport-Version (LTS) des Betriebssystems Ubuntu, Ubuntu 20.04 (Focal Fossa), wurde am 23. April 2020 veröffentlicht. Dieser Leitfaden erklärt, wie Sie ein Ubuntu-System der Version 18.04 oder höher auf Ubuntu 20.04…

Read more
Como usar o find e locate para localizar arquivos no Linux — step-by-step Linux tutorial on Progressive Robot

Como usar o find e locate para localizar arquivos no Linux

Localizar arquivos é uma tarefa muito comum em qualquer sistema operacional. Ambos os comandos “find” e “locate” do Linux podem ser usados para procurar arquivos no sistema de arquivos. Este guia irá abordar como usar essas duas ferramentas para criar consultas específicas para arquivos.

Read more
CHAT