Free Hosting Tutorials

How to install joomla in VPS

If you are installing JOOMLA on the virtual private server means, 1.Log into the vps using ssh. 2.download the package wget http://joomlacode.org/gf/download/frsrelease/11396/45610/Joomla_1.5.15-Stable-Full_Package.zip extract the package OR If your are trying to install via cpanel means, download and extract the package in the local machine and upload it in the control panel >> file manager >> […]

How to install os commerce in VPS

If you are installing OSCOMMERCE on the virtual private server means, 1.Log into the vps using ssh. 2.download the package wget http://www.oscommerce.com/solutions/downloads/ extract the package OR If your are trying to install via cpanel means, download and extract the package in the local machine and upload it in the control panel >> file manager >> […]

Cpanel Demo

Root and Reseller Admin Panel http://demo.cpanel.net:2086 username : demo Password : demo Domain Owner Panel http://x3demob.cpx3demo.com:2082 Username: x3demob Password: x3demob Reseller Domain Panel http://x3demoa.cpx3demo.com:2082 Username: x3demoa Password: x3demoa

How to install MySQL in Linux Centos

MySQL : MySQL is a Relational Database Management System (RDBMS) that runs as a server providing multi-user access to a number of databases. How to install MySQL 1. Installing MySQL yum install mysql-server mysql php-mysql 2.How to configure MySQL : a. Set the MySQL service to start on boot b. chkconfig –levels 235 mysqld on […]