Linux Basics

Как настроить ключи SSH в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Как настроить ключи SSH в Ubuntu 18.04

SSH (secure shell, безопасная оболочка) представляет собой шифрованный протокол для администрирования и взаимодействия между серверами. Во время работы с сервером Ubuntu вы, скорее всего, будете проводить большую часть времени в вашем терминале, подключенном через SSH к вашему…

Read more
What is APT? — step-by-step Linux tutorial on Progressive Robot

What is APT?

Advanced Package Tool, more commonly known as “APT”, is a collection of tools used to install, update, remove, and otherwise manage software packages on Debian and its derivative operating systems, including Ubuntu and Linux Mint.

Read more
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
CHAT