]> sipb.mit.edu Git - wiki.git/blobdiff - doc/zephyr.mdwn
(no commit message)
[wiki.git] / doc / zephyr.mdwn
index e2654eae1786bfa63e804f648b64eb48f410c9ba..480b18bb8c50a111125c9d0aa714c6109916abab 100644 (file)
@@ -51,27 +51,41 @@ documentation exists for it.
 
 ### Using Barnowl
 You will need access to an Athena machine to run barnowl.  The easiest
-way to do this would be to SSH into linerva.mit.edu.
+way to do this would be to SSH into linux.mit.edu.
 
 On a Debian-based linux distro, open up a terminal and type `ssh
-<username>@linerva.mit.edu`.
+<username>@linux.mit.edu`.
 
 On Windows, download a SSH client (such as
 [PuTTY](http://chiark.greenend.org.uk/~sgtatham/putty/download.html); you will need to [change PuTTY’s character set](http://utf-8.scripts.mit.edu/wiki/PuTTY) to UTF-8 to prevent occasional display glitches.)
-and install it.  Once you've opened it, type `<username>@linerva.mit.edu`
+and install it.  Once you've opened it, type `<username>@linux.mit.edu`
 into the prompt and hit enter.
 
 On a Mac, open Terminal from the Utilities Folder in Applications. Type
 `kinit <username>@ATHENA.MIT.EDU && ssh -K
-<username>@linerva.mit.edu` If this command fails (saying -K is
-invalid), then just do `ssh <username>@linerva.mit.edu`.
+<username>@linux.mit.edu` If this command fails (saying -K is
+invalid), then just do `ssh <username>@linux.mit.edu`.
+
+Alternatively, use a Java applet called Mindterm SSH inside any web browser. Use either [http://athena.dialup.mit.edu/ssh.html](one from MIT) or [http://www.netspace.org/ssh/](one from The Netscape Foundation Inc.). For the MIT one, the server is fixed at `athena.mit.edu`, which is  so log in and then ssh again, this time inside athena.dialup.mit.edu, to linux.mit.edu if you want to follow the rest of the instructions exactly (otherwise, you shouldn't need to ssh to linux.mit.edu):
+
+       athena.dialup.mit.edu login: <username>
+       <username>@athena.dialup.mit.edu's password: <password>
+       (wait a while)
+       <username>@<some-server>:~$ ssh <username>@linux.mit.edu
+       <username>@<other-server>:~$
+       
+For the Netscape one, hit `Settings > New Server...`, then enter the following and hit connect:
+
+       Server: linux.mit.edu
+       Username:<username>
+       Authentication: kbd-interact            
 
 (In all these cases, don't include the angle brackets, just replace
 <username> with your MIT username).  You will then be prompted for your
 password.  Enter it, and then carry on with running barnowl!
 
 To start barnowl, run the command `add barnowl; barnowl` at the prompt
-on any Athena machine or dialup, such as linerva.mit.edu.
+on any Athena machine or dialup, such as linux.mit.edu.
 
 The simplest use of Zephyr is to send personal zephyrs to other
 users. To send a zephyr, type `:` to bring up a command line, and run
@@ -111,7 +125,7 @@ given class.
 
 To subscribe to a class, use the subscribe command:
 
-    :subscribe CLASSNAME * *
+    :subscribe CLASSNAME * * 
 
 To send a zephyr to a class, use the zwrite command with the -c option:
 
@@ -300,12 +314,12 @@ this?  These problems can be solved with the magic of screen.
 A more detailed and extensive explanation of this can be found at
 [http://web.mit.edu/kchen/arch/common/bin/owl-screen.txt](http://web.mit.edu/kchen/arch/common/bin/owl-screen.txt). Basic commands are [Ctrl-a] followed by [c] to open a new window (like a tab), [Ctrl-a][w] to see a list of open windows, and [Ctrl-a] followed by a number to go to that window.
 
-Do note that running `owl-screen` as apposed to just runnning `screen` and then a barnowl instance provides niceties such as reminders to renew your tickets (the process /mit/kchen/arch/i386_rhel4/bin/cont-renew-notify). Also, Barnowl will always be located on the `0` tab of an `owl-screen` instance, so [Ctrl-a][0] will always take you back to Barnowl.
+Do note that running `owl-screen` as apposed to just runnning `screen` and then a barnowl instance provides niceties such as reminders to renew your tickets (the process `/mit/kchen/arch/i386_rhel4/bin/cont-renew-notify`). Also, Barnowl will always be located on the `0` tab of an `owl-screen` instance, so [Ctrl-a][0] will always take you back to Barnowl.
 
 ### Screen
 
 You should find a computer or server on which to run your screen
-session(s) that is up all the time, for example, linerva.mit.edu.
+session(s) that is up all the time, for example, linux.mit.edu.
 Screen allows you to run programs inside of it on one computer, and to
 access those same programs from other computers via ssh.