Linux Basics

How To Use IPRoute2 Tools to Manage Network Configuration on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Use IPRoute2 Tools to Manage Network Configuration on a Linux VPS

The IPRoute2 suite of tools was created to replace an aging and patchwork set of utilities for managing network interfaces, addresses, routing, etc. In this guide, we will discuss some of the basics of how to use the iproute2 set of tools, and how you can transition from your normal way of querying and manipulating network resources.

Read more
So richten Sie SSH-Schlüssel unter CentOS 8 ein — step-by-step Linux tutorial on Progressive Robot

So richten Sie SSH-Schlüssel unter CentOS 8 ein

SSH oder Secure Shell ist ein verschlüsseltes Protokoll zur Verwaltung und Kommunikation mit Servern. Wenn Sie mit einem CentOS-Server arbeiten, verbringen Sie wahrscheinlich die meiste Zeit in einer Terminalsitzung, die über SSH mit Ihrem Server verbunden ist. In diesem…

Read more
An Introduction to File Compression Tools on Linux Servers — step-by-step Linux tutorial on Progressive Robot

An Introduction to File Compression Tools on Linux Servers

There are many reasons why you would want to compress files on a server. Compression can save disk space and bandwidth and can simplify file transfers of entire directory structures when combined with archiving formats. In this guide, we’ll discuss the strengths and weaknesses of different compression tools, discuss which tool is right for different circumstances, and demonstrate how to use the commands.

Read more
Редактирование файла Sudoers — step-by-step Linux tutorial on Progressive Robot

Редактирование файла Sudoers

Команда sudo полезна для выполнения команд с привилегиями, как правило, вне сферы полномочий вашего пользователя. В этом учебном модуле мы расскажем, как редактировать файлы конфигурации для настройки функций sudo.

Read more
How To Schedule Routine Tasks With Cron and Anacron on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Schedule Routine Tasks With Cron and Anacron on a VPS

Many tasks that you perform on a Linux server are repetitive and must be run at regular intervals. The cron and anacron utilities can be used to schedule tasks to run in the background at specific intervals. In this guide we will discuss the basics of how to use these two tools.

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 Configure Tools to Use IPv6 on a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Configure Tools to Use IPv6 on a Linux VPS

IPv6 is the most recent version of the IP protocol. Its most immediately useful advantage over IPv4 is that it has a much broader address space. In this guide, we will discuss the IPv6 versions of tools and how to configure some common services to take advantage of your IPv6 addresses.

Read more
How To Set Up vsftpd on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up vsftpd on Ubuntu 12.04

Vsftpd is a fast and secure FTP server. Installing an FTP server can assist you with uploading files to your droplet. This tutorial describes how to install and set up vsftpd on Ubuntu 12.04.

Read more
Добавление и удаление  пользователей в CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Добавление и удаление пользователей в CentOS 8

Для добавления или удаления пользователей на сервере с ОС Linux необходимо выполнить следующее. В этом руководстве мы расскажем, как создавать учетные записи пользователя, назначать права sudo и удалять пользователей на сервере CentOS 8. В…

Read more
CHAT