: September-2009

Home » 2009 » September

This configuration takes four network interfaces and makes two bonds of two Interfaces. Also your network switch has to be able to support this configuration, HP Switches I use support this. Edit /etc/modprobe.conf and add the following. alias bond0 bonding options bond0 mode=balance-alb miimon=100 alias bond1 bonding options bond1 mode=balance-alb miimon=100 Edit /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE=bond0 IPADDR=192.168.0.2 ..

Read more

Install CentOS 5.3 in text mode without any server application options. Update and harden CentOS 5.3 Applications you need to install after server installation. yum install httpd yum install php yum install php-mysql yum install mysql-server Startup MySQL Server and set password /etc/init.d/mysqld start /usr/bin/mysqladmin -u root password 'newpassword' chkconfig mysqld on (So when the ..

Read more

Install CentOS 5.3 in text mode without any server application options. Update and harden CentOS 5.3 Applications you need to install after server installation. yum install xauth Download Sun Java JDK and Install (Choose Java SE Development Kit (JDK)) Download Sun JDK (Version I used jdk-6u16-linux-i586-rpm.bin) Copy Java JDK to Server and Install chmod +x ..

Read more