How to Choose a Linux Distribution
There are many Linux distributions available, each with their own maintainers, some backed by commercial providers and some not. For the purpose of running a cloud server, there are a few you should be aware of.
There are many Linux distributions available, each with their own maintainers, some backed by commercial providers and some not. For the purpose of running a cloud server, there are a few you should be aware of.
In this tutorial we’ll use Rsync to copy files over SSH.
El comando sudo es útil para ejecutar comandos con privilegios normalmente fuera del alcance de su usuario. Esta guía explicará cómo editar el archivo de configuración para personalizar el funcionamiento de sudo.
There are many tools available to manage storage in Linux. However, only a handful are used for day-to-day maintenance and administration. In this guide, we will cover some of the most commonly used utilities for managing mount points, storage devices, and filesystems.
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.
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…
O SSH, ou shell seguro, é um protocolo criptografado usado para administrar e se comunicar com servidores. Ao trabalhar com um servidor Ubuntu, existem boas chances de você gastar a maior parte do seu tempo em uma sessão de terminal conectada ao seu servidor através do…
Accurate timekeeping has become a critical component of modern software deployments. Whether it’s making sure logs are recorded in the right order or database updates are applied correctly, out-of-sync time can cause errors, data corruption, and other hard to debug…
SSH is the standard way to connect to remote Linux systems. You probably know the basics of how to use it, but the daemon also has many options that can give you more flexibility in user authentication and control. In this guide, we’ll explore some of these options in order to give you a more secure and more flexible SSH experience.
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.