Standard Updates and Installs

su -c ‘rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm’
yum update -y
yum install wget -y
yum install ncdu -y
yum install mlocate -y
yum install ntp -y
chkconfig ntpd on
ntpdate pool.ntp.org
/etc/init.d/ntpd start
yum install vixie-cron crontabs -y
chkconfig crond on
/etc/init.d/crond start
yum install ruby rubygems libsqlite3-ruby -y
yum install sshd -y
yum install ssh -y
yum install perl -y
yum install gcc -y
yum install gcc-c++ -y
yum install flex -y
yum install bison -y
yum install make -y
yum install bind -y
yum install bind-libs -y
yum install bind-utils -y
yum install openssl -y
yum install openssl-devel -y
yum install perl -y
yum install quota -y
yum install libaio -y
yum install libcom_err-devel -y
yum install libcurl-devel -y
yum install gd -y
yum install zlib-devel -y
yum install zip -y
yum install unzip -y
yum install libcap-devel -y
yum install cronie -y
yum install bzip2 -y
yum install db4-devel -y
yum install cyrus-sasl-devel -y
yum install perl-ExtUtils-Embed -y
yum install autoconf -y
yum install automake -y
yum install libtool -y
yum install which -y
yum install cpan -y
yum remove httpd* php* mysql* -y
chkconfig sshd on