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...
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...
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...
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)...
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...
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...
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...
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...