Ubuntu 16.04

How To Configure SSL/TLS for MySQL on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure SSL/TLS for MySQL on Ubuntu 16.04

MySQL is the most popular open-source relational database management system in the world. Modern package managers have reduced some of the friction to getting MySQL up and running, but there are still some configuration that should be done after installation. One of the most…

Read more
How To Create and Serve WebP Images to Speed Up Your Website — step-by-step Linux tutorial on Progressive Robot

How To Create and Serve WebP Images to Speed Up Your Website

WebP is an open image format developed by Google in 2010 based on the VP8 video format that supports both lossy and lossless image compression. In this tutorial, you will use the command-line tool `cwebp` to convert images to WebP format, creating scripts that will watch and convert images in a specific directory. Finally, you’ll explore two ways to serve WebP images to your visitors.

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

How To Install and Configure GoCD on Ubuntu 16.04

GoCD is a powerful continuous integration and delivery platform designed to automate testing and release processes. With many advanced features like the ability to compare builds, visualize complex workflows, and automate build version tracking, GoCD…

Read more
How To Install and Use Byobu for Terminal Management on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Byobu for Terminal Management on Ubuntu 16.04

Byobu is an easy-to-use wrapper around the tmux (or screen) terminal multiplexer. This means that it makes it easy for you to open multiple windows and run multiple commands within a single terminal connection. This tutorial will cover how to install and configure Byobu as well as how to use its most common features.

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