cpanel hosting

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,…

11 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…

11 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…

11 years ago