ubuntu

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 Install Zentyal on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Zentyal on Ubuntu 14.04

Get started with Zentyal, the open source drop-in replacement for Microsoft Small Business Server / Windows Server Essentials. Zentyal is an all-in-one small business server that can be run via the command line or a graphical dashboard.

Read more
How To Manage Logfiles with Logrotate on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Manage Logfiles with Logrotate on Ubuntu 16.04

Logrotate is a system utility that manages the automatic rotation and compression of log files. If log files were not rotated, compressed, and periodically pruned, they would eventually consume all available disk space on a system. In this article, we will explore the default Logrotate configuration, then configure log rotation for a fictional custom application.

Read more
How To Monitor Hosts and Services with Icinga on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Monitor Hosts and Services with Icinga on Ubuntu 16.04

Icinga is an open-source monitoring system used to monitor the health of networked hosts and services. In this tutorial we will use Icinga to set up two different kinds of monitoring configurations, remote service checks and the Icinga agent-based “Top Down Command Endpoint” mode.

Read more
How To Move an Nginx Web Root to a New Location on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Move an Nginx Web Root to a New Location on Ubuntu 18.04

On Ubuntu, by default, the Nginx web server stores its documents in `/var/www/html`, which is typically located on the root filesystem with the rest of the operating system. Sometimes, though, it’s helpful to move the document root to another location, such as a separate mounted filesystem.

Read more
How To Protect SSH with fail2ban on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Protect SSH with fail2ban on Ubuntu 12.04

fail2ban provides a way to automatically protect virtual servers from malicious behavior. This tutorial shows you how to install Fail2Ban, copy the Configuration File, configure the fail2ban defaults, and find out how to configure the ssh defaults. This tutorial describes the required steps to set up fail2ban on Ubuntu.

Read more
CHAT