Load Management
Jump to navigation
Jump to search
This page is dedicated to the practices of managing Dr. Rosenburg's programs.
1) Copy /etc/.random/ from a machine to the machine you are working on. 2) Edit /etc/gdm/PostLogin, and add the line "/etc/.random/setup3". 3) Edit /etc/gdm/PostSession and add the lines:
su $LOGNAME -c "/etc/.random/reset" su $LOGNAME -c "killall -r '^evolution-data-server.*'"
The last line is for management of a pesky application that opens for each user that uses the machine but doesn't close once they log-out.