ReferencePlatforms/Linux-CentOS-5.0: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 43: Line 43:
# add clock=pit line to /boot/grub/grub.conf
# add clock=pit line to /boot/grub/grub.conf
# turn on syncTime in VMware config
# turn on syncTime in VMware config
# for s in auditd avahi-daemon acpid bluetooth cpuspeed hplip hidd mcstrans pcscd ntpd cups cups-config-daemon mdmonitor openibd smartd pcmcia isdn atd gpm anacron autofs apmd; do chkconfig $s off; done
# for s in auditd avahi-daemon acpid bluetooth cpuspeed hplip hidd mcstrans pcscd ntpd cups cups-config-daemon mdmonitor openibd smartd pcmcia isdn atd gpm anacron autofs apmd kudzu yum-updated; do chkconfig $s off; done
# chkconfig vncserver on
# rm /etc/sshd/ssh_host_*
# rm /etc/sshd/ssh_host_*


Line 64: Line 65:


  cd /tools
  cd /tools
  chmod 0755 ./dist/jdk-1_5_0_10-linux-i586.bin  
  chmod 0755 ./dist/jdk-1_5_0_10-linux-i586.bin  
  ./dist/jdk-1_5_0_10-linux-i586.bin  
  ./dist/jdk-1_5_0_10-linux-i586.bin  
  # type 'yes' to accept the license
# type 'yes' to accept the license
  ln -s jdk1.5.0_10/ jdk
  ln -s jdk1.5.0_10/ jdk


156

edits