Install Lighttpd and PHP on Ubuntu

Lighttpd is an easy, fast, and flexible web-server that runs on low-resources (CPU/RAM) while running on a small server. In this tutorial, I will show how to configure lighttpd with... Read more

Memory (RAM) usage monitoring on Linux

Monitoring RAM resources of your VPS is very important. Especially, if you use caching systems such as Redis or Memcached. If your server runs out of memory, or runs short... Read more

Install Simple Machines Forum on the One-Click LEMP Application

Introduction Simple Machines Forum (SMF) is a popular open-source forum. In this article, I will show you how to install Simple Machines Forum on a Vultr VPS. At the time... Read more

Recovering Your WordPress Admin Password

Sometimes, you just forget the password of the admin account of your WordPress install. The easiest solution to recover your password is to use WordPress’ emergency password reset script. This... Read more

How To Fix Corrupt Worlds in Minecraft

Sometimes, worlds in Minecraft can become corrupted. This article explains how to fix broken worlds. Unfortunately though, corrupt worlds cannot be repaired on all maps. This article assumes that you... Read more

How to Install Counter-Strike 1.6 Server on Linux

This guide will show you how to setup a Counter-Strike: 1.6 server on Linux. The steps here will work for most Linux distros that support SteamCMD. First, download SteamCMD. mkdir... Read more

Connecting To Your Server with SSH via PuTTY on Windows

Connecting to a Linux server for the first time may seem confusing, especially if you have a strong Windows background. When connecting to a Linux (or UNIX) based server, a... Read more

How To Add a DNS Zone in cPanel/WHM

cPanel/WHM is very efficient when it comes to DNS management. You can setup a DNS zone with just a few clicks. When a website is created in WHM, a DNS... Read more

Install Rancher OS via iPXE

Rancher OS is a very lightweight Linux distribution built around Docker. The OS itself weighs in around 20MB. This tutorial will get you up and running with a persistent Rancher... Read more

Setup a Symfony 3 Application on Linux

Introduction Symfony is one of the most popular PHP frameworks that can be used to develop your own applications easily and rapidly. Featuring an assortment of decoupled and reusable components... Read more