Ubuntu 16.04

How to Install Go 1.6 on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Go 1.6 on Ubuntu 16.04

Go is a modern programming language developed at Google. It is increasingly popular for many applications and at many companies, and offers a robust set of libraries. This tutorial will walk you through downloading and installing Go 1.6, as well as building a simple Hello World application.

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

How To Install Prometheus on Ubuntu 16.04

Prometheus is a powerful, open-source monitoring system that collects metrics from your services and stores them in a time-series database. This tutorial teaches you how to install, configure, and secure Prometheus and Node Exporter to generate metrics that will make it easier to monitor your server’s performance.

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

How To Install Webmin on Ubuntu 16.04

Webmin is an easy to use, modern, web control panel for any Linux machine. It allows you to administer your server through an simple interface. With Webmin, you can change settings for common packages on the fly. In this tutorial, you’ll install…

Read more
How To Rewrite URLs with mod_rewrite for Apache on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Rewrite URLs with mod_rewrite for Apache on Ubuntu 16.04

The mod_rewrite module allows us to rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query strings or redirecting URLs based on additional conditions. This guide is split into two parts. The first sets up an example website and covers a simple rewrite example. The second part contains two more in-depth examples of commonly-used rewrite rules.

Read more
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
CHAT