Ubuntu Setup
passwd rm /etc/localtime ln -s /usr/share/zoneinfo/Canada/Atlantic /etc/localtime vi /etc/apt/sources.list [add 4 universe repos] apt-get update apt-get upgrade adduser kenzie vi /etc/ssh/sshd_config [PermitRootLogin no, UseDNS no, AllowUsers kenzie] /etc/init.d/ssh restart sudo update-alternatives —config editor [1] visudo [kenzie ALL=(ALL) ALL] reboot apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server mysqladmin -u root -p password yourpassword apt-get postfix apt-get install chkrootkit [and run it] vi /etc/php5/apache2/php.ini [display_errors = Off, log_errors = On, error_log = /var/log/php-error.log] apt-get install subversion php5-xsl
Shorewall firewall.
Munin and Monit monitoring.