Ubuntu 16.04

How To Install Discourse on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Discourse on Ubuntu 16.04

Discourse is an open-source discussion platform. It can be used as a mailing list, a discussion forum, or a long-form chat room. In this tutorial, we’ll install Discourse in an isolated environment using Docker, a containerization application.

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