vrijdag 13 maart 2009

one line loop bash

check php files for errors

bash$ for f in $( ls *.php ); do php -l $f; done

vrijdag 6 maart 2009

woensdag 4 maart 2009

RSSH scp sftp rsync restrictive shell

rssh is a restricted shell, used as a login shell, that allows users to
perform only scp, sftp, cvs, rdist, and/or rsync operations. It can
also optionally chroot user logins into a restricted jail.