ubuntu

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
How To Set Up Time Synchronization on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Time Synchronization on Ubuntu 16.04

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…

Read more
Comment passer à Ubuntu 20.04 Focal Fossa — step-by-step Linux tutorial on Progressive Robot

Comment passer à Ubuntu 20.04 Focal Fossa

La dernière version du support à long terme (LTS) du système d’exploitation Ubuntu, Ubuntu 20.04 (Focal Fossa), est sortie le 23 avril 2020. Ce guide explique comment mettre à niveau un système Ubuntu de la version 18.04 ou ultérieure vers Ubuntu…

Read more
How To Use BitTorrent Sync to Synchronize Directories in Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use BitTorrent Sync to Synchronize Directories in Ubuntu 14.04

BitTorrent Sync allows you to sync directories across servers by leveraging an encrypted version of the BitTorrent protocol. In this guide, we will demonstrate how to configure BitTorrent Sync between two servers. We will also configure an SSL reverse proxy through Nginx in order to encrypt our traffic with the web interface.

Read more
How to Use Full-Text Search in PostgreSQL on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Full-Text Search in PostgreSQL on Ubuntu 16.04

In this tutorial, we’ll use PostgreSQL to store data containing articles for a hypothetical news website, then learn how to query the database using FTS and select only the best matches. As the final step, we will explore the available types of indexes in PostgreSQL which can be used to significantly improve performance of the full-text search queries.

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
CHAT