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 | # Disable root login via ssh | ||
# Enable sudo | # Enable sudo | ||
# Install fail2ban | |||
# yum remove unneeded software | # yum remove unneeded software | ||
# yum update<br><br> | # yum update<br><br> | ||
Line 21: | Line 22: | ||
# Setup clamav virus protection for Samba and weekly scan<br><br> | # Setup clamav virus protection for Samba and weekly scan<br><br> | ||
# Setup cron jobs<br><br> | # Setup cron jobs<br><br> | ||
# ^ Configure Snort passive IDS | # ^ Configure Snort passive IDS | ||
# ^ Transparent Proxy with Squid for bandwidth utilization tally<br><br> | # ^ Transparent Proxy with Squid for bandwidth utilization tally<br><br> |
Revision as of 19:56, 7 April 2011
- Disable root login via ssh
- Enable sudo
- Install fail2ban
- 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 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