Ubuntu 16.04

¿Cómo instalar y usar Docker en Ubuntu 16.04? — step-by-step Docker tutorial on Progressive Robot

¿Cómo instalar y usar Docker en Ubuntu 16.04?

Docker es una aplicación que hace que sea sencillo y fácil de ejecutar procesos de aplicación en un contenedor, que son como máquinas virtuales, sólo más portátil, más amigable con los recursos y más dependiente del sistema operativo del host. Para una introducción detallada a…

Read more
How To Automate Elixir-Phoenix Deployment with Distillery and edeliver on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Automate Elixir-Phoenix Deployment with Distillery and edeliver on Ubuntu 16.04

Elixir is a functional programming language that’s popular for its focus on developer productivity and ease of writing highly concurrent and scalable applications, while Phoenix is a web framework built on Elixir to allow for the creation of highly performant web applications. In this tutorial, you’ll combine Elixir and Phoenix with edeliver and Distillery to create a single command that builds, deploys, and hot-swaps Phoenix projects in production.

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