- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
"I'm not making assumptions. I'm guessing!" --mht
vinod 20:25: I'm tellin ya, the turban folks are crazy :truestory:
16:03 < mattea> ccowart: do you remember? was it blee or something, who was locked out and did something random on hal to get our attention 16:04 < briandef> hal.rescomp.berkeley.edu : Jan 14 17:29:20 : kevin : user NOT in sudoers ; 16:04 < briandef> TTY=ttyp6 ; PWD=/export/home/kevin ; USER=root ; COMMAND=get me into the 16:04 < briandef> building because mattea didnt have my keycard activated yet and the doors locked 16:04 < briandef> at 5
@jeremydw this is how you free the nipple ☝️
18:10 <@^_^> does the topic imply that infact or milkibot will turn into skynet? 18:10 <%gms> probably silent 18:10 < silent> Is silent executing. 18:10 <@^_^> quite presumptious if you ask me considering both of them are dumbasses
01:03 < milki> tiny ones arent that interesting >.>
"I was taking minutes, and I wasn't listening..." - Anna
It works!
Their toilet paper was also single ply when it should have at least been 3 ply for 3 michelin stars. -achang
13:33 < ian> i just add this to .zshrc 13:33 < ian> _screen_prep() { 13:33 < ian> if [ "$SSH_AUTH_SOCK" != "$HOME/.screen/ssh-auth-sock.$HOSTNAME" ] ; then 13:34 < ian> ln -fs "$SSH_AUTH_SOCK" "$HOME/.screen/ssh-auth-sock.$HOSTNAME" 13:34 < ian> fi 13:34 < ian> } 13:34 < ian> alias screen='_screen_prep ; screen' 13:34 < ian> and this to .screenrc 13:34 < ian> unsetenv SSH_AUTH_SOCK 13:34 < ian> setenv SSH_AUTH_SOCK "$HOME/.screen/ssh-auth-sock.$HOSTNAME" 13:34 < tmmecke> so your keys get setup when you start screen 13:34 < joshu> wait, what's the problem being solved here? 13:34 < crimsonzen> unix