Changes between Initial Version and Version 1 of root-guidelines


Ignore:
Timestamp:
Aug 17, 2010, 11:50:52 PM (15 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • root-guidelines

    v1 v1  
     1= Guidelines for Root use =
     2
     3[wiki:support-team Support team page]
     4
     5Always...
     6
     7 * join the #mayfirst channel on irc.indymedia.org and make an announcement before doing anything as root
     8 * run commands from within a logged screen session (type screen -x to attempt to join a running screen session, if that fails, type screen -L to start a new one) 
     9 * use root only for tasks that require root
     10 * protect your private key! Only store on encrypted disks and report any breaches immediately
     11
     12Mostly...
     13
     14 * open or comment on a ticket for any root activity that might impact the server to ensure we all know about server changes
     15 * schedule projects requiring root access 24 hours in advance
     16 * use root with one more more additional people sharing your screen session
     17 * share knowledge about what you are doing with others   
     18
     19Make an effort...
     20
     21 * take the time to fully understand what you or the person driving the screen session is doing
     22 * fix it "right" - either the first time, or after making the quick fix, go back and try to fix it in a permanent way