Linux Basics

An Introduction to the Linux Terminal — step-by-step Linux tutorial on Progressive Robot

An Introduction to the Linux Terminal

This tutorial covers getting started with the terminal, the Linux command line, and executing commands. If you are new to Linux, you will want to familiarize yourself with the terminal, as it is the standard way to interact with a Linux server.

Read more
Configuração Inicial de servidor com Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

Configuração Inicial de servidor com Ubuntu 14.04

Quando você cria inicialmente um novo servidor Ubuntu 14.04, existem alguns passos de configuração que você deve tomar no início como parte da configuração básica. Isto aumentará a segurança e a usabilidade do seu servidor e dará uma sólida fundação para as ações subsequentes.

Read more
Comment ajouter Swap sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment ajouter Swap sur Ubuntu 20.04

Une façon de se prémunir contre les erreurs de mémoire dans les applications est d’ajouter un espace swap à votre serveur. Dans ce guide, nous verrons comment ajouter un fichier swap à un serveur Ubuntu 20.04. <$>[warning] Warning : Bien que le swap soit généralement…

Read more
Como editar o arquivo sudoers — step-by-step Linux tutorial on Progressive Robot

Como editar o arquivo sudoers

O comando sudo é útil para executar comandos com privilégios que estão geralmente fora do escopo do seu usuário. Este guia discutirá como editar o arquivo de configuração para personalizar a maneira como o sudo funciona.

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

How To Protect SSH with Fail2Ban on Debian 11

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 Debian 11 server.

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

How To Set Filesystem Quotas on Debian 10

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, then set a quota for an example user.

Read more
Comment configurer les clés SSH sur CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Comment configurer les clés SSH sur CentOS 8

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

Read more
CHAT