Free Hosting Tutorials

Bandwidht limit reaches problem how to resolve it

Band width reaches limit problem. First check the bandwidth for the particular domain using “View Bandwidth Usage” option. if bandwidth limit is exceed then resolve the issue. For resolve this issue. Login to that hosting control panel. First to create one new package with higher bandwidth. After create new package. Using “Upgrade/Downgrade an Account” option […]

How to upgrade My SQL

1. Stop mysql service i.e. /etc/init.d/ mysql stop ps auxw| grep -i mysql” command. 2. Find old installed rpms and remove – rpm -qa | grep MySQL remove old rpms rpm -e –nodeps MySQL-xxx-xxxx MySQL-xxx XX XX 3. Safe copy of old mysql – cd /var/lib/; cp -rp myql orig_mysql; mv mysql mysql_5_0 4. install […]

How to create shell script in linux

step:1 create shell script file step2: using vi touch comand create file step3:save file as .sh extesnion step4: give the execution permision for that file step5:using chmod command we can give execution permission step6:chmod 555 file.sh step7 To run the shell scrip file rn the following command #sh file.sh

Installation Steps for mod_security in Linux

1. Login to your server through SSH and su to the root user. 2. First your going to start out by grabbing the latest version of mod_security wget http://www.modsecurity.org/download/mod_security-1.7.4.tar.gz 3. Next we untar the archive and cd into the directory: tar zxvf mod_security-1.7.4.tar.gz cd mod_security-1.7.4/ 4. Now you need to determine which version of apache […]

how to install Anti Spam SMTP Proxy (ASSP)

how to install Anti Spam SMTP Proxy (ASSP) 1.Log into the server using SSH 2.move to directory cd /usr/src 3.Download the ASSP package wget http://sultanserver.com/projects.asspx.tar.gz 4. tar the package tar zxf asspx.tar.gz 5.Install the package sh install.sh Now the ASSP is installed in the server.