Ubuntu 16.04

How To Create RAID Arrays with mdadm on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Create RAID Arrays with mdadm on Ubuntu 16.04

Linux’s mdadm utility can be used to turn a group of underlying storage devices into different types of RAID arrays. This provides various advantages depending on which RAID level is used. This guide will cover how to set up devices in the most common RAID configurations: RAID 0, 1, 5, 6, and 10.

Read more
How To Encrypt Traffic to Redis with Spiped on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Encrypt Traffic to Redis with Spiped on Ubuntu 16.04

Redis is an open-source key-value data store, using an in-memory storage model with optional disk writes for persistence. It features transactions, a pub/sub messaging pattern, and automatic failover among other functionality. Redis has clients written in most languages with…

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

How To Install and Configure Nextcloud on Ubuntu 16.04

Nextcloud is fork of ownCloud, a file sharing server that permits you to store your personal content, like documents and pictures, in a centralized location, much like Dropbox. The difference with Nextcloud is that all of its features are open-source. It also returns the…

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

How To Install and Use Docker on Ubuntu 16.04

There are two methods for installing Docker on Ubuntu 16.04. One method involves installing it on an existing installation of the operating system. The other involves spinning up a server with a tool called Docker Machine that auto-installs Docker on it.

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

How To Install Icinga and Icinga Web on Ubuntu 16.04

Icinga is a flexible and powerful open-source monitoring system used to oversee the health of networked hosts and services. This tutorial will cover installing the Icinga core, its database backend, and the Icinga Web interface. Finally, we’ll set up email notification so you can receive alerts in your inbox when a service is misbehaving.

Read more
How To Install Python 3 and Set Up a Local Programming Environment on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Python 3 and Set Up a Local Programming Environment on Ubuntu 16.04

This tutorial will get you up and running with a local Python 3 programming environment in Ubuntu 16.04. It will guide you through installing Python 3 on your local Linux machine and setting up a programming environment via the command line. Though it will explicitly cover the installation procedures for Ubuntu 16.04, the general principles apply to any other Debian-based distributions.

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

How To Install WordPress with LAMP on Ubuntu 16.04

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. WordPress has seen incredible adoption and is a great choice for getting a website up and…

Read more
How To Secure Apache with Let's Encrypt on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Apache with Let’s Encrypt on Ubuntu 16.04

This tutorial will show you how to set up a free TLS/SSL certificate from Let’s Encrypt on a Ubuntu 16.04 server running Apache as web server. TLS certificates are used within web servers to encrypt the traffic between server and client, providing extra security for users accessing your application.

Read more
CHAT