home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / NETGUIDE7.SFX / netguide07 next >
Encoding:
Text File  |  1994-05-06  |  54.0 KB  |  1,232 lines

  1.  
  2. logging function before you open the message.  Then call up the message 
  3. and, when done, stop the logging, and the file's saved to your computer.
  4.  
  5. That method's good if you only want to transfer one message.  But what if 
  6. you want to save several messages to a single file (a bunch of items from 
  7. a mailing list, say)?  Then you might want to save them to a file on your 
  8. public-access site first and then download that.  
  9.  
  10. If you use the Pine mail program, open up the message and then hit your e 
  11. key.  You'll be asked to enter a file name in your home directory.  Once 
  12. done, go to the next message and repeat the process.  When finished, 
  13. you'll have a single large file in your home directory for downloading. 
  14. Note that when you do this, Pine will mark the message for deletion, so 
  15. if you want to keep it in your mailbox (to reply, perhaps), answer N when 
  16. you exit pine and are asked if you want to delete the marked files.  
  17.  
  18. If you use elm, instead, hit your s key, either within the message or 
  19. with the cursor on its entry in the message menu.  You'll get something 
  20. that looks like this:
  21.  
  22.      =jdoe
  23.  
  24. which comes from the e-mail address of the sender. If you hit enter, 
  25. you'll save the message to a file called jdoe in your Mail directory.  If 
  26. you want to save it to a differently named file in your home directory, 
  27. hit your backspace key once and then type in the file name you want (but 
  28. without the equal sign).  As in pine, the messages will be marked for 
  29. deletion, so keep that in mind if you want to retain them in your 
  30. mailbox.
  31.  
  32. In either case, you can now download the file, again using the comands 
  33. discussed in Chapter 4 for retrieving similarly collected Usenet 
  34. messages. 
  35.  
  36.  
  37. 10.3  SENDING FILES TO NON-INTERNET SITES
  38.                                   
  39.  
  40. What if your friend only connects with a non-Unix system, such as 
  41. CompuServe or MCIMail?  There are programs available for MS-DOS, Apple 
  42. and Amiga computers that will encode and decode files.  Of course, since 
  43. you can't send one of these programs to your friend via e-mail (how would 
  44. she un-encode it?), you'll have to mail (the old-fashioned way) or give 
  45. her a diskette with the program on it first.   Then, she can get the file 
  46. by e-mail and go through the above process (only on her own computer) to 
  47. get a usable file.  Remember to give her an encoder program as well, if 
  48. she wants to send you files in return. 
  49.  
  50. For MS-DOS machines, you'll want to get uunecode.com and uudecode.com.  
  51. Both can be found through anonymous ftp at wuarchive.wustl.edu in the 
  52. /mirrors/msdos/starter directory. The MS-DOS version is as easy to use as 
  53. the Unix one: Just type 
  54.  
  55.      uudecode filename.ext
  56.  
  57. and hit enter.
  58.      
  59. Mac users should get a program called uutool, which can be found in the 
  60. info-mac/util directory on sumex-aim.stanford.edu. 
  61.  
  62. Think twice before sending somebody a giant file. Although large sites 
  63. connected directly to the Internet can probably handle mega-files, many 
  64. smaller systems cannot. Some commercial systems, such as CompuServe and 
  65. MCIMail, limit the size of mail messages their users can receive.  
  66. Fidonet doesn't even allow encoded messages.  In general, a file size of 
  67. 30,000 or so bytes is a safe upper limit for non-Internet systems. 
  68.  
  69.  
  70. 10.4  GETTING FTP FILES VIA E-MAIL
  71.  
  72. To help people without ftp access, a number of ftp sites have set up mail 
  73. servers (also known as archive servers) that allow you to get files via 
  74. e-mail.  You send a request to one of these machines and they send back 
  75. the file you want.  As with ftp, you'll be able to find everything from 
  76. historical documents to software (but please note that if you do have 
  77. access to ftp, that method is always quicker and ties up fewer resources 
  78. than using e-mail). 
  79.  
  80. Some interesting or useful mail servers include: 
  81.  
  82.       mail-server@rtfm.mit.edu  Files of "frequently asked questions" 
  83. related to Usenet; state-by-state lists of U.S. representatives and 
  84. Senators and their addresses and office phone numbers. 
  85.       archive-server@eff.org  Information about the Electronic Frontier 
  86. Foundation; documents about legal issues on the Net. 
  87.       archive-server@cs.widener.edu  Back copies of the Computer 
  88. Underground Digest and every possible fact you could want to know about 
  89. "The Simpsons." 
  90.       netlib@uunet.uu.net  Programs for many types of personal computers; 
  91. archives of past postings from many Usenet newsgroups. 
  92.       archive-server@ames.arc.nasa.gov  Space-related text and graphics 
  93. (GIF-format) files. 
  94.       service@nic.ddn.mil  Detailed information about Internet. 
  95.  
  96. Most mail servers work pretty much the same -- you send an e-mail message 
  97. that tells them what file you want and how you want it sent to you.  The 
  98. most important command is "send," which tells the computer you want it to 
  99. send you a particular file. 
  100.  
  101. First, though, you'll need to know where the mail server stores that 
  102. file, because you have to tell it which directory or sub-directory it's 
  103. in.  There are a couple of ways to do this. You can send an e-mail 
  104. message to the archive-server that consists of one line: 
  105.  
  106.      index
  107.  
  108. The server will then send you a directory listing of its main, or root 
  109. directory.  You'll then have to send a second message to the archive 
  110. server with one line: 
  111.  
  112.      index directory/subdirectory
  113.  
  114. where directory/subdirectory is the directory path for which you want a 
  115. listing.  An alternative is to send an e-mail message to our old friend 
  116. archie, which should send you back the file's exact location on the 
  117. archive-server (along with similar listings for all the other sites that 
  118. may have the file, however) 
  119.  
  120. Once you have the file name and its directory path, compose a message to 
  121. the archive server like this: 
  122.  
  123.      send directory/subdirectory/file 
  124.   
  125. Send off the message and, anywhere from a few minutes to a couple of days 
  126. later, you'll find a new message in your mailbox: a copy of the file you 
  127. requested.  The exact time it will take a file to get to you depends on a 
  128. variety of factors, including how many requests are in line before yours 
  129. (mail servers can only process so many requests at a time) and the state 
  130. of the connections between the server and you. 
  131.  
  132. Seems simple enough. It gets a little more complicated when you request a 
  133. program rather than a document.  Programs or other files that contain 
  134. unusual characters or lines longer than 130 characters (graphics files, 
  135. for example) require special processing by the mail server to ensure they 
  136. are transmitted via e-mail.  Then you'll have to run them through at 
  137. least one converter program to put them in a form you can actually use.  
  138. To ensure that a program or other "non-mailable" file actually gets to 
  139. you, include another line in your e-mail message to the server: 
  140.                                             
  141.      encoder                      
  142.  
  143. This converts the file into an encoded form.  To decode it, you'll first 
  144. have to transfer the file message into a file in your home directory.  
  145.     
  146. One further complication comes when you request a particularly long file.  
  147. Many Net sites can only handle so much mail at a time.  To make sure you 
  148. get the entire file, tell the mail server to break it up into smaller 
  149. pieces, with another line in your e-mail request like this: 
  150.  
  151.      size 100000
  152.  
  153. This gives the mail server the maximum size, in bytes, of each file 
  154. segment.  This particular size is good for UUCP sites. Internet and 
  155. Bitnet sites can generally go up to 300000.  When you get all of these 
  156. files in mail, transfer them to your home directory.  Exit mail and call 
  157. up each file in your host system's text processor and delete each one's 
  158. entire header and footer (or "signature" at the end).  When done with 
  159. this, at your host system's command line, type 
  160.  
  161.      cat file1 file2 > bigfile
  162.  
  163. where file1 is the first file, file2 the second file, and so on.  The > 
  164. tells your host system to combine them into a new megafile called bigfile 
  165. (or whatever you want to call it).  After you save the file to your home 
  166. directory (see section 10.2 above), you can then run uudecode, tar, etc. 
  167. One word of caution, though: if the file you want is long enough that it 
  168. has to be broken into pieces, think of how much time it's going to take 
  169. you to download the whole thing -- especially if you're using a 2400-baud 
  170. modem! 
  171.      
  172. There are a number of other mail servers.  To get a list, send an e-mail 
  173. message to mail-server@rtfm.mit.edu: 
  174.  
  175. send usenet/comp.sources.wanted/How_to_find_sources_(READ_THIS_BEFORE_POSTING)
  176.  
  177. You'll have to spell it exactly as listed above.  Some mail servers use 
  178. different software, which will require slightly different commands than 
  179. the ones listed here.  In general, if you send a message to a mail server 
  180. that says only 
  181.  
  182.      help
  183.  
  184. you should get back a file detailing all of its commands. 
  185.      
  186. But what if the file you want is not on one of these mail servers?  
  187. That's where ftpmail comes in.  Run by Digital Equipment Corp. in 
  188. California, this service can connect to almost any ftp site in the world, 
  189. get the file you want and then mail it to you. Using it is fairly simple 
  190. -- you send an e-mail message to ftpmail that includes a series of 
  191. commands telling the system where to find the file you want and how to 
  192. format it to mail to you. 
  193.  
  194. Compose an e-mail message to 
  195.  
  196.      ftpmail@decwrl.dec.com
  197.  
  198. Leave the "subject:" line blank.  Inside the message, there are several 
  199. commands you can give.  The first line should be 
  200.  
  201.      reply address
  202.  
  203. where "address" is your e-mail address. The next line should be 
  204.  
  205.      connect host
  206.  
  207. where "host" is the system that has the file you want (for example: 
  208. wuarchive.wustl.edu). Other commands you should consider using are 
  209. "binary" (required for program files); "compress" (reduces the file 
  210. size for quicker transmission) and "uuencode" (which encodes the file 
  211. so you can do something with it when it arrives).  The last line of 
  212. your message should be the word "quit".  
  213.  
  214. Let's say you want a copy of the U.S. constitution.  Using archie, you've 
  215. found a file called, surprise, constitution, at the ftp site 
  216. archive.cis.ohio-state.edu, in the /pub/firearms/politics/rkba directory. 
  217. You'd send a message to ftpmail@decwrl.dec.com that looks like this: 
  218.  
  219.      reply adamg@world.std.com
  220.      connect archive.cis.ohio-state.edu
  221.      binary
  222.      compress
  223.      uuencode
  224.      get pub/firearms/politics/rkba/constitution
  225.      quit
  226.  
  227. When you get the file in your mailbox, use the above procedure for 
  228. copying it to a file.  Run it through uudecode.  Then type 
  229.  
  230.      uncompress file.name
  231.  
  232. to make it usable.
  233.  
  234. Since this was a text file, you could have changed the "binary" to 
  235. "ascii" and then eliminated the "uuencode" file.  For programs, though, 
  236. you'll want to keep these lines.  One caveat with ftpmail: it has become 
  237. such a popular service that it could take a week or more for your 
  238. requested files to arrive. 
  239.  
  240.  
  241. 10.5 MINING FOR INFO ON USENET VIA E-MAIL
  242.  
  243.  
  244. Grizzled Usenet veterans (you can always tell them by the coffee-stained 
  245. leather jackets they wear) proudly recall the days when they could read 
  246. every single article posted on the network each day and still find time 
  247. to do some work. 
  248.  
  249. But now, with the number of newsgroups approaching 10,000, that, of 
  250. course, is impossible.  That causes a potential problem, though.  What if 
  251. there's a discussion going on somewhere you might be interested in?  
  252. Sure, Usenet is divided into hierarchies and newsgroups with the goal of 
  253. helping people find discussions on specific topics, but given the number 
  254. of people who now post each day, even that might mean you'll miss 
  255. something.  And if you go on vacation and you come back to 2,000 new 
  256. articles in your favorite group, the temptation is awfully high to just 
  257. mark them all as read rather than trying to dig through them for 
  258. useful/interesting messages. 
  259.  
  260. Meet Stanford University's Netnews Filtering Server.  Somewhere at 
  261. Stanford sits a computer that creates a daily index of all Usenet 
  262. messages that pass through it.  Through simple e-mail commands, you can 
  263. get this machine to filter out articles for you and then send you a daily 
  264. summary of what it finds.  If the summaries of each article look 
  265. intriguing enough, you can then have the entire articles mailed to you. 
  266.  
  267. The basic commands are really simple.  You tell the computer what to look 
  268. for and how frequently you want to receive its reports. Send an e-mail 
  269. message to 
  270.  
  271.      netnews@db.stanford.edu. 
  272.  
  273. Leave the subject line blank, and as the message, write 
  274.  
  275.      subscribe phrase or word 
  276.      period 1 
  277.  
  278. For example, 
  279.  
  280.      subscribe boston bruins 
  281.      period 1 
  282.  
  283. would set the machine to searching for references to the Boston Bruins 
  284. and then report back to you every day (if you substituted "period 2," it 
  285. would report back to you every two days; you can go as high as 5).  
  286. There's an optional third command, "expire,'' which you would use to tell 
  287. the computer how many days to keep looking for you.  For example, 
  288.  
  289.       expire 30 
  290.  
  291. would end the search after 30 days. 
  292.  
  293. Now let's say you do get an article you want to read more about.  Each 
  294. article will have a message number.  To get it, write back to 
  295. netnews@db.stanford.edu and as your message, write 
  296.  
  297.        get news.group.# 
  298.  
  299. for example, 
  300.  
  301.        get alt.sex.hamsters.duct-tape.4601 
  302.  
  303. You can also search the Stanford database for existing articles.  Again, 
  304. write to netnews@db.stanford.edu.  As your message, write 
  305.  
  306.        search word or phrase 
  307.  
  308. You'll get back a list of possibly relevant articles.
  309.  
  310.  
  311. 10.6  JUST THE FAX, MA'AM
  312.  
  313.  
  314. Yes, the Internet is by far the world's largest computer network.  But 
  315. not everybody's connected to it -- yet.  Thanks to some Internet 
  316. pioneers, however, you can now extend the reach of the Net to people who 
  317. still rely on fax machines.
  318.  
  319. In 1993, Carl Malamud, founder of the Internet Multicasting Service 
  320. (which now provides everything from a half-hour talk show broadcast over 
  321. the Internet to databases of patent and SEC information) and Marshall 
  322. Rose, a computer consultant, created a mechanism for translating Internet 
  323. e-mail messages into faxes.  Today, you can reach a number of 
  324. metropolitan areas in the U.S., Canada, Denmark, Germany, Japan, Korea, 
  325. Portugal, New Zealand and the United Kingdom via their service. 
  326.  
  327. TPC depends on a series of volunteers, from individuals to large 
  328. corporations, who have agreed to provide Internet-to-fax services in a 
  329. given geographic area.  Technically, TPC is an experiment at this point; 
  330. one of the issues Malamud and Rose are looking at for the long term is 
  331. how to make the system pay for itself.
  332.  
  333. Sending a fax via TPC is as easy as sending an e-mail message, with the 
  334. exception of figuring out the e-mail address to use for a given fax, 
  335. which, to an outsider, looks awfully bizarre.
  336.  
  337. First, you want to get a TPC coverage list to see if the person you want 
  338. to reach is in an area served by TPC.  Send an e-mail message to tpc-
  339. coverage@town.hall.org (it doesn't really matter what you say in the 
  340. message; "send info" works fine).  You'll get back a list showing the 
  341. metropolitan areas now covered, as well as, in many cases, the specific 
  342. exchanges within those areas you can reach. Assuming the person you want 
  343. to reach is in one of these areas, you're ready to go. 
  344.  
  345. Now to figure out the e-mail address for a given fax number.  
  346. Take the phone number and add the particular country's international 
  347. dialing code to the front  -- even if you're sending a fax to somebody in 
  348. your own country (the U.S.'s international code is 1).  Do not, however, 
  349. include whatever digits you would dial just to get an international 
  350. circuit (which in the U.S. would be 011). Now remove any parentheses, 
  351. hyphens or spaces.  So, for example, 1 (213) 555-1234 would become 
  352. 12135551234. Add ".iddd.tpc.int" to the end of that, for example: 
  353.  
  354.      12135551234.iddd.tpc.int
  355.  
  356. That's the part of the address to the right of the @ sign.  The left half 
  357. of the address will look something like this: 
  358.  
  359.      remote-printer.John_Doe/5th_floor
  360.  
  361. This is actually a clever way to have a cover sheet printed for your fax. 
  362. All TPC addresses start with "remote-printer."  The next part, as you can 
  363. see, is the name of the person you want to reach.  Since you can't have 
  364. spaces in an Internet address, always separate the names with a _. A TPC 
  365. fax server interprets a / as a message to move to the next line on the 
  366. cover page.  So put all this together, and you get: 
  367.  
  368.      remote-printer.John_Doe/5th_floor@12135551234.iddd.tpc.int
  369.  
  370.  
  371. Phew!  But it works!  Now compose your e-mail message and send it to the 
  372. address you've just created. TPC will then route it to the nearest 
  373. participating fax machine, for delivery to your recipient.  Once your fax 
  374. is delivered, you'll even get a confirmation notice via e-mail.  If you 
  375. have addresses you plan to write to more than once, it would make eminent 
  376. sense to put them in your Pine or Elm address book.  Speaking of Pine, 
  377. you can use its ability to forward message attachments to send graphics 
  378. as part of the fax.  See under FYI to see how to get information on this. 
  379.  
  380.  
  381. 10.7  THE ALL KNOWING ORACLE
  382.  
  383.  
  384. One other thing you can do through e-mail is consult with the Usenet 
  385. Oracle.  You can ask the Oracle anything at all and get back an answer 
  386. (whether you'll like the answer is another question). 
  387.  
  388. First, you'll want to get instructions on how to address the Oracle (he, 
  389. or she, or it, is very particular about such things and likes being 
  390. addressed in august, solemn and particularly sycophantic tones).  Start 
  391. an e-mail message to 
  392.  
  393.      oracle@iuvax.cs.indiana.edu 
  394.  
  395. In the "subject:" line, type 
  396.  
  397.      help 
  398.   
  399. and hit enter.  You don't actually have to say anything in the message 
  400. itself -- at least not yet.  Hit control-D to send off your request 
  401. for help.  Within a few hours, the Oracle will mail you back detailed 
  402. instructions.  It's a fairly long file, so before you start reading 
  403. it, turn on your communications software's logging function, to save 
  404. it to your computer (or save the message to a file on your host system's 
  405. home directory and then download the file).  After you've digested it, 
  406. you can compose your question to the Oracle.  Mail it to the above 
  407. address, only this time with a subject line that describes your 
  408. question.  Expect an answer within a couple of days. And don't be 
  409. surprised if you also find a question in your mailbox -- the Oracle 
  410. extracts payment by making seekers of knowledge answer questions as 
  411. well!
  412.  
  413.  
  414. 10.8 WHEN THINGS GO WRONG
  415.  
  416.  
  417. * You get back an error message that your fax could not be delivered.
  418.  
  419. With TPC, that could mean one of two things.  Either you tried sending a 
  420. fax to an area not covered by TPC or you made a mistake converting the 
  421. fax number into a TPC address. Double-check both the list of TPC coverage 
  422. areas and the address you created.
  423.  
  424.  
  425. 10.9 FYI
  426.  
  427.  
  428. To get a more comprehensive guide to Stanford's Netnews Filtering Server, 
  429. which includes tips on helping the computer better refine your searches, 
  430. write netnews@db.stanford.edu.  Leave the subject line blank, and as your 
  431. message, write: 
  432.  
  433.      help         
  434.  
  435. TPC (which gets its name from the 1967 movie "The President's Analyst") 
  436. maintains a mailing list to discuss the project.  To get on it, send your 
  437. request to  tpc-rp-request@aarnet.edu.au.  To get more detailed 
  438. information on TPC, send a message to tpc-faq@town.hall.org. 
  439.  
  440.  
  441.  
  442.  
  443.  
  444. Chapter 11: NEWS OF THE WORLD
  445.  
  446.  
  447.  
  448. 11.1   CLARINET: ASSOCIATED PRESS, MISS MANNERS AND DILBERT
  449.  
  450.  
  451. Usenet "newsgroups" can be something of a misnomer.  They may be 
  452. interesting, informative and educational, but they are often not news, at 
  453. least, not the way most people would think of them. But there are several 
  454. sources of news and sports on the Net.  
  455.  
  456. One of the largest is Clarinet, a company in Cupertino, Calf., that 
  457. distributes wire-service news and columns, along with a news service 
  458. devoted to computers and even the Dilbert comic strip, in Usenet form.  
  459.  
  460. Because Clarinet charges for its service, not all host systems carry its 
  461. articles. Those that do carry them as Usenet groups starting with 
  462. "clari."  As with other Usenet hierarchies, these are named starting with 
  463. broad area and ending with more specific categories.  Some of these 
  464. include business news (clari.biz); general national and foreign news, 
  465. politics and the like (clari.news), sports (clari.sports); columns by 
  466. Mike Royko, Miss Manners, and others (clari.feature); and NewsBytes 
  467. computer and telecommunications reports (clari.nb).  Because Clarinet 
  468. started in Canada, there is a separate set of clari.canada newsgroups.  
  469. The clari.nb newsgroups are divided into specific computer types 
  470. (clari.nb.apple, for example). 
  471.  
  472. Clari newsgroups feature stories updated around the clock.  There are 
  473. even a couple of "bulletin" newsgroups for breaking stories: 
  474. clari.news.bulletin and clari.news.urgent.  Clarinet also sets up new 
  475. newsgroups for breaking stories that become ongoing ones (such as major 
  476. natural disasters, coups in large countries and the like). 
  477.      
  478. Occasionally, you will see stories in clari newsgroups that just 
  479. don't seem to belong there.  This happens because of the way wire 
  480. services work.  AP uses three-letter codes to route its stories to 
  481. the newspapers and radio stations that make up most of its clientele, and 
  482. harried editors on deadline sometimes punch in the wrong code. 
  483.  
  484. 11.2  STILL MORE NEWS ON THE NET
  485.  
  486. Several newspapers around the world now offer online editions on the 
  487. World-Wide Web. Typically, this includes not only copies of current news 
  488. and sports stories, but features and, increasingly, advertisements (well, 
  489. they have to pay for it somehow).  
  490.  
  491. One of the first newspapers to go online with a daily edition was the 
  492. Charlotte News and Observer in North Carolina, at http://www.nando.net.  
  493. You'll find world news, sports news (including homepages devoted to 
  494. specific teams) and features about North Carolina. 
  495.  
  496. You'd expect the San Jose Mercury News, in the heart of California's 
  497. Silicon Valley, to be online, and it is, at http://www.sjmercury.com.  
  498. Look for daily news and sports, as well as documents and features not 
  499. always found in the printed version. The Mercury News also offers a for-
  500. fee service that will e-mail you stories and classifieds with keywords 
  501. you specify.
  502.  
  503. The London Telegraph's Electronic Telegraph provides a similar supply 
  504. of stories, with a British slant, naturally, at 
  505. http://www.telegraph.co.uk.  You'll have to register to use the service, 
  506. but it's free. 
  507.  
  508. Also online is Time magazine, at http://www.timeinc.com.  In addition to 
  509. providing copies of news stories, this Web site also lets you participate 
  510. in online conferences about the news.
  511.  
  512.  
  513. 11.3  THE WORLD TODAY, FROM BELARUS TO BRAZIL
  514.  
  515. The Open Media Research Institute (formerly known as Radio Free Europe/Radio 
  516. Liberty) provides daily news summaries from Eastern Europe and the former 
  517. Soviet Union.  The digests are available via e-mail.  Write to 
  518. listserv@ubvm.cc.buffalo.edu.  Leave the "subject:" line blank, and as your 
  519. message, write:
  520.  
  521.      subscribe omri-l your name
  522.  
  523. The Voice of America, a government broadcasting service aimed at other 
  524. countries, provides transcripts of its English-language news reports 
  525. through both gopher and anonymous ftp.  For the former, use gopher to 
  526. connect to this address: 
  527.  
  528.      gopher.voa.gov
  529.  
  530. and for the latter, to this address:
  531.  
  532.      ftp.voa.gov
  533.  
  534. Daily Brazilian news updates are available (in Portuguese) from the 
  535. University of Sao Paulo.  Use anonymous ftp to connect to 
  536.  
  537.      uspif.if.usp.br
  538.  
  539. Use cd to switch to the whois directory.  The news summaries are stored 
  540. in files with this form: NEWS.23OCT92;1.  But to get them, leave off the 
  541. semicolon and the 1, and don't capitalize anything, for example:
  542.  
  543.      get news.23oct92
  544.  
  545. 11.4  FYI
  546.  
  547. Steve Outing maintains a list of newspapers with online services and how 
  548. to connect to them.  It's available on the Web at 
  549. http://marketplace.com/e-papers.list.www/e-papers.outing.html 
  550.     
  551. The clari.net.newusers newsgroup on Usenet provides a number of 
  552. articles about Clarinet and ways of finding news stories of interest 
  553. to you.
  554.  
  555. To discuss the future of newspapers and newsrooms in the new 
  556. electronic medium, subscribe to the online-news mailing list. Send a mail 
  557. message of 
  558.  
  559.      Subscribe online-news Your Name
  560.  
  561. to majordomo@marketplace.com.
  562.  
  563. Look in the alt.radio.networks.npr newsgroup in Usenet for 
  564. summaries of NPR news shows such as "All Things Considered."  This 
  565. newsgroup is also a place to discuss the network and its shows, 
  566. personalities and policies. 
  567.  
  568. A number of media organizations now encourage readers, listeners and 
  569. viewers to communicate with them electronically, via Internet e-mail 
  570. addresses.  they range from internationally known newspapers such as the 
  571. Times of London to college-owned FM stations.  You can get a list of 
  572. media outlets with e-mail addresses via anonymous ftp or ncftp at 
  573. ftp.std.com, in the /periodicals/middlesex-news directory.  Get 
  574. the file called medialist. 
  575.  
  576.  
  577.  
  578.  
  579.  
  580. Chapter 12: IRC, MUDs AND OTHER THINGS THAT ARE MORE FUN THAN THEY SOUND
  581.  
  582.  
  583.  
  584. Many Net systems provide access to a series of interactive services that 
  585. let you hold live "chats" or play online games with people around the 
  586. world.  To find out if your host system offers these, you can ask your 
  587. system administrator or just try them -- if nothing happens, then your 
  588. system does not provide them.  In general, if you can use telnet and ftp, 
  589. chances are good you can use these services as well. 
  590.  
  591.  
  592. 12.1  TALK
  593.  
  594.  
  595. This is the Net equivalent of a telephone conversation and requires that 
  596. both you and the person you want to talk to have access to this function 
  597. and are online at the same time.  To use it, type 
  598.  
  599.      talk user@site.name
  600.  
  601. where user@site.name is the e-mail address of the other person.  She will 
  602. see something like this on her screen: 
  603.  
  604.      talk: connection requested by yourname@site.name
  605.      talk: respond with:  talk yourname@site.name
  606.                                                                                
  607.  
  608. To start the conversation, she should then type (at her host system's 
  609. command line):
  610.    
  611.      talk yourname@site.name
  612.  
  613. where that is your e-mail address.  Both of you will then get a top 
  614. and bottom window on your screen.  She will see everything you type in 
  615. one window; you'll see everything she types in the other.  To 
  616. disconnect, hit control-C.
  617.      
  618. One note: Public-access sites that use Sun computers sometimes have 
  619. trouble with the talk program.  If talk does not work, try typing
  620.  
  621.      otalk
  622.  
  623. or
  624.  
  625.      ntalk
  626.  
  627. instead.  However, the party at the other end will have to have the same 
  628. program online for the connection to work. 
  629.  
  630.  
  631. 12.2  INTERNET RELAY CHAT
  632.  
  633.  
  634. IRC is a program that lets you hold live keyboard conversations with 
  635. people around the world.  It's a lot like an international CB radio  - it 
  636. even uses "channels."  Type something on your computer and it's instantly 
  637. echoed around the world to whoever happens to be on the same channel with 
  638. you.  You can join in existing public group chats or set up your own.  
  639. You can even create a private channel for yourself and as few as one or 
  640. two other people.  And just like on a CB radio, you can give yourself a 
  641. unique "handle" or nickname. 
  642.  
  643. IRC currently links host systems in 20 different countries, from 
  644. Australia to Hong Kong to Israel.  Unfortunately, it's like telnet -- 
  645. either your site has it or it doesn't.  If your host system does have it,  
  646. Just type 
  647.      
  648.      irc
  649.  
  650. and hit enter.  You'll get something like this:
  651.  
  652.  
  653. *** Connecting to port 6667 of server world.std.com                            
  654.  
  655. *** Welcome to the Internet Relay Network, adamg                               
  656.  
  657. *** Your host is world.std.com, running version 2.7.1e+4                       
  658.  
  659. *** You have new mail.                                                         
  660.  
  661. *** If you have not already done so, please read the new user information with 
  662.  
  663. +/HELP NEWUSER                                                                 
  664.  
  665. *** This server was created Sat Apr 18 1992 at 16:27:02 EDT                    
  666.  
  667. *** There are 364 users on 140 servers                                         
  668.  
  669. *** 45 users have connection to the twilight zone                              
  670.  
  671. *** There are 124 channels.                                                    
  672.  
  673. *** I have 1 clients and 3 servers                                             
  674.  
  675. MOTD - world.std.com Message of the Day -                                      
  676.  
  677. MOTD - Be careful out there...                                                 
  678.  
  679. MOTD -                                                                         
  680.  
  681. MOTD - ->Spike                                                                 
  682.  
  683. * End of /MOTD command.                                                        
  684.  
  685.                                                                                
  686.  
  687.                                                                                
  688.  
  689.  23:13 [1] adamg [Mail: 32] * type /help for help                              
  690.  
  691.  
  692. ----------------------------------------------------------------------
  693.  
  694. You are now in channel 0, the "null" channel, in which you can look up 
  695. various help files, but not much else. As you can see, IRC takes over 
  696. your entire screen.  The top of the screen is where messages will appear.  
  697. The last line is where you type IRC commands and messages.  All IRC 
  698. commands begin with a /.  The slash tells the computer you are about to 
  699. enter a command, rather than a message. To see what channels are 
  700. available, type 
  701.  
  702.      /list
  703.  
  704. and hit enter.  You'll get something like this:
  705.  
  706.  
  707. *** Channel    Users  Topic                                                    
  708.  
  709. *** #Money     1      School CA$H (/msg SOS_AID help)                          
  710.  
  711. *** #Gone      1      ----->> Gone with the wind!!!  ------>>>>>               
  712.  
  713. *** #mee       1                                                               
  714.  
  715. *** #eclipse   1                                                               
  716.  
  717. *** #hiya      2                                                               
  718.  
  719. *** #saigon    4                                                               
  720.  
  721. *** #screwed   3                                                               
  722.  
  723. *** #z         2                                                               
  724.  
  725. *** #comix     1      LET'S TALK 'BOUT COMIX!!!!!                              
  726.  
  727. *** #Drama     1                                                               
  728.  
  729. *** #RayTrace  1      Rendering to Reality and Back                            
  730.  
  731. *** #NeXT      1                                                               
  732.  
  733. *** #wicca     4      Mr. Potato Head, R. I. P.                                
  734.  
  735. *** #dde^mhe`  1      no'ng chay? mo*? ...ba` con o*iiii                       
  736.  
  737. *** #jgm       1                                                               
  738.  
  739. *** #ucd       1                                                               
  740.  
  741. *** #Maine     2                                                               
  742.  
  743. *** #Snuffland 1                                                               
  744.  
  745. *** #p/g!      4                                                               
  746.  
  747. *** #DragonSrv 1                                                               
  748.  
  749.  
  750. Because IRC allows for a large number of channels, the list might scroll 
  751. off your screen, so you might want to turn on your computer's screen 
  752. capture to capture the entire list.  Note that the channels always have 
  753. names, instead of numbers.  Each line in the listing tells you the 
  754. channel name, the number of people currently in it, and whether there's a 
  755. specific topic for it.  To switch to a particular channel, type 
  756.  
  757.      /join #channel
  758.  
  759. where "#channel" is the channel name and hit enter.  Some "public" 
  760. channels actually require an invitation from somebody already on it.  To 
  761. request an invitation, type 
  762.  
  763.      /who #channel-name
  764.  
  765. where channel-name is the name of the channel, and hit enter.  Then ask 
  766. someone with an @ next to their name if you can join in.  Note that 
  767. whenever you enter a channel, you have to include the #.  Choose one with 
  768. a number of users, so you can see IRC in action. 
  769.      
  770. If it's a busy channel, as soon as you join it, the top of your screen 
  771. will quickly be filled with messages.  Each will start with a person's 
  772. IRC nickname, followed by his message. 
  773.  
  774. It may seem awfully confusing at first.  There could be two or three 
  775. conversations going on at the same time and sometimes the messages will 
  776. come in so fast you'll wonder how you can read them all.  
  777.  
  778. Eventually, though, you'll get into the rhythm of the channel and things 
  779. will begin to make more sense.  You might even want to add your two cents 
  780. (in fact, don't be surprised if a message to you shows up on your screen 
  781. right away; on some channels, newcomers are welcomed immediately).  To 
  782. enter a public message, simply type it on that bottom line (the computer 
  783. knows it's a message because you haven't started the line with a slash) 
  784. and hit enter.                             
  785.  
  786. Public messages have a user's nickname in brackets, like this: 
  787.  
  788.      <tomg>
  789.  
  790. If you receive a private message from somebody, his name will be between 
  791. asterisks, like this: 
  792.  
  793.      *tomg*
  794.  
  795.  
  796. 12.3  IRC COMMANDS
  797.  
  798.  
  799. Note: Hit enter after each command.
  800.  
  801.  
  802. /away         When you're called away to put out a grease fire 
  803.               in the kitchen, issue this command to let others know 
  804.               you're still connected but just away from your terminal 
  805.               or computer for awhile. 
  806.  
  807.  
  808. /help         Brings up a list of commands for which there is a help 
  809.               file. You will get a "topic:" prompt.  Type in the 
  810.               subject for which you want information and hit enter.  
  811.               Hit enter by itself to exit help. 
  812.  
  813. /invite       Asks another IRC to join you in a conversation.
  814.  
  815.                         /invite fleepo #hottub
  816.  
  817.               would send a message to fleepo asking him to join you on 
  818.               the #hottub channel.  The channel name is optional.
  819.  
  820.  
  821.  
  822. /join         Use this to switch to or create a particular channel, 
  823.               like this: 
  824.  
  825.                         /join #hottub        
  826.  
  827.               If one of these channels exists and is not a private 
  828.               one, you will enter it.  Otherwise, you have just 
  829.               created it. Note you have to use a # as the first 
  830.               character.
  831.  
  832.  
  833. /list         This will give you a list of all available public 
  834.               channels, their topics (if any) and the number of users 
  835.               currently on them.  Hidden and private channels are not 
  836.               shown. 
  837.  
  838. /m name       Send a private message to that user.
  839.  
  840. /mode         This lets you determine who can join a channel you've 
  841.               created.  
  842.  
  843.                         /mode #channel +s
  844.  
  845.               creates a secret channel.
  846.  
  847.  
  848.                         /mode #channel +p
  849.  
  850.               makes the channel private
  851.  
  852. /nick         This lets you change the name by which others see you.
  853.  
  854.                         /nick fleepo
  855.  
  856.               would change your name for the present session to 
  857.               fleepo. People can still use /whois to find your e-mail
  858.               address.  If you try to enter a channel where somebody 
  859.               else is already using that nickname, IRC will ask you to 
  860.               select another name.
  861.  
  862. /query        This sets up a private conversation between you and 
  863.               another IRC user.  To do this, type
  864.  
  865.                         /query nickname
  866.  
  867.               Every message you type after that will go only to that 
  868.               person.  If she then types
  869.  
  870.                         /query nickname
  871.  
  872.               where nickname is yours, then you have established a 
  873.               private conversation.  To exit this mode, type
  874.  
  875.                         /query
  876.  
  877.               by itself.  While in query mode, you and the other 
  878.               person can continue to "listen" to the discussion on 
  879.               whatever public channels you were on, although neither 
  880.               of you will be able to respond to any of the messages 
  881.               there. 
  882.  
  883. /quit         Exit IRC.
  884.  
  885. /signoff      Exit IRC.
  886.  
  887. /summon       Asks somebody connected to a host system with IRC to 
  888.               join you on IRC. You must use the person's entire e-mail
  889.               address.
  890.  
  891.                         /summon fleepo@foo.bar.com
  892.  
  893.               would send a message to fleepo asking him to start IRC.  
  894.               Usually not a good idea to just summon people unless you 
  895.               know they're already amenable to the idea; otherwise you 
  896.               may wind up annoying them no end. This command does not
  897.               work on all sites.
  898.  
  899. /topic        When you've started a new channel, use this command to let
  900.               others know what it's about.
  901.  
  902.                         /topic #Amiga
  903.  
  904.                would tell people who use /list that your channel is meant
  905.                for discussing Amiga computers.
  906.  
  907. /who <chan>   Shows you the e-mail address of people on a particular 
  908.               channel.
  909.  
  910.                         /who #foo
  911.  
  912.               would show you the addresses of everybody on channel foo.
  913.  
  914.                        /who
  915.  
  916.               by itself shows you every e-mail address for every person 
  917.               on IRC at the time, although be careful: on a busy night
  918.               you might get a list of 500 names!
  919.  
  920. /whois        Use this to get some information about a specific IRC 
  921.               user or to see who is online.  
  922.  
  923.                         /whois nickname
  924.  
  925.               will give you the e-mail address for the person using 
  926.               that nickname.  
  927.  
  928.                         /whois *
  929.  
  930.               will list everybody on every channel.
  931.  
  932. /whowas       Similar to /whois; gives information for people who 
  933.               recently signed off IRC.
  934.  
  935.  
  936. 12.4  IRC IN TIMES OF CRISIS
  937.  
  938.  
  939. IRC has become a new medium for staying on top of really big breaking 
  940. news.  In 1993, when Russian lawmakers barricaded themselves inside the 
  941. parliament building, some enterprising Muscovites and a couple of 
  942. Americans set up a "news channel" on IRC to relay first-person accounts 
  943. direct from Moscow. The channel was set up to provide a continuous loop 
  944. of information, much like all-news radio stations that cycle through the 
  945. day's news every 20 minutes.  In 1994, Los Angeles residents set up a 
  946. similar channel to relay information related to the Northridge 
  947. earthquake.  In both cases, logs of the channels were archived somewhere 
  948. on the Net, for those unable to "tune in" live. 
  949.  
  950. How would you find such channels in the future?  Use the /list command to 
  951. scroll through the available channels.  If one has been set up to discuss 
  952. a particular breaking event, chances are you'll see a brief description 
  953. next to the channel name that will tell you that's the place to tune. 
  954.  
  955.  
  956. 12.5  MUDs
  957.  
  958.  
  959. Multiple-User Dimensions or Dungeons (MUDs) take IRC into the realm of 
  960. fantasy.  MUDs are live, role-playing games in which you enter assume a 
  961. new identity and enter an alternate reality through your keyboard.  As 
  962. you explore this other world, through a series of simple commands (such 
  963. as "look," "go" and "take"), you'll run across other users, who may 
  964. engage you in a friendly discussion, enlist your aid in some quest or try 
  965. to kill you for no apparent reason. 
  966.  
  967. Each MUD has its own personality and creator (or God) who was willing to 
  968. put in the long hours required to establish the particular MUD's rules, 
  969. laws of nature and information databases.  Some MUDs stress the social 
  970. aspects of online communications -- users frequently gather online to 
  971. chat and join together to build new structures or even entire realms.  
  972. Others are closer to "Dungeons and Dragons" and are filled with 
  973. sorcerers, dragons and evil people out to keep you from completing your 
  974. quest -- through murder if necessary. 
  975.  
  976. Many MUDs (there are also related games known as MUCKs and MUSEs) require 
  977. you to apply in advance, through e-mail, for a character name and 
  978. password.  One that lets you look around first, though, is HoloMuck at 
  979. McGill University in Montreal.  The premise of this game is that you 
  980. arrive in the middle of Tanstaafl, a city on the planet Holo.  You have 
  981. to find a place to live (else you get thrown into the homeless shelter) 
  982. and then you can begin exploring.  Magic is allowed on this world, but 
  983. only outside the city limits.  Get bored with the city and you can roam 
  984. the rest of the world or even take a trip into orbit (of course, all this 
  985. takes money; you can either wait for your weekly salary or take a trip to 
  986. the city casino).  Once you become familiar with the city and get your 
  987. own character, you can even begin erecting your own building (or subway 
  988. line, or almost anything else). 
  989.  
  990. To connect, telnet to 
  991.  
  992.                 collatz.mcrcim.mcgill.edu 5757
  993.  
  994. When you connect, type
  995.  
  996.                 connect guest guest
  997.  
  998. and hit enter.  This connects you to the "guest" account, which has a 
  999. password of "guest."  You'll see this: 
  1000.  
  1001. The Homeless Shelter(#22Rna)                                                   
  1002.  
  1003. You wake up in the town's Homeless Shelter, where vagrants are put for         
  1004.  
  1005. protective holding.  Please don't sleep in public places-- there are plenty of 
  1006.  
  1007. open apartments available.  Type 'apartments' to see how to get to an          
  1008.  
  1009. apartment building with open vacancies.                                        
  1010.  
  1011. There is a small sign on the wall here, with helpful information.  Type 'look  
  1012.  
  1013. sign' to read it.                                                              
  1014.  
  1015. The door is standing open for your return to respectable society.  Simply walk 
  1016.  
  1017. 'out' to the center.                                                           
  1018.  
  1019.      Of course, you want to join respectable society, but first you 
  1020. want to see what that sign says.  So you type 
  1021.  
  1022.                 look sign
  1023.  
  1024. and hit enter, which brings up a list of some basic commands.  Then 
  1025. you type 
  1026.  
  1027.                 out
  1028.  
  1029. followed by enter, which brings up this:
  1030.  
  1031. You slip out the door, and head southeast...                                   
  1032.  
  1033. Tanstaafl Center                                                               
  1034.  
  1035. This is the center of the beautiful town of Tanstaafl.  High Street runs north 
  1036.  
  1037. and south into residential areas, while Main Street runs east and west into    
  1038.  
  1039. business districts.                                                            
  1040.  
  1041. SW: is Tanstaafl Towers.  Please claim an apartment... no sleeping in public!  
  1042.  
  1043. SE: the Public Library offers both information and entertainment.              
  1044.  
  1045. NW: is the Homeless Shelter, formerly the Town Jail.                           
  1046.  
  1047. NE: is Town Hall, site of several important services, including: Public        
  1048.  
  1049. Message Board, Bureau of Land Management (with maps and regulations), and      
  1050.  
  1051. other governmental/ bureaucratic help.                                         
  1052.  
  1053. Down: Below a sign marked with both red and blue large letter 'U's, a          
  1054.  
  1055. staircase leads into an underground subway passage.                            
  1056.  
  1057. (Feel free to 'look' in any direction for more information.)                   
  1058.  
  1059. [Obvious exits: launch, d, nw, se, w, e, n, s, ne, sw]                         
  1060.  
  1061. Contents:                                                                      
  1062.  
  1063. Instructions for newcomers                                                     
  1064.  
  1065. Directional signpost                                                           
  1066.  
  1067. Founders' statue                                                               
  1068.  
  1069.  
  1070. To see "Instructions for newcomers", type 
  1071.  
  1072.      look Instructions for newcomers
  1073.  
  1074. and hit enter.  You could do the same for "Directional signpost" and 
  1075. "Founders' statue."  Then type
  1076.  
  1077.      SW
  1078.  
  1079. and enter to get to Tanstaafl Towers, the city housing complex, where 
  1080. you have to claim an apartment (you may have to look around; many will 
  1081. already) be occupied.  And now it's off to explore Holo!  One command 
  1082. you'll want to keep in mind is "take." Periodically, you'll come 
  1083. across items that, when you take them will confer certain abilities or 
  1084. powers on you.  If you type
  1085.  
  1086.      help
  1087.  
  1088. and enter, you'll get a list of files you can read to learn more about 
  1089. the MUD's commands.
  1090.      
  1091. The "say" command lets you talk to other players publicly. For example, 
  1092.  
  1093.      say Hey, I'm here!
  1094.  
  1095. would be broadcast to everybody else in the room with you.  If you 
  1096. want to talk to just one particular person, use "whisper" instead of 
  1097. "say."
  1098.  
  1099.      whisper agora=Hey, I'm here!                                           
  1100.  
  1101. would be heard only by agora.  Another way to communicate with somebody 
  1102. regardless of where on the world they are is through your pager.  If you 
  1103. suddenly see yours go off while visiting, chances are it's a wizard 
  1104. checking to see if you need any help.  To read his message, type 
  1105.  
  1106.      page
  1107.  
  1108. To send him a message, type
  1109.  
  1110.      page name=message
  1111.  
  1112. where name is the wizard's name (it'll be in the original message).
  1113.      
  1114. Other MUDs and MUCKs may have different commands, but generally use the 
  1115. same basic idea of letting you navigate through relatively simple English 
  1116. commands.   
  1117.  
  1118. When you connect to a MUD, choose your password as carefully as you would 
  1119. one for your host system; alas, there are MUD crackers who enjoy trying 
  1120. to break into other people's MUD accounts.  And never, never use the same 
  1121. password as the one you use on your host system! 
  1122.  
  1123. MUDs can prove highly addicting.  "The jury is still out on whether 
  1124. MUDding is 'just a game'  or 'an extension of real life with gamelike 
  1125. qualities'," says Jennifer Smith, an active MUD player who wrote an FAQ 
  1126. on the subject. 
  1127.  
  1128. She adds one caution: "You shouldn't do anything that you wouldn't do in 
  1129. real life, even if the world is a fantasy world.  The important thing to 
  1130. remember is that it's the fantasy world of possibly hundreds of people, 
  1131. and not just yours in  particular.  There's a human being on the other 
  1132. side of each and every wire!  Always remember that you may meet these 
  1133. other people some day,  and they may break your nose.  People who treat 
  1134. others badly gradually build up bad reputations and eventually receive 
  1135. the NO FUN Stamp of Disapproval." 
  1136.  
  1137.  
  1138.  
  1139. 12.6  GO, GO, GO (AND CHESS, TOO)!
  1140.  
  1141. Fancy a good game of go or chess?  You no longer have to head for the 
  1142. nearest park with a board in hand.  The Internet has a couple of machines 
  1143. that let you engage people from around the world in your favorite board 
  1144. games.  Or, if you prefer, you can watch matches in progress. 
  1145.  
  1146. To play go, 
  1147.  
  1148.      telnet hellspark.wharton.upenn.edu 6969
  1149.      log on as: guest
  1150.  
  1151. You'll find prompts to various online help files to get you started. 
  1152.      
  1153. For a chess match, 
  1154.                         
  1155.      telnet news.panix.com 5000
  1156.      log on as: guest
  1157.  
  1158. You'll find prompts for online help files on the system, which lets you 
  1159. choose your skill level.
  1160.  
  1161.  
  1162. 12.7  THE OTHER SIDE OF THE COIN
  1163.  
  1164.  
  1165. All is not fun and games on the Net.  Like any community, the Net has its 
  1166. share of obnoxious characters who seem to exist only to make your life 
  1167. miserable (you've already met some of them in chapter 4).  There are 
  1168. people who seem to spend a bit more time on the Net than many would find 
  1169. healthy.  It also has its criminals.  Clifford Stoll writes in "The 
  1170. Cuckoo's Egg" how he tracked a team of German hackers who were breaking 
  1171. into U.S. computers and selling the information they found to the 
  1172. Soviets.  Robert Morris, a Cornell University student, was convicted of 
  1173. unleashing a "worm" program that effectively disabled several thousand 
  1174. computers connected to the Internet.  
  1175.  
  1176. Of more immediate concern to the average Net user are crackers who seek 
  1177. to find other's passwords to break into Net systems and people who infect 
  1178. programs on ftp sites with viruses. 
  1179.  
  1180. There is a widely available program known as "Crack" that can decipher 
  1181. user passwords composed of words that might be found in a dictionary 
  1182. (this is why you shouldn't use such passwords).  Short of that, there are 
  1183. the annoying types who take a special thrill in trying to make you 
  1184. miserable.  The best advice in dealing with them is to count to 10 and 
  1185. then ignore them -- like juveniles everywhere, most of their fun comes in 
  1186. seeing how upset you can get. 
  1187.  
  1188. Meanwhile, two Cornell University students pleaded guilty in 1992 to 
  1189. uploading virus-infected Macintosh programs to ftp sites.  If you plan to 
  1190. try out large amounts of software from ftp sites, it might be wise to 
  1191. download or buy a good anti-viral program. 
  1192.  
  1193. But can law enforcement go too far in seeking out the criminals?  The 
  1194. Electronic Frontier Foundation was founded in large part in response to a 
  1195. series of government raids against an alleged gang of hackers.  The raids 
  1196. resulted in the near bankruptcy of one game company never alleged to have 
  1197. had anything to do with the hackers, when the government seized its 
  1198. computers and refused to give them back.  The case against another 
  1199. alleged participant collapsed in court when his attorney showed the 
  1200. "proprietary" and supposedly hacked information he printed in an 
  1201. electronic newsletter was actually available via an 800 number for about 
  1202. $13 -- from the phone company from which that data was taken. 
  1203.  
  1204.  
  1205. 12.8  FYI
  1206.  
  1207. You can find discussions about IRC in the alt.irc newsgroup. 
  1208.  
  1209. "A Discussion on Computer Network Conferencing," by Darren Reed (May, 
  1210. 1992), provides a theoretical background on why conferencing systems such 
  1211. as IRC are a Good Thing.  It's available through ftp at nic.ddn.mil in 
  1212. the rfc directory as rfc1324.txt. 
  1213.  
  1214. Every Friday, Scott Goehring posts a new list of  MUDs and related games 
  1215. and their telnet addresses in the newsgroup rec.games.mud.announce. There 
  1216. are several other mud newsgroups related to specific types of MUDs, 
  1217. including rec.games.mud.social, rec.games.mud.adventure, 
  1218. rec.games.mud.tiny, rec.games.mud.diku and rec.games.mud.lp. 
  1219.  
  1220. For a good overview of the impact on the Internet of the Morris Worm, 
  1221. read "Virus Highlights Need for Improved Internet Management," by the 
  1222. U.S. General Accounting Office (June, 1989).  You can get a copy via ftp 
  1223. from cert.sei.cmu.edu in the pub/virus-l/docs directory.  It's listed as 
  1224. gao_rpt. 
  1225.  
  1226. Clifford Stoll describes how the Internet works and how he tracked a 
  1227. group of KGB-paid German hackers through it, in "The Cuckoo's Egg: 
  1228. Tracking a Spy through the Maze of Computer Espionage," Doubleday (1989). 
  1229.  
  1230. For information on keeping your e-mail private, use anonymous FTP 
  1231. or ncftp to connect to ftp.eff.org and switch to the 
  1232. pub/Net_info/EFF_Net_Guide/Updates directory and get the file 
  1233. netupdate.003.
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239. Chapter 13: EDUCATION AND THE NET 
  1240.  
  1241.  
  1242.  
  1243. 13.1  THE NET IN THE CLASSROOM
  1244.  
  1245.  
  1246. If you're a teacher, you've probably already begun to see the potential 
  1247. the Net has for use in the class.  Usenet, the Web and ftp have 
  1248. tremendous educational potential, from keeping up with world events to 
  1249. arranging international science experiments. 
  1250.  
  1251. Because the Net now reaches so many countries and often stays online even 
  1252. when the phones go down, you and your students can  "tune in" to first-
  1253. hand accounts during international conflicts.  Look at your system's list 
  1254. of Usenet soc.culture groups to see if there is one about the country or 
  1255. region you're interested in.  Even in peacetime, these newsgroups can be 
  1256. great places to find people from countries you might be studying. 
  1257.  
  1258. The biggest problem may be getting accounts for your students, if you're 
  1259. not lucky enough to live within the local calling area of a Free-Net 
  1260. system. Many colleges and universities, however, are willing to discuss 
  1261. providing accounts for secondary students at little or no cost.  Several 
  1262. states, including California and Texas, have Internet-linked networks for 
  1263. teachers and students. 
  1264.  
  1265.  
  1266. 13.2  SOME SPECIFIC RESOURCES FOR STUDENTS AND TEACHERS
  1267.  
  1268.  
  1269. In addition, there are a number of resources on the Internet aimed 
  1270. specifically at elementary and secondary students and teachers.  You can 
  1271. use these to set up science experiments with classes in another country, 
  1272. learn how to use computers in the classroom or keep up with the latest 
  1273. advances in teaching everything from physics to physical education. 
  1274.  
  1275. Among them:
  1276.                            
  1277. ArtsEdge        Federally sponsored Online arts resources for students
  1278.                 and teachers, it's available on the web at
  1279.                
  1280.                 http://k12.cnidr.org/janice_k12/artsedge/artsedge2.html
  1281.  
  1282. Ask Dr. Math    Math professors and college students help k12 students
  1283.                 with tough math questions.  Students can ask questions
  1284.                 by e-mail and browse past answers on the Web.  The
  1285.                 e-mail address is dr.math@forum.swarthmore.edu; the Web 
  1286.                 url http://olmo.swarthmore.edu/dr-math/dr-math.html
  1287.  
  1288. AskERIC         Run by the Educational Resource and Information Center, 
  1289.                 AskERIC provides a way for educators, librarians and 
  1290.                 others interested in K-12 education to get more 
  1291.                 information about virtually everything.  The center 
  1292.                 maintains an e-mail address (askeric@ericir.syr.edu) for 
  1293.                 questions and promises answers within 48 hours.  It also 
  1294.                 maintains a Web site that contains digests of 
  1295.                 questions and answers, lesson plans in a variety of 
  1296.                 fields and other educationally related information.  The 
  1297.                 Web address is http://ericir.syr.edu/. 
  1298.  
  1299. Health-Ed       A mailing list for health educators.  Send a request to 
  1300.                 health-ed-request@stjhmc.fidonet.org 
  1301.  
  1302.