Misc Admin
From Tardis
Useful Stuff
This page is for keeping track of those little commands which you can never remember
Resetting security mode on the ultra's proms from debian:
eeprom security-mode = none
List all users in LDAP:
ldapsearch -x uid='*' | grep ^uid: | awk '{print $2}' > users.txt
Check out and lock a file for editing with RCS, and check it in again:
co -l [file] ci -u [file]