Ubuntu 16.04

How To Install MySQL on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install MySQL on Ubuntu 16.04

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data.

Read more
How To Install the Apache Web Server on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Apache Web Server on Ubuntu 16.04

The Apache HTTP server is the most widely-used web server in the world. It provides with many powerful features including dynamically loadable modules, robust media support, and extensive integration with other popular software. In this guide, we’ll discuss how to install…

Read more
How to Perform Security Audits With Lynis on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Perform Security Audits With Lynis on Ubuntu 16.04

Lynis is a host-based, open-source security auditing application that can evaluate the security profile and posture of Linux and other UNIX-like operating systems. In this tutorial, you’ll install Lynis on and use it to perform a security audit of your server. Then you’ll explore the results of a sample audit, and configure Lynis to skip tests that aren’t relevant to your needs.

Read more
How to Set Up and Use LXD on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up and Use LXD on Ubuntu 16.04

A Linux container is a grouping of processes that is isolated from the rest of the system through the use of Linux kernel security features, such as namespaces and control groups. LXD lets you create and manage these containers. In this tutorial, you’ll configure LXD and use it to run Nginx in a container. You’ll then route traffic to the container in order to make the web site accessible from the Internet.

Read more
How to Set Up Shiny Server on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Shiny Server on Ubuntu 16.04

In this tutorial, you’ll install and configure Shiny and the open-source version of Shiny Server on a server running Ubuntu 16.04, secure the connection to the Shiny server using a Let’s Encrypt digital certificate and then install an additional package to run interactive R Markdown documents.

Read more
How To Use Duplicity with GPG to Back Up Data to object storage — step-by-step Linux tutorial on Progressive Robot

How To Use Duplicity with GPG to Back Up Data to object storage

Duplicity is a command-line utility written in Python that produces encrypted tar volumes for storage on a local or remote repository. It uses the GNU Privacy Guard (GPG) to encrypt and sign its archives and the rsync algorithm to create incremental, space-efficient backups. In this tutorial, we will install Duplicity and go over how to back up project data to object storage.

Read more
Как установить Linux, Nginx, MySQL, PHP (LEMP) в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Linux, Nginx, MySQL, PHP (LEMP) в Ubuntu 16.04

Стек LEMP представляет собой набор программного обеспечения, который используется для отображения динамических веб-страниц и веб-приложений. Этот акроним обозначает операционную систему Linux и веб-сервер Nginx. Данные при этом хранятся в базе данных MySQL, а динамическое…

Read more
Como Instalar e Configurar o VNC no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Configurar o VNC no Ubuntu 16.04

VNC, ou “Virtual Network Computing”, é um sistema de conexão que lhe permite utilizar o seu teclado e mouse para interagir com um ambiente gráfico de desktop em um servidor remoto. Ele torna mais fácil gerenciar arquivos, software e configurações em um servidor remoto para…

Read more
CHAT