How To Setup Left 4 Dead 2 Server on Ubuntu

In this tutorial, you will learn how to setup a Left 4 Dead 2 server on Ubuntu. This guide was tested on Ubuntu server 15.10. Prerequisites Update the packages: sudo... Read more

How To Secure Your Nginx-Powered Website Using SSL and Secure Ciphers

Introduction SSL (stands for Secure Sockets Layer) and its successor, TLS (stands for Transport Layer Security) are cryptographic protocols to secure communication over the Internet. It can be used to... Read more

How to Enable HTTP/2 on a Plesk Server

Plesk has native HTTP/2 support. Its deployment process requires careful planning, although rolling out HTTP/2 on Plesk is much easier compared to other control panels. This guide applies to a... Read more

How To Setup TCP Optimization On Linux

Introduction Having trouble with connectivity when visitors from other countries access your website? Wondering why the download speed from your foreign server is slow? You can setup TCP optimization algorithms... Read more

Setting Up A Yii Application on Ubuntu 14.04

Yii is a PHP framework that allows you to develop applications more quickly and easily. Installing Yii on Ubuntu is straightforward, as you will learn exactly how in this article.... Read more

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