Introduction
Nginx is a free, Open Source Web server. It is much more lightweight than Apache and it can be used as the main web server software or be set up as a reverse proxy for Apache.
...Jan. 23, 2015 in Tutorials .
Nginx is a free, Open Source Web server. It is much more lightweight than Apache and it can be used as the main web server software or be set up as a reverse proxy for Apache.
...Jan. 22, 2015 in Tutorials .
NOTE - The LAMPd and MySQLd Cloud Apps already have PhpMyAdmin installed.
PHPMyAdmin is a Web based MySQL Administration tool. You might find it handy on a Cloud App that uses MySQL (Drupal, Joomla, MediaWiki, PunBB, vTiger, SugarCRM, and WordPress). It doesn't come installed on a Cloud App by default, but installing it is not too ...
Jan. 21, 2015 in Tutorials .
Need to install a GUI on your Cloud Server?
Here's a simple guide to install GNOME Desktop Environment on a CentOS 6 VPS server.
Lets start!
Run the following commands to install the GNOME elements, tools and fonts:
yum groupinstall -y 'X Window System'
yum groupinstall -y 'Desktop'
yum groupinstall -y fonts
Wait until it ...
So, sometimes when you are creating your system you may enter the hostname wrong, or perhaps you want to change a system’s hostname temporarily. Either way, the way to do this is rather simple.
...Jan. 20, 2015 in Tutorials .
Initiate the VMware tools install on your CentOS 6.2 VM.
Open a SSH session to your VM and copy/paste this:
...