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…
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…
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…
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…
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
Installation: 1: Installing libpcap cd /usr/local/src wget http://ovh.dl.sourceforge.net/sourceforge/libpcap/libpcap-0.8.1.tar.gz tar -zxvf libpcap-0.8.1.tar.gz cd libpcap-0.8.1 ./configure make && make install 2: Installing…
Header Errors Warning: Cannot add header information - headers already sent by (output started at /home/uruser/www/errors.php:9) in…. Warning: Cannot send…
1. mkdir /home/uruser/geoip cd /home/uruser/geoip 2. Download and install library: wget http://www.maxmind.com/download/geoip/api/.../c/GeoIP.tar.gz http://www.maxmind.com/download/geoip/api/c/GeoIP-1.3.4.tar.gz tar xzfv GeoIP.tar.gz cd GeoIP* ./configure make…
cd /usr/local mkdir gcc cd gcc wget ftp://mirrors.kernel.org/gnu/gcc/gcc...-4.2.2.tar.bz2 tar -jxvf gcc-core-4.2.2.tar.bz2 mkdir obj cd obj At this point we need…
ERROR : Warning: fwrite(): supplied argument is not a valid stream resource in /home/uruser/public_html/index.php on line 359 Solution: I'm pretty…