Linux Basics

Linux Navigation and File Management — step-by-step Linux tutorial on Progressive Robot

Linux Navigation and File Management

Navigating and manipulating files and folders in the filesystem is a key part of working with most computers. Cloud servers mostly use the same common Linux shells, and common Linux commands, for working with files and folders. This terminal will introduce some fundamental skills for using these commands.

Read more
Como adicionar espaço de swap no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como adicionar espaço de swap no Ubuntu 20.04

Um das maneiras de se proteger contra erros de memória insuficiente em aplicativos é através da adição de um espaço de swap ao seu servidor. Neste guia, falaremos sobre como adicionar um arquivo swap a um servidor Ubuntu 20.04. <$>[warning] Aviso: embora o swap seja…

Read more
Создание нового пользователя с привилегиями sudo в CentOS 8 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Создание нового пользователя с привилегиями sudo в CentOS 8 [Краткое руководство]

Команда sudo служит механизмом для предоставления прав администратора, которые обычно доступны только пользователю root user, для обычных пользователей. Из этого руководства вы узнаете, как создать нового пользователя с привилегиями sudo в CentOS 8 без изменения файла…

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

How To Protect SSH with Fail2Ban on Ubuntu 14.04

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

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

How To Set Filesystem Quotas on Ubuntu 20.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 20.04, then set a quota for an example user.

Read more
How To Set Up SSH Keys on CentOS — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on CentOS

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a CentOS server, chances are you will spend most of your time in a terminal session connected to your server through SSH.

Read more
CHAT