2009   August | MyLiteratureTechLife.COM

Installing ImageMagick in Cpanel

August 24th, 2009 0 Comments

You can install by running one command only #/scripts/installimagemagick You can check whether imagemagick is installed or not using #/scripts/checkimagemagick If this installation does not work, then you can uninstall it and install it manually #/scripts/cleanimagemagick And...




Installing yum in CentOS 5.3

August 21st, 2009 0 Comments

Download rpms wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/elfutils-0.137-3.el5.i386.rpm wget http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/elfutils-libs-0.137-3.el5.i386.rpm wget...

Installing RED5 server in CentOS 5.x

August 18th, 2009 0 Comments

1) Install java yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel 2) Install ant (apache project) cd /usr/src wget http://opensource.become.com/apache/ant/binaries/apache-ant-1.8.1-bin.tar.gz tar zxvf apache-ant-1.8.1-bin.tar.gz mv apache-ant-1.7.1/ /usr/local/ant 3) Export...

How to mount second hard drive in CentOS 5.x

August 14th, 2009 3 Comments

I was trying to mount second drive in my server which was connected via usb, so I thought to post it here as well Run # fsdisk -l to see the list of drives in server.. second drive will most probably will be sdb 1) Make its partition # fdisk /dev/sdb press n press p press w 2)...

How to create tar archive

August 11th, 2009 1 Comment

Since I started working with cPanel server I always needed to create archives from directories. For example backing up a user’s home directory. How can you do this? It’s not difficult at all. For exemple to backup a user home directory you would have to run: tar -pczf rchive.tar.gz...

Customize your default apache page in cpanel

August 11th, 2009 3 Comments

You just have to login to your server via ssh. Navigate to /usr/local/apache/htdocs # cd /usr/local/apache/htdocs And finaly edit the file index.html # nano index.html If you list the content of /usr/local/apache/htdocs you will see that you can also modify the content of other error pages...

How to add new RBLs to cpanel Exim

August 11th, 2009 0 Comments

More then a year ago, cPanel added a future to the Exim Configuration Editor for everyone to easily select from two RBLs (spamhaus.org and spamcop.net) that can be used to filter most of the SPAM that a server receives. While this has been great for most of us (enabling a RBL is a simple as...

How to enable Passive ftp in Pure FTPD

August 11th, 2009 1 Comment

For users that are behind a firewall it might be required that you enable passive ftp in your ftp server and client. While enabling passive ftp in your ftp client is simple, doing so in your ftp server configuration files might be a bit tricky if you don’t know what you are doing. This...

Alexa Rank