Enable HTTP/2 in Nginx on Ubuntu 16.04

HTTP/2 is the new version of now obsolete HTTP/1.1 protocol which was standardized way back in 1999. A lot has changed on the web since then. Our applications are more... Read more

Setup Let’s Encrypt With Apache on Ubuntu 14.04

Let’s Encrypt is a new certificate authority that allows you to issue SSL certificates for free. You can now use SSL without any extra costs. When using an SSL certificate,... Read more

Create a Secure Connection Between Two Servers Using WireGuard on Ubuntu

Introduction WireGuard is an extremely easy, fast, and modern VPN solution which utilizes state-of-the-art cryptography. According to a few different benchmark tests, WireGuard is currently the fastest VPN solution in... Read more

How to Install Icinga 2 and Icinga Web 2 on Ubuntu 16.04

Icinga 2 is a widely used open source network resource monitoring system, and Icinga Web 2 is the official web interface for Icinga 2. In this tutorial, I will explain... Read more

Setup Autobackup on Linux

Introduction Autobackup is an automated backup system which retrieves data to backup from a remote server and stores it on the server. In our case, we can use a Vultr... Read more

How to Install and Configure miniBB Forum on Ubuntu 16.04

Introduction MiniBB, also known as Mini Bulletin Board, is an open source program used for building your own internet forum. It is written in PHP and specially designed for small... Read more

How to Install and Configure TaskBoard on Ubuntu 16.04

Using a Different System? How to Install and Configure TaskBoard on Debian 9 How to Install and Configure TaskBoard on Ubuntu 18.04 How to Install and Configure TaskBoard on Fedora... Read more

How to Install CFEngine on Ubuntu 16.04

Introduction CFEngine is a free and open source configuration management system that provides a framework for automatically managing an IT infrastructure. It is possible to automate configuration and maintenance of... Read more

How to Setup a Tekkit Classic Server on Ubuntu 16.10

Using a Different System? How to Install a Tekkit Classic Server on CentOS 6/7 Are we missing a guide for your target system? Request one, or submit your own! What... Read more

How to Install PhantomJS on Ubuntu 16.04

Introduction PhantomJS is a scripted, headless browser that can be used for automating web page interaction. PhantomJS is a free, open source and distributed under the BSD license. PhantomJS is... Read more