System Tools

Cómo configurar la autenticación basada en claves de SSH en un servidor Linux — step-by-step Linux tutorial on Progressive Robot

Cómo configurar la autenticación basada en claves de SSH en un servidor Linux

SSH, o shell seguro, es la forma más común de administrar servidores Linux de forma remota. A pesar de que el demonio permite la autenticación con contraseña, exponer una cuenta protegida por contraseña a la red puede exponer a su servidor a ataques de fuerza bruta. En esta guía, demostramos cómo puede configurar su servidor con claves SSH, el cual es el método de autenticación recomendado. Es mucho más difícil que los atacantes las eviten, lo que le proporciona un mecanismo de inicio de sesión

Read more
How To Upgrade to Ubuntu 16.04 LTS — step-by-step Linux tutorial on Progressive Robot

How To Upgrade to Ubuntu 16.04 LTS

Ubuntu’s next Long Term Support release, version 16.04 (Xenial Xerus), is due to be released on April 21, 2016. This guide explains the upgrade process for systems including (but not limited to) cloud servers running Ubuntu 15.10.

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
How to Install Linux Socket Monitor (LSM) on CentOS 6.4 — step-by-step Linux tutorial on Progressive Robot

How to Install Linux Socket Monitor (LSM) on CentOS 6.4

In this article we will be looking at enhancing system security by increasing the level of monitoring performed. We are going to set up Linux Socket Monitor (LSM) which sends out alerts when a new socket / port is created, which is a potential signal of an intrusion by an unknown application taking over its host.

Read more
How To Use DVTM and Dtach as a Terminal Window Manager on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Use DVTM and Dtach as a Terminal Window Manager on an Ubuntu VPS

As you begin to work remotely with servers, you will probably come across situations where you’ll need multiple terminal sessions at once. Using a terminal multiplexer, you can accomplish that easily. We’ll show you how to use “dvtm”, a terminal window manager, together with “dtach” a session detachment tool, to work in a light-weight multiplexing environment.

Read more
Использование Systemctl для управления службами и блоками Systemd — step-by-step DevOps tutorial on Progressive Robot

Использование Systemctl для управления службами и блоками Systemd

Systemd — это система инициализации и системный диспетчер, который стал новым стандартом для дистрибутивов Linux. В этом руководстве мы обсудим команду systemctl, которая является инструментом центрального управления для контроля системы инициализации. Мы расскажем о том, как управлять службами, проверять статус, изменять состояние системы и работать с файлами конфигурации.

Read more
Verwenden von Find und Locate zur Suche nach Dateien unter Linux — step-by-step Linux tutorial on Progressive Robot

Verwenden von Find und Locate zur Suche nach Dateien unter Linux

Das Finden von Dateien ist eine sehr häufige Aufgabe in jedem Betriebssystem. Die Linux-Befehle „find“ und „locate“ können beide verwendet werden, um nach Dateien im Dateisystem zu suchen. Dieser Leitfaden behandelt die Verwendung dieser beiden Tools zur Erstellung spezifischer Abfragen für Dateien.

Read more
CHAT