System Tools

Настройка ключей SSH в CentOS 7 — step-by-step Linux tutorial on Progressive Robot

Настройка ключей SSH в CentOS 7

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

Read more
Cómo configurar claves de SSH en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar claves de SSH en Ubuntu 20.04

SSH, o shell seguro, es un protocolo cifrado que se usa para administrar servidores y comunicarse con ellos. Al trabajar con un servidor de Ubuntu, 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
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
How To Use LVM To Manage Storage Devices on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Use LVM To Manage Storage Devices on Ubuntu 16.04

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. Utilizing the device mapper Linux kernel framework, the…

Read more
How To Use Telepresence on Kubernetes for Rapid Development on Ubuntu 20.04 — step-by-step Kubernetes tutorial on Progressive Robot

How To Use Telepresence on Kubernetes for Rapid Development on Ubuntu 20.04

Telepresence is a Cloud-Native Computing Foundation project for fast, efficient development on Kubernetes. Telepresence creates a bi-directional network connection between your Kubernetes cluster and your local workstation, which allows you to run your service locally, while you run the rest of your application in the cloud. In this tutorial, you’ll install and configure Telepresence to work with a Kubernetes cluster, and redirect traffic to that cluster to your local machine.

Read more
Cómo configurar claves de SSH en Debian 9 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar claves de SSH en Debian 9

SSH, o shell seguro, es un protocolo cifrado que se usa para administrar servidores y comunicarse con ellos. Al trabajar con un servidor de Debian, 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
How To Configure Chroot Environments for Testing on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Configure Chroot Environments for Testing on an Ubuntu 12.04 VPS

Often, you may need to set up an environment that is isolated and slightly different than your normal operating system in order to test some software or configuration details. A common strategy in this situation is to configure a chroot environment, which provides a decent amount of isolation and basically provides a bare-bones guest operating system inside of the current one. In this guide, we’ll discuss how to set one up on an Ubuntu VPS instance.

Read more
CHAT