I love this fanout script for running the same command on multiple servers, just in case you’re interested:
http://www.stearns.org/fanout/fanout
[root@199564-6 scripts# fanout "$SERVERS" "cp /root/.ssh/authorized_keys /home/user/.ssh/"
Starting root@db1
Starting root@db2
Starting root@nas
Starting root@www1
Starting root@www2
Starting root@www3
Fanout executing "cp /root/.ssh/authorized_keys /home/user/.ssh/"
Start time Wed Dec 23 23:45:35 EST 2009 , End time Wed Dec 23 23:45:47 EST 2009
==== As root on db1 ====
==== [...]
Monthly Archive for December, 2009
Darkauth For The Win!
Posted in cakephp on Dec 2nd, 2009
I’ve been working with CakePHP for a few years now and am very happy with it. I’ve been working with the 1.2 version for a few months (since it went stable) and playing with the Auth and ACL core components.
I’ve decided that ACL is too complicated for most setups, and Auth is fine, but not [...]