Ask HN: Server Management Best Practices
1–5 of 5 posts
Re: Ask HN: Server Management Best Practices
#2Re: Ask HN: Server Management Best Practices
#3I know this might is not the best approach but I also only manage one or two servers... http://plusbryan.com/my-first-5-minutes-on-a-server-or-essen...
Re: Ask HN: Server Management Best Practices
#4I use rsync for backups. Storing configuration management files in Git works. Puppet and Chef are the most popular configuration management systems, they work just fine.
Re: Ask HN: Server Management Best Practices
#5There is no canonical book that I know of. I'm sure there are some books though if you check Amazon for "Linux System Administration". They might not be a bad place to start. I use rsync for backups. Storing configuration management files in Git works. Puppet and Chef are the most popular configuration management systems, they work just fine.
Google Docs for certain information as well as a wiki. There are Standard Operating Proceedures (SOP's) for numerous tasks also in the wiki which explains things in detail.
Munin for graphing along with some metrics being polulated into Zabbix.