Using Multiple PHP Versions on DirectAdmin

DirectAdmin has support for running two PHP versions alongside each other. Currently, the most popular combination is PHP 5.6 and 7.0. This way, you can support both legacy software as... Read more

Setup a PPTP VPN Server on Ubuntu

With a PPTP server, you can setup a VPN server easily. Having a virtual private network is beneficial to both individual users and businesses alike. This tutorial explains how you... Read more

How to Install Easy Hosting Control Panel on Ubuntu 16.04

Introduction Easy Hosting Control Panel (EHCP for short) is a free and open source hosting control panel that can be used to host websites, create emails, sub domains, and FTP... Read more

Install Adminer on Debian/Ubuntu

Adminer is a lightweight alternative to phpMyAdmin. In comparison, its total package size is 400KB, versus the 4.2MB of phpMyAdmin. Unlike phpMyAdmin, which can only manage MySQL databases, this lite... Read more

How to Install Mosquitto MQTT Broker/Server on Ubuntu 16.04

MQTT is a publish/subscribe model based, “lightweight” messaging protocol over TCP/IP for communication between “Internet of Things” devices such as ESP8266, Raspberry Pi, etc. It is very popular with low... Read more

Setup Nginx-RTMP on Ubuntu 14.04

Using a Different System? Setup Nginx-RTMP on CentOS 7 Are we missing a guide for your target system? Request one, or submit your own! RTMP is great for serving live... Read more

Installing HAProxy on Ubuntu 14.04

Using a Different System? Installing HAProxy 1.7 on Debian 9.1 (Stretch) Are we missing a guide for your target system? Request one, or submit your own! HAProxy is a network... Read more

Configure Nagios on Ubuntu: Part 1 – Nagios Server

This article is part of a 2-part series about installing and configuring Nagios on Ubuntu 14.04. Part 1: Nagios Server Part 2: Remote Host Overview Nagios is a popular server... Read more

Enabling mod_evasive on Apache

Mod_evasive is a module for Apache that automatically takes action when an HTTP DoS attack or brute force attack is detected. Mod_evasive is able to log and report abuse and notify... Read more

Using Screen on Ubuntu 14.04

Screen is an application that allows multiple use of terminal sessions within one window. This allows you to simulate multiple terminal windows where it may not be normally possible. For... Read more