Minimal Post Configuration for CentOS

| 0 Comments
service yum-updatesd stop
chkconfig yum-updatesd off

service avahi-daemon stop
chkconfig avahi-daemon off

service bluetooth stop
chkconfig bluetooth off

service cups stop
chkconfig cups off

service ip6tables stop
chkconfig ip6tables off

service iptables stop
chkconfig iptables off

yum install screen -y
yum install strace -y
yum install ntp -y
chkconfig ntpd on
mv /etc/ntp.conf /etc/ntp.conf.orig

cat > /etc/ntp.conf << EOF
server 0.centos.pool.ntp.org
server 1.centos.pool.ntp.org
server 2.centos.pool.ntp.org
EOF

chkconfig ntpd on
yum update -y
reboot

Leave a comment

Recent Entries

Updating Sun T5220 System Controller Firmware
Run the flashfirmware utility from Sun to update the system controller firmware. The firmware utility can be downloaded from http://www.sun.com/download/products.xml?id=4705863e…
Minimal Post Configuration for CentOS
service yum-updatesd stop chkconfig yum-updatesd off service avahi-daemon stop chkconfig avahi-daemon off service bluetooth stop chkconfig bluetooth off service…
15 Central Park West
The Real Deal details the buyers of the wonderful apartments at 15 CPW. http://therealdeal.com/newyork/articles/a-unit-by-unit-look-at-15-cpw http://s3.amazonaws.com/trd_three/images/17726/CPWBinder.pdf…