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