Ubuntu 16.04

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

Cómo configurar claves de SSH en Ubuntu 16.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
Configuración Inicial del Servidor en Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Configuración Inicial del Servidor en Ubuntu 16.04

Cuando se crea un nuevo servidor de Ubuntu 16.04, hay algunos pasos de configuración que se deben tener desde el principio como parte de la configuración básica. Esto aumentará la seguridad y la usabilidad de su servidor y le dará una base sólida para las acciones…

Read more
How to Connect Your Internet of Things with Node-RED on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Connect Your Internet of Things with Node-RED on Ubuntu 16.04

Node-RED is a switchboard for the Internet of Things, a visual tool that helps you connect your favorite apps, websites, and hardware together to do new and useful things. Node-RED has a powerful and flexible interface, and a large open source community creating *nodes* to interact with a wide variety of apps and services. In this tutorial, we’ll install Node.js and Node-RED, get an SSL certificate from Let’s Encrypt, and use Nginx to handle secure connections for Node-RED.

Read more
How To Create Systemd Unit Files for Buildbot — step-by-step Linux tutorial on Progressive Robot

How To Create Systemd Unit Files for Buildbot

Buildbot is a Python-based continuous integration system for automating software build, test, and release processes. In this tutorial, we’ll create systemd unit files so that the server’s init system can manage the Buildbot processes.

Read more
How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04

In this guide, we will discuss how to install and configure the OpenLDAP server on Ubuntu 16.04. We will then install phpLDAPadmin, a web interface for viewing and manipulating LDAP information. We will secure the web interface and the LDAP service with SSL certificates from Let’s Encrypt, a provider of free and automated certificates.

Read more
How To Install and Use PostgreSQL on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use PostgreSQL on Ubuntu 16.04

Relational database management systems are a key component of many web sites and applications. They provide a structured way to store, organize, and access information. PostgreSQL, or Postgres, is a relational database management system that provides an implementation…

Read more
CHAT