Let’s put here links to anything useful for learning about being a sysadmin.
- http://wiki.centos.org/TipsAndTricks
- http://www.thegeekstuff.com/2010/12/50-unix-linux-sysadmin-tutorials/
- http://mythinkpond.wordpress.com/2011/12/28/how-to-upgrade-to-python-2-7-on-centos/
- http://mythinkpond.wordpress.com/
- Read this: http://home.roadrunner.com/~computertaijutsu/ldap.html
- Useful stuff: http://tutorials.section6.net/home
- From http://lists.centos.org/pipermail/centos/2009-May/076106.html, to run a command as apache, do:
su -s /bin/sh apache -c "command"
Other stuff