ServerSetupFedora22: Difference between revisions

From DrewWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<pre>
# Disable root login via ssh
1. Disable root login via ssh
# Enable sudo
2. Enable sudo
# yum remove unneeded software
3. yum remove unneeded software
# yum update<br><br>
4. yum update
# Configure grub serial console redirection
 
# Configure serial console via IPMI
5. Configure grub serial console redirection
# Configure kdump for system panics
6. Configure serial console via IPMI
# Configure NUT for UPS alerts
7. Configure kdump for system panics
# Configure Time Server for local network access
8. Configure NUT for UPS alerts
# Configure syslog for network client writes<br><br>
9. Configure Time Server for local network access
# Mount raid array
10. Configure syslog for network client writes
# Configure md alerts
 
# Enable NFS
11. Mount raid array
# Enable samba
12. Configure md alerts
# Enable iSCSI
13. Enable NFS
# ^ Configure bacula and web interface<br><br>
14. Enable samba
# Setup mail relay
15. Enable iSCSI
# Configure smartd to monitor hard drives
^16. Configure bacula and web interface
# ^ Configure thermal alerts for server
 
# Configure logwatch
17. Setup mail relay
# Setup clamav virus protection for Samba and weekly scan<br><br>
18. Configure smartd to monitor hard drives
# Setup cron jobs<br><br>
^19. Configure thermal alerts for server
# Configure denyhosts or fail2ban
20. Configure logwatch
# ^ Configure Snort passive IDS
21. Setup clamav virus protection for Samba and weekly scan
# ^ Transparent Proxy with Squid for bandwidth utilization tally<br><br>
 
# Upload firmware for tv tuner card
22. Setup cron jobs
# Setup mythtv
 
# Configure MythWeb
23. Configure denyhosts or fail2ban
# Force http to https redirection<br><br>
^24. Configure Snort passive IDS
# Configure webdav for tomboy notes / foxit marks
^25. Transparent Proxy with Squid for bandwidth utilization tally
# Configure mod_auth_pam for httpd authentication<br><br>
 
# ^ Configure SElinux<br><br>
26. Upload firmware for tv tuner card
# ^ Verify all log files in /var/log are not giving any errors or notifications
27. Setup mythtv
# ^ Check logs for whats growing!
28. Configure MythWeb
:* ls -alR /var/log | grep ^- | awk {'print $5" "$8'} | sort -k 2| sort -n
29. Force http to https redirection
 
30. Configure webdav for tomboy notes / foxit marks
31. Configure mod_auth_pam for httpd authentication
 
^32. Configure SElinux
 
^33. Verify all log files in /var/log are not giving any errors or notifications
^34. Check logs for whats growing!
# ls -alR /var/log | grep ^- | awk {'print $5" "$8'} | sort -k 2| sort -n
</pre>

Revision as of 11:07, 15 March 2011

  1. Disable root login via ssh
  2. Enable sudo
  3. yum remove unneeded software
  4. yum update

  5. Configure grub serial console redirection
  6. Configure serial console via IPMI
  7. Configure kdump for system panics
  8. Configure NUT for UPS alerts
  9. Configure Time Server for local network access
  10. Configure syslog for network client writes

  11. Mount raid array
  12. Configure md alerts
  13. Enable NFS
  14. Enable samba
  15. Enable iSCSI
  16. ^ Configure bacula and web interface

  17. Setup mail relay
  18. Configure smartd to monitor hard drives
  19. ^ Configure thermal alerts for server
  20. Configure logwatch
  21. Setup clamav virus protection for Samba and weekly scan

  22. Setup cron jobs

  23. Configure denyhosts or fail2ban
  24. ^ Configure Snort passive IDS
  25. ^ Transparent Proxy with Squid for bandwidth utilization tally

  26. Upload firmware for tv tuner card
  27. Setup mythtv
  28. Configure MythWeb
  29. Force http to https redirection

  30. Configure webdav for tomboy notes / foxit marks
  31. Configure mod_auth_pam for httpd authentication

  32. ^ Configure SElinux

  33. ^ Verify all log files in /var/log are not giving any errors or notifications
  34. ^ Check logs for whats growing!
  • ls -alR /var/log | grep ^- | awk {'print $5" "$8'} | sort -k 2| sort -n