Linux

Sysadmin eBook: Cómo hacer funcionar los servidores — step-by-step Linux tutorial on Progressive Robot

Sysadmin eBook: Cómo hacer funcionar los servidores

<$>[note] [label Descargue todo el EBook] Libro electrónico Cómo hacer funcionar los servidores: Guía práctica para la administración de sistemas en formato EPUB [Libro electrónico *Cómo hacer funcionar los servidores: Guía práctica para la…

Read more
Understanding Systemd Units and Unit Files — step-by-step Linux tutorial on Progressive Robot

Understanding Systemd Units and Unit Files

Increasingly, Linux distributions are adopting or planning to adopt the systemd init system. This powerful suite of software can manage many aspects of your server, from services to mounted devices and system states. In systemd, a unit refers to any resource that the…

Read more
What's New in Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

What’s New in Ubuntu 16.04

The Ubuntu operating system’s most recent Long Term Support version, version 16.04 (Xenial Xerus), was released on April 21, 2016. This guide is intended as a brief overview of new features and significant changes to the system as a whole, since 14.04 LTS, from the perspective of server system administration. It draws on the official Xenial Xerus release notes, along with a variety of other sources.

Read more
Common Python Tools: Using virtualenv, Installing with Pip, and Managing Packages — step-by-step Linux tutorial on Progressive Robot

Common Python Tools: Using virtualenv, Installing with Pip, and Managing Packages

In this the cloud provider article, we aim to fill you in on not only the basics, but also the logic behind popular Python tools and items as we dive into using them in real life scenarios. We will begin with downloading and installing some common libraries, setting and working with virtual environments (using virtualenv) and managing packages for development and production of your own applications.

Read more
Cómo configurar las llaves SSH en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo configurar las llaves SSH en Ubuntu 18.04

SSH, o blindaje seguro (secure shell) es un protocolo encriptado para administrar y comunicarse con servidores. Al trabajar con servidores Ubuntu, generalmente pasarás la mayor parte del tiempo conectado mediante SSH desde una terminal a tu servidor. En esta guía, nos…

Read more
CHAT