Ubuntu 16.04

How to Set Up a Jekyll Development Site on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up a Jekyll Development Site on Ubuntu 16.04

Jekyll is a static-site generator that provides some of the benefits of a Content Management System (CMS) while avoiding the performance and security issues introduced by such database-driven sites. In this tutorial, we will install a Jekyll 3.7.3 development site on Ubuntu 16.04. In later tutorials, we’ll explore the content generated here, publish a static site to the same server, and eventually deploy to a production location.

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
How to Use Node.js and Github Webhooks to Keep Remote Projects in Sync — step-by-step Linux tutorial on Progressive Robot

How to Use Node.js and Github Webhooks to Keep Remote Projects in Sync

In this guide you will develop a Node.js server that listens for a GitHub webhook notification whenever you or someone else pushes code to GitHub. This script will automatically update a repository on a remote server with the most recent version of the code, eliminating the need to log in to a server to pull new commits.

Read more
Как установить и настроить phpMyAdmin в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить и настроить phpMyAdmin в Ubuntu 16.04

Несмотря на то, что многие пользователи испытывают потребность в системе управления базами данных вроде MySQL, работа с MySQL только с помощью средств командной строки может вызывать дискомфорт. phpMyAdmin был создан для того, чтобы пользователи могли управлять базой данных…

Read more
Начальная настройка сервера c Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Начальная настройка сервера c Ubuntu 16.04

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

Read more
¿Cómo instalar Java con Apt-Get en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo instalar Java con Apt-Get en Ubuntu 16.04?

Java y la JVM (Máquina Virtual de Java) son ampliamente utilizados y requeridos para muchos tipos de software. Este artículo lo guiará en el proceso de instalación y gestión de diferentes versiones de Java utilizando apt-get. Para seguir este…

Read more
¿Cómo Instalar y Utilizar PostgreSQL en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo Instalar y Utilizar PostgreSQL en Ubuntu 16.04?

Los sistemas de administración de bases de datos relacionales son un componente clave en muchos sitios y aplicaciones web. Estos proveen un camino estructurado para almacenar, organizar y acceder a información. PostgreSQL, o Postgres, es un sistema de administración de…

Read more
How To Configure a FreeIPA Client on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure a FreeIPA Client on Ubuntu 16.04

FreeIPA is an open-source security solution for Linux which provides account management and centralized authentication, similar to Microsoft’s Active Directory. FreeIPA is built on top of multiple open source projects including the 389…

Read more
CHAT