Hostripples Featured

mod_auth_mysql : How to install

wget http://prdownloads.sourceforge.net/modauthmysql/mod_auth_mysql-2.9.0.tar.gz?download tar xvzf mod_auth_mysql-2.9.0.tar cd mod_auth_mysql-2.9.0.tar /usr/local/apache/bin/apxs -c -lmysqlclient -lm -lz -I /usr/include/mysql/ mod_auth_mysql.c /usr/local/apache/bin/apxs -i mod_auth_mysql.so configtest Restart…

12 years ago

Mivavm

1. Place the file "cgi-bin/mivavm" in your Apache "cgi-bin" directory. 2. Change the ownership and permissions of the "mivavm" binary…

12 years ago

RVsiteBuilder Migration

1. Install RVSiteBuilder on the NEW server, follow the installation at http://rvsitebuilder.com/installation.htm. 2. Make sure the transferring hosting accounts has…

12 years ago

MagickWand For PHP : How to Install it?

First install ImageMagick http://www.hvtc.edu.vn:1982/download/MagickWandForPHP-0.1.3.zip http://www.magickwand.org/download/php/magickwand-0.1.8.tar.gz http://www.hvtc.edu.vn:1982/download/gd-2.0.33.zip unzip phpize ./configure make make install add extension in php.ini and restart httpd. Thats…

12 years ago

ldconfig : How to?

1) add the path of the missing libraries in the file /etc/ld.so.conf 2) execute the following command: ldconfig this way,…

12 years ago

Kernel Upgradation

cd /usr/src/ wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.4.tar.gz tar -zvxf linux-2.6.17.4.tar.gz cd linux-2.6.17.4 cp /boot/config-2.6.9-22.ELsmp /usr/src/linux-2.6.17.4/.config make clean make mrproper make oldconfig (Note that…

12 years ago

JDK : Installation

DOWNLOAD: http://java.sun.com/javase/downloads/index.jsp ls -la chmod 755 jdk-6u2-ea-bin-b02-linux-i586-12_apr_2007-rpm.bin ./jdk-6u2-ea-bin-b02-linux-i586-12_apr_2007-rpm.bin java -version updatedb;locate javac |grep bin alternatives --install /usr/bin/java java /usr/java/jdk1.6.0_02/bin/java 100…

12 years ago

Error — Warning: unpack() [function.unpack]:

Error -- Warning: unpack() [function.unpack]: Type V: not enough input, need 4, have 0 in /home/uruser/public_html/blog/wp-includes/phptext.php on line 35 Solution…

12 years ago

ERROR: Connection dropped by IMAP server

yum install fam /etc/rc.d/init.d/courier-imap restart service courier-authlib restart service courier-imap restart yum install fam /etc/rc.d/init.d/courier-imap restart netstat -an|grep 143|grep LISTEN…

12 years ago

Ghostscript Installation

wget http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/ghostscript-8.62.tar.bz2 bunzip2 ghostscript-8.54.tar.bz2 tar -xvf ghostscript-8.54.tar cd ghostscript-8.54 ./configure make make install

12 years ago