Cómo configurar un escritorio remoto con X2Go en Ubuntu 20.04
El autor seleccionó a Software in the Public Interest (SPI) para recibir una donación como parte del programa Write for DOnations. En general, los servidores basados…
El autor seleccionó a Software in the Public Interest (SPI) para recibir una donación como parte del programa Write for DOnations. En general, los servidores basados…
SSH-key-based authentication provides a more secure alternative to password-based authentication. In this tutorial we’ll learn how to set up SSH-key-based authentication on a CentOS 7 installation.
SSH, ou secure shell, est un protocole crypté utilisé pour administrer et communiquer avec des serveurs. Lorsque vous travaillez avec un serveur Ubuntu, il y a de fortes chances que vous passiez la majeure partie de votre temps dans une session terminal connectée à votre…
FTP, short for File Transfer Protocol, is a network protocol that was once widely used for moving files between a client and server. It has since been replaced by faster, more secure, and more convenient ways of delivering files. Many casual Internet users expect to download…
23 апреля 2020 года была выпущена новейшая версия операционной системы Ubuntu с долгосрочной поддержкой (LTS) — Ubuntu 20.04 (Focal Fossa). В этом руководстве мы расскажем, как провести обновление системы Ubuntu версии 18.04 или выше до версии Ubuntu…
LVM, or Logical Volume Management, is a storage device management technology that gives users the power to pool and abstract the physical layout of component storage devices for easier and flexible administration. In this guide, we will cover how to manage your storage devices with LVM. We will show you how to display information about volumes and potential targets, how to create and destroy volumes of various types, and how to modify existing volumes through resizing or transformation.
Learn how to use Rsync to sync local and remote directories, with commands, examples, and options for secure and efficient file transfers.
Awk is a programming language and utility included in all Linux distributions that can be used to manipulate and process text files in a fine-grained manner. In this guide, we will discuss the basics of how to use awk to process text files efficiently.
Lorsque vous créez un nouveau serveur CentOS 8, il y a quelques étapes de configuration que vous devez suivre dès le départ dans le cadre de la configuration de base. Cela augmentera la sécurité et la facilité d’utilisation de votre serveur et vous donnera une base solide pour…
In this article, we will discuss how to read and manipulate Linux permissions. We will cover how to use the “umask” command to choose default permission settings, and the “chmod” command, which can change the permissions of files and directories.