Ubuntu 16.04

Como configurar Apache Virtual Hosts no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como configurar Apache Virtual Hosts no Ubuntu 16.04

O servidor web Apache é a forma mais popular de servir conteúdo web na Internet. Ele representa mais da metade de todos os websites ativos na Internet e é extremamente poderoso e flexível. O Apache divide suas funcionalidades e componentes em unidades individuais que podem…

Read more
Configuração Inicial de servidor com Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Configuração Inicial de servidor com Ubuntu 16.04

Quando você cria inicialmente um novo servidor Ubuntu 16.04, existem alguns passos de configuração que você deve tomar no início como parte da configuração básica. Isto aumentará a segurança e a usabilidade do seu servidor e dará uma sólida fundação para as ações…

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