ServerSetupFedora22
- Disable root login via ssh
- Enable sudo
- yum remove unneeded software
- yum update
- Configure grub serial console redirection
- Configure serial console via IPMI
- Configure kdump for system panics
- Configure NUT for UPS alerts
- Configure Time Server for local network access
- Configure syslog for network client writes
- Mount raid array
- Configure md alerts
- Enable NFS
- Enable samba
- Enable iSCSI
- ^ Configure bacula and web interface
- Setup mail relay
- Configure smartd to monitor hard drives
- ^ Configure thermal alerts for server
- Configure logwatch
- Setup clamav virus protection for Samba and weekly scan
- Setup cron jobs
- Configure denyhosts or fail2ban
- ^ Configure Snort passive IDS
- ^ Transparent Proxy with Squid for bandwidth utilization tally
- Upload firmware for tv tuner card
- Setup mythtv
- Configure MythWeb
- Force http to https redirection
- Configure webdav for tomboy notes / foxit marks
- Configure mod_auth_pam for httpd authentication
- ^ Configure SElinux
- ^ Verify all log files in /var/log are not giving any errors or notifications
- ^ Check logs for whats growing!
- ls -alR /var/log | grep ^- | awk {'print $5" "$8'} | sort -k 2| sort -n