shell scripting
I’ve been playing around with bash scripting quite a bit recently in relation to my current job. Came up with one that’s really useful (imho) around chkconfig: # mass set all services known to chkconfig to be `on` or `off` at given level # written by warren myers – warren@warrenmyers.com # 28 sep 2009 echo…