How to Install Django

Introduction   Django is a free and open source web framework written in Python programming language that helps developers build complex web applications easily and quickly.   Initial Set Up   Before we get down to the installation of Django, we need to equip the server with Python. The common method of installation is by…

How to Add and Delete Users on Ubuntu 12.04 and CentOS 6

Introduction   This tutorial teaches you to add and delete users on your virtual private server. If you are logging into your droplet for the first time, you will have to log in using the root user credentials. However, you have to create new users for accessing the virtual server for many reasons. For example…

How to Install LLMP Stack on CentOS 6

Lighttpd is an open source web server designed for high performance environments. Several web 2.0 sites have been powered by lighttpd. LLMP stack refers to Linux, Lighttpd, MySQL and PHP. This tutorial will cover the basics of installing LLMP stack on CentOS 6.   System Prerequisites   This tutorial will use CentOS 6. You should…

How to Optimize Nginx Configuration

Nginx is a free and open-source, high performance web server software popular for its stability, simplicity in configuration and low resource consumption. As with any other server or software, Nginx also needs fine tuning for attaining better performance. This tutorial will cover the basics of optimizing an nginx configuration. System Pre-Requisites   A droplet with…

How to Install Bolt on a VPS Running Ubuntu 12.04

Introduction   Bolt is an open source content management system built in PHP. Simplicity in configuration and usage makes it popular among content editors, back-end developer and front-end designers. This tutorial will cover the installation of Bolt on a VPS running Ubuntu 12.04.   System Prerequisites   VPS running Ubuntu 12.04 Apache or Nginx web…

How to Install the LLMP stack on Ubuntu 12.04

LLMP stack refers to Linux, Lighttpd, MySQL and PHP. This tutorial will cover the basics of installing LLMP stack on your server.  Lighttpd is an open source web server designed for high performance environments. Several web 2.0 sites have been powered by lighttpd.   Pre-Requisites   Here, I will be exploring the topic with an…

How to Install OpenVPN Access Server on Ubuntu 12.04

Introduction   OpenVPN is an open source application that can be used for implementing virtual private network techniques for secure connections. Its prominent features include OpenVPN Connect UI and OpenVPN client software packages that accommodate Windows, Mac and Linux distributions. When compared to the traditional OpenVPN, installation of OpenVPN Access Server is easier. Also, it…