How to Use mod_wsgi to Serve Applications on Ubuntu 12.04

Introduction   Mod_wsgi is a simple tool which can host any python application from Apache server. This module is common in high performance websites and personal web hosting services.  In this tutorial, you will learn how to use mod_wsgi to server applications on Ubuntu 12.04. Prerequisites For this tutorial, you have to install mod_wsgi on…

How To Manually Install Oracle Java on a Debian or Ubuntu VPS

Introduction A programming technology, Java, was developed originally by Sun Microsystems and was acquired by Oracle later. Oracle Java is Java’s proprietary implementation that can be downloaded freely and utilized for commercial purpose, but not to be redistributed, hence it doesn’t find inclusion in a repository that is maintained officially. Multiple reasons are there for…

How To Install and Utilize VirtualMin on a VPS

About Virtualmin A Webmin module, Virtualmin permits comprehensive management of a number of virtual private servers. It enables you to manage Nginx,Apache, DNS, PHP, MySQL, mailboxes, PostgreSQL, FTP, Subversion/Git repositories, SSL, SSH and more. In this guide, the GPL (free) edition of Virtualmin will be deployed on a newly created VPS (droplet). Prerequisites Virtualmin advocates…

How To Install Ajenti Control Panel on Ubuntu 13.04

Introduction A web based open source control panel for Linux servers, Ajenti, provides a graphical user interface (GUI) for performing almost all the operations needed for configuring and maintaining your server. Ajenti has been designed for fulfilling the same purpose as Webmin and is quite similar to it except that it is comparatively simple and…

How to Install Apache Tomcat on Ubuntu 12.04

Introduction   Apache tomcat is an open source web server developed by Apache Software Foundation. It serves as a servlet container for Java based web applications. The installation of Apache Tomcat on a virtual private server is relatively simpler.  The set up would require you to install Java on your system and we will show…

How to Set Up Multiple SSL Certificates on One IP with Lighttpd

Introduction   Lighttpd is an open source web server designed for high performance environments. Several web 2.0 sites have been powered by lighttpd. Self Signed Certificates are useful for securing the information between web server and the user. A secure connection will be made by encrypting the site’s information. Encryption makes it difficult for an…

How To Install cPanel on a Virtual Server Running Centos 6

About cPanel cPanel is a useful application which aids users to manage servers via a GUI interface rather than through the conventional command line. Though cPanel installation is quite simple, the script takes  a number of hours in running. Notes If installation of cPanel is done, then it is not possible to remove it from…

How To Deploy Node.js Applications Using Systemd and Nginx

Introduction Duringinstallation of any web application to a Droplet, it’s quite alluring to simply utilize the similar setup as was used during i.e. running “node server.js” in a terminal or “ruby app.rb” to start the server. This is not only easy and simple, but it also provides visible logs. One can also utilize“nohup”  or “tmux”…

How To Install Apache Wave on a CentOS 6.4 x64 VPS

About Apache Wave An open source and real time communication platform- Apache Wave isbased upon the work done for Google Wave by Google. In the beginning it was conceived as an email’s replacement as it integrates real time communication with general messaging, latest sharing abilities and rich content. It is like a blend of wikis,…