Linux Basics

Cómo configurar claves de SSH en CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar claves de SSH en CentOS 8

SSH, o shell seguro, es un protocolo cifrado que se usa para administrar servidores y comunicarse con ellos. Al trabajar con un servidor de CentOS, es probable que pase la mayor parte de su tiempo en una sesión de terminal conectada a su servidor a través de SSH. En esta…

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

Настройка ключей SSH в Ubuntu 16.04

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

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

How To Set Up Time Synchronization on Ubuntu 12.04

This tutorial covers how to set up time synchronization and ensure that servers are synced using the NTP protocol so that all servers are displaying the same time. When a server’s time is mismatched, emails sent out from the misconfigured server may arrive 3 minutes in the past on another, or users granted access only at certain times of the day may find themselves blocked.

Read more
How To Understand the Filesystem Layout in a Linux VPS — step-by-step Linux tutorial on Progressive Robot

How To Understand the Filesystem Layout in a Linux VPS

Finding your way around a Linux filesystem can be confusing if you are unfamiliar with the operating system. However, to get anything useful done, it is necessary to have a basic understanding of how Linux organizes its file tree. In this guide, we will explore how Linux divides up its filesystem and how to find your way around.

Read more
Cómo usar Find y Locate para buscar archivos en Linux — step-by-step Linux tutorial on Progressive Robot

Cómo usar Find y Locate para buscar archivos en Linux

Buscar archivos es una tarea frecuente en cualquier sistema operativo. Los comandos “find” y “locate” de Linux se pueden utilizar para buscar archivos en el sistema de archivos. En este guía, se explicará cómo utilizar estas dos herramientas para hacer consultas específicas para los archivos.

Read more
Использование ps, kill и nice для управления процессами в Linux — step-by-step Linux tutorial on Progressive Robot

Использование ps, kill и nice для управления процессами в Linux

Управление процессами — необходимый навык при работе с любыми компьютерными системами. Особенно он актуален при управлении серверной средой. В этой статье мы покажем несколько мощных инструментов, которые можно использовать для управления процессами в системах Linux.

Read more
How To Write a Simple Shell Script on a VPS (Part 3) — step-by-step Linux tutorial on Progressive Robot

How To Write a Simple Shell Script on a VPS (Part 3)

In the third part of our Shell Script tutorial, you’ll learn all the “if’s” and “else’s” of bash, and how to use them to your advantage. Conditional statements are indispensable to any useful scripting and full-featured programming language.

Read more
Initial Setup of a Fedora 21 Server — step-by-step Linux tutorial on Progressive Robot

Initial Setup of a Fedora 21 Server

When you first log into a fresh Fedora 21 or RHEL server, it’s not ready for use as a production system. There are a number of recommended steps to take in order to customize and secure it, e.g. enabling a firewall. This tutorial will show you how to give a fresh installation of a Fedora 21 server a better security profile and be ready for use.

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

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

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

Read more
CHAT