]> sipb.mit.edu Git - wiki.git/blobdiff - doc/screen.mdwn
(no commit message)
[wiki.git] / doc / screen.mdwn
index 07a28d51138f8a812db14601be1825a1409aac95..2b710e9ecb3a53ddf9db7cf44cb69fd10431d0cf 100644 (file)
@@ -14,12 +14,12 @@ from multiple places.
 
 ## Getting Started
 
 
 ## Getting Started
 
- 1.  Pick a machine to run your screen session on.  If you don't know of any options, linux.mit.edu (Linerva) is a good choice.
+ 1.  Pick a machine to run your screen session on.  If you don't know of any options, athena.dialup.mit.edu (Athena Dialup) is a good choice.
  2.  ssh to that machine.
  3.  run `screen`
  4.  Do stuff.
 
  2.  ssh to that machine.
  3.  run `screen`
  4.  Do stuff.
 
-To detach, type "C-a d".  To reattach, type `screen -dr`.
+To detach, type "C-a d" (That's control+a, release both keys, press 'd'.) .  To reattach, type `screen -dr`.
 
 If you close your ssh connection without detaching, or lose your
 network connection:
 
 If you close your ssh connection without detaching, or lose your
 network connection:
@@ -54,7 +54,3 @@ attached has privacy implications.
 `screen` can do lots of stuff.  If you have a while to burn, run
 `man screen` at the shell prompt.  It may be helpful to do this
 inside of `screen` so you can put it down and come back to it later.
 `screen` can do lots of stuff.  If you have a while to burn, run
 `man screen` at the shell prompt.  It may be helpful to do this
 inside of `screen` so you can put it down and come back to it later.
-
-## TODO
-
-clean up, explain the "C-a C-a" notation.
\ No newline at end of file