ServerSetupFedora22: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
# Disable root login via ssh | |||
# Enable sudo | |||
# yum remove unneeded software | |||
# yum update<br><br> | |||
# 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<br><br> | |||
# Mount raid array | |||
# Configure md alerts | |||
# Enable NFS | |||
# Enable samba | |||
# Enable iSCSI | |||
# ^ Configure bacula and web interface<br><br> | |||
# 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<br><br> | |||
# Setup cron jobs<br><br> | |||
^ | # Configure denyhosts or fail2ban | ||
# ^ Configure Snort passive IDS | |||
# ^ Transparent Proxy with Squid for bandwidth utilization tally<br><br> | |||
# Upload firmware for tv tuner card | |||
# Setup mythtv | |||
# Configure MythWeb | |||
# Force http to https redirection<br><br> | |||
^ | # Configure webdav for tomboy notes / foxit marks | ||
^ | # Configure mod_auth_pam for httpd authentication<br><br> | ||
# ^ Configure SElinux<br><br> | |||
# ^ 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 | |||
^ | |||
^ | |||
^ | |||
Revision as of 11:07, 15 March 2011
- 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