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

  1.  
  2.      gnu.emacs.help
  3.      gnu.emacs.lisp.manual
  4.      gnu.emacs.sources
  5.      gnu.emacs.vm.bug
  6.      gnu.emacs.vm.info
  7.      gnu.emacs.vms
  8.  
  9. Note that some of these obviously have something to do with Macintoshes 
  10. while some obviously do not; nngrep is not a perfect system.  If you want 
  11. to get a list of ALL the newsgroups available on your host system, type 
  12.  
  13.      nngrep -a |more
  14.  
  15. or
  16.  
  17.      nngrep -a |pg
  18.  
  19. and hit enter (which one to use depends on the Unix used on your host 
  20. system; if one doesn't do anything, try the other). You don't absolutely 
  21. need the |more or |pg, but if you don't include it, the list will keep 
  22. scrolling, rather than pausing every 24 lines.  If you are in nn, hitting 
  23. a capital Y will bring up a similar list. 
  24.  
  25. Typing "nn newsgroup" for every newsgroup can get awfully tiring after 
  26. awhile.  When you use nn, your host system looks in a file called 
  27. .newsrc.  This is basically a list of every newsgroup on the host system 
  28. along with notations on which groups and articles you have read (all 
  29. maintained by the computer).  You can also use this file to create a 
  30. "reading list" that brings up each newsgroup to which you want to 
  31. "subscribe."  To try it out, type 
  32.  
  33.      nn
  34.  
  35. without any newsgroup name, and hit enter.  
  36.      
  37. Unfortunately, you will start out with a .newsrc file that has you 
  38. "subscribed" to every single newsgroup on your host system!  To delete a 
  39. newsgroup from your reading list, type a capital U while its menu is on 
  40. the screen.  The computer will ask you if you're sure you want to 
  41. "unsubscribe."  If you then hit a Y, you'll be unsubscribed and put in 
  42. the next group. 
  43.  
  44. With many host systems carrying thousands of newsgroups, this will take 
  45. you forever.  
  46.  
  47. Fortunately, there are a couple of easier ways to do this.  Both involve 
  48. calling up your .newsrc file in a word or text processor.  In a .newsrc 
  49. file, each newsgroup takes up one line, consisting of the group's name, 
  50. an exclamation point or a colon and a range of numbers.  Newsgroups with 
  51. a colon are ones to which you are subscribed; those followed by an 
  52. exclamation point are "un-subscribed."  To start with a clean slate, 
  53. then, you have to change all those colons to exclamation points. 
  54.  
  55. If you know how to use emacs or vi, call up the .newsrc file (you might 
  56. want to make a copy of .newsrc first, just in case), and use the search-
  57. and-replace function to make the change. 
  58.  
  59. If you're not comfortable with these text processor, you can download the 
  60. .newsrc file, make the changes on your own computer and then upload the 
  61. revised file.  Before you download the file, however, you should do a 
  62. couple of things.  One is to type 
  63.  
  64.      cp .newsrc temprc
  65.  
  66. and hit enter.  You will actually download this temprc file (note the 
  67. name does not start with a period -- some computers, such as those using 
  68. MS-DOS, do not allow file names starting with periods).  After you 
  69. download the file, open it in your favorite word processor and use its 
  70. search-and-replace function to change the exclamation points to colons. 
  71. Be careful not to change anything else!  Save the document in ASCII or 
  72. text format.  Dial back into your host system.  At the command line, type 
  73.  
  74.      cp temprc temprc1
  75.  
  76. and hit enter.  This new file will serve as your backup .newsrc file 
  77. just in case something goes wrong. Upload the temprc file from your 
  78. computer.  This will overwrite the Unix system's old temprc file.  Now 
  79. type 
  80.  
  81.      cp temprc .newsrc
  82.  
  83. and hit enter.  You now have a clean slate to start creating a reading 
  84. list.
  85.  
  86. The first time you go into a newsgroup, there could be dozens, even 
  87. hundreds of articles.  If you want to start from scratch, hit a capital 
  88. J.  This will mark all the articles in that newsgroup as "read," so that 
  89. the next time you enter the conference, you will only see messages posted 
  90. since the last time you were there.
  91.  
  92.  
  93. 3.3  nn COMMANDS
  94.  
  95.  
  96. To mark a specific article for reading, type the letter next to it (in lower 
  97. case).  To mark a specific article and all of its responses, type the letter 
  98. and an asterisk, for example: 
  99.  
  100.      a* 
  101.  
  102. To un-select an article, type the letter next to it (again, in lower case). 
  103.  
  104. C               Cancels an article (around the world) that you wrote.  
  105.                 Every article posted on Usenet has a unique ID number.  
  106.                 Hitting a capital C sends out a new message that tells host 
  107.                 systems that receive it to find earlier message and delete 
  108.                 it. 
  109.  
  110. F               To post a public response, or follow-up. If selected while 
  111.                 still on a newsgroup "page", asks you which article to 
  112.                 follow up.  If selected while in a specific article, will 
  113.                 follow up that article. In either case, you'll be asked if 
  114.                 you want to include the original article in yours. Caution:
  115.                 puts you in whatever text editor is your default.
  116.  
  117. N               Goes to the next subscribed newsgroup with unread articles. 
  118.  
  119. P               Goes to the previous subscribed newsgroup with unread 
  120.                 articles. 
  121.  
  122. G news.group    Goes to a specific newsgroup. Can be used to subscribe to 
  123.                 new newsgroups.  Hitting G brings up a sub-menu: 
  124.  
  125.                           u     Goes to the group and shows only un-read 
  126.                                 articles. 
  127.  
  128.                           a     Goes to the group and shows all articles, 
  129.                                 even ones you've already read. 
  130.  
  131.                           s     Will show you only articles with a specific 
  132.                                 subject. 
  133.  
  134.                           n     Will show you only articles from a specific 
  135.                                 person. 
  136.  
  137. M               Mails a copy of the current article to somebody.  You'll be 
  138.                 asked for the recipient's e-mail address and whether you 
  139.                 want to add any comments to the article before sending it 
  140.                 off.  As with F, puts you in the default editor.
  141.  
  142. :post           Post an article. You'll be asked for the name of the group. 
  143.  
  144. Q               Quit, or exit, nn. 
  145.  
  146. U               Un-subscribe from the current newsgroup. 
  147.  
  148. R               Responds to an article via e-mail. 
  149.  
  150. space           Hitting the space bar brings up the next page of articles. 
  151.  
  152. X               If you have selected articles, this will show them to you 
  153.                 and then take you to the next subscribed newsgroup with 
  154.                 unread articles. If you don't have any selected articles, 
  155.                 it marks all articles as read and takes you to the next 
  156.                 unread subscribed newsgroup. 
  157.  
  158. =word           Finds and marks all articles in the newsgroup with a 
  159.                 specific word in the "subject:" line, for example: 
  160.  
  161.                           =modem 
  162.  
  163. Z               Shows you selected articles immediately and then returns 
  164.                 you to the current newsgroup. 
  165.  
  166. ?               Brings up a help screen. 
  167.  
  168. <               Goes to the previous page in the newsgroup. 
  169.  
  170. >               Goes to the next page in the newsgroup. 
  171.  
  172. $               Goes to the last page in an article.
  173.  
  174. ^               Goes to the first page in an article.
  175.  
  176.  
  177. 3.4  USING rn
  178.  
  179.  
  180. Some folks prefer this older newsreader.  If you type 
  181.  
  182.      rn news.announce.newusers
  183.  
  184. at your host system's command line, you'll see something like this:
  185.  
  186.     ********  21 unread articles in news.announce.newusers--read now? [ynq]
  187.  
  188. If you hit your Y key, the first article will appear on your screen.  If 
  189. you want to see what articles are available first, though, hit your 
  190. computer's = key and you'll get something like this:
  191.  
  192.      152 Introduction to news.announce    
  193.      153 A Primer on How to Work With the Usenet Community   
  194.      154 What is Usenet?
  195.      155 Answers to Frequently Asked Questions               
  196.      156 Hints on writing style for Usenet                   
  197.      158 Alternative Newsgroup Hierarchies, Part I           
  198.      159 Alternative Newsgroup Hierarchies, Part II               
  199.      160 Emily Postnews Answers Your Questions on Netiquette      
  200.      161 USENET Software: History and Sources                
  201.      162 A Guide to Social Newsgroups and Mailing Lists           
  202.      163 How to Get Information about Networks                    
  203.      164 How to Create a New Newsgroup                       
  204.      165 List of Active Newsgroups                           
  205.      166 List of Moderators                                       
  206.      169 Publicly Accessible Mailing Lists, Part I                
  207.      170 Publicly Accessible Mailing Lists, Part II               
  208.      171 Publicly Accessible Mailing Lists, Part III              
  209.      172 How to become a USENET site      
  210.      173 List of Periodic Informational Postings, Part I     
  211.      174 List of Periodic Informational Postings, Part II         
  212.      175 List of Periodic Informational Postings, Part III
  213.     End of article 158 (of 178)--what next? [npq]        
  214.  
  215. Notice how the messages are in numerical order this time, and don't tell 
  216. you who sent them.  Article 154 looks interesting.  To read it, type in 
  217. 154 and hit enter.  You'll see something like this: 
  218.  
  219.    Article 154 (20 more) in news.announce.newusers (moderated):
  220.    From: spaf@cs.purdue.EDU (Gene Spafford)
  221.    Newsgroups: news.announce.newusers,news.admin,news.answers
  222.    Subject: What is Usenet?
  223.    Date: 20 Sep 92 04:17:26 GMT
  224.    Followup-To: news.newusers.questions    
  225.    Organization: Dept. of Computer Sciences, Purdue Univ.
  226.    Lines: 353      
  227.    Supersedes: <spaf-whatis_715578719@cs.purdue.edu>
  228.  
  229.    Archive-name: what-is-usenet/part1                  
  230.    Original from: chip@tct.com (Chip Salzenberg)                            
  231.    Last-change: 19 July 1992 by spaf@cs.purdue.edu (Gene Spafford)
  232.                                                                                
  233.  
  234.                                                                                
  235.  
  236.    The first thing to understand about Usenet is that it is widely
  237.    misunderstood.  Every day on Usenet, the "blind men and the elephant"
  238.    phenomenon is evident, in spades.  In my opinion, more flame wars
  239.    arise because of a lack of understanding of the nature of Usenet than
  240.    from any other source.  And consider that such flame wars arise, of
  241.    necessity, among people who are on Usenet.  Imagine, then, how poorly
  242.    understood Usenet must be by those outside!
  243.                                                                                
  244.  
  245.    --MORE--(7%)
  246.  
  247. This time, the header looks much more like the gobbledygook you get in e-
  248. mail messages.  To keep reading, hit your space bar.  If you hit your n 
  249. key (lower case), you'll go to the next message in the numerical order. 
  250.  
  251. To escape rn, just keep hitting your q key (in lower case), until you get 
  252. back to the command line.  Now let's set up your reading list.  Because 
  253. rn uses the same .newsrc file as nn, you can use one of the search-and-
  254. replace methods described above.  Or you can do this:  Type 
  255.  
  256.      rn
  257.  
  258. and hit enter.  When the first newsgroup comes up on your screen, hit 
  259. your u key (in lower case).  Hit it again, and again, and again.  Or just 
  260. keep it pressed down (if your computer starts beeping, let up for a 
  261. couple of seconds).  Eventually, you'll be told you're at the end of the 
  262. newsgroups, and asked what you want to do next.  
  263.      
  264. Here's where you begin entering newsgroups.  Type 
  265.  
  266.     g newsgroup
  267.  
  268. for example, g comp.sys.mac.announce) and hit enter.  You'll be asked 
  269. if you want to "subscribe." Hit your y key.  Now you'll be asked where 
  270. to put the newsgroup.  If you want it up high in your reading list, type 
  271. a number (1, for example, would put the list at the very top of your 
  272. list); otherwise, hit a $ (yep). Then type
  273.  
  274.     g next newsgroup
  275.  
  276. (for example, g comp.announce.newusers) and hit enter.  Repeat until 
  277. done.  This process will also set up your reading list for nn, if you 
  278. prefer that newsreader. But how do you know which newsgroups to 
  279. subscribe?  Typing a lowercase l and then hitting enter will show you a 
  280. list of all available newsgroups.  Again, since there could be more than 
  281. 2,000 newsgroups on your system, this might not be something you want to 
  282. do.  Fortunately, you can search for groups with particular words in 
  283. their names, using the l command.  Typing 
  284.  
  285.      l mac
  286.  
  287. followed by enter, will bring up a list of newsgroups with those letters 
  288. in them (and as in nn, you will also see groups dealing with emacs and 
  289. the like, in addition to groups related to Macintosh computers). If you 
  290. find what you want, but the list looks like it will keep going on for 
  291. awhile, hit your q key until you get back to the normal rn prompts 
  292. (normally, this will only be one or two q's).
  293.  
  294. because of the vast amount of messages transmitted over Usenet, 
  295. most systems carry messages for only a few days or weeks.  So if there's 
  296. a message you want to keep, you should either turn on your computer's 
  297. screen capture or save it to a file which you can later download).  To 
  298. save a message as a file in rn, type 
  299.  
  300.      s filename
  301.  
  302. where "filename" is what you want to call the file. Hit enter.  You'll be 
  303. asked if you want to save it in "mailbox format."  In most cases, you 
  304. can answer with an n (which will strip off the header).  The message 
  305. will now be saved to a file in your News directory (which you can access 
  306. by typing cd News and then hitting enter).  
  307.  
  308. Also, some newsgroups fill up particularly quickly -- go away for a 
  309. couple of days and you'll come back to find hundreds of articles!  One 
  310. way to deal with that is to mark them as "read" so that they no longer 
  311. appear on your screen.  Within a newsgroup, type a lower-case c.  You'l 
  312. be asked if you're sure you want to mark the current messages as "read." 
  313. assuming you are, hit y.
  314.  
  315.  
  316. 3.5  rn COMMANDS
  317.  
  318.  
  319. Different commands are available to you in rn depending on whether you 
  320. are already in a newsgroup or reading a specific article. At any point, 
  321. typing a lowercase h will bring up a list of available commands and some 
  322. terse instructions for using them. Here are some of them: 
  323.  
  324. After you've just called up rn, or within a newsgroup:
  325.  
  326. c             Marks every article in a newsgroup as read (or "caught up")
  327.               so that you don't have to see them again. The system will ask 
  328.               you if you are sure. Can be done either when asked if you
  329.               want to read a particular newsgroup or once in the newsgroup.
  330.  
  331. g             Goes to a newsgroup, in this form: 
  332.      
  333.                         g news.group 
  334.       
  335.               Use this both for going to groups to which you're already 
  336.               subscribed and subscribing to new groups. 
  337.  
  338. h             Provides a list of available commands with terse 
  339.               instructions.
  340.  
  341. l             Gives a list of all available newsgroups.
  342.  
  343. p             Goes to the first previous subscribed newsgroup with un-read 
  344.               articles. 
  345.  
  346. q             Quits, or exits, rn if you have not yet gone into a newsgroup. 
  347.               If you are in a newsgroup, it quits that one and brings you to 
  348.               the next subscribed newsgroup. 
  349.  
  350. Only within a newsgroup:
  351.  
  352. =             Gives a list of all available articles in the newsgroup.
  353.  
  354.  
  355. m             Marks a specific article or series of articles as "un-read" 
  356.               again so that you can come back to them later. Typing
  357.  
  358.                         1700m
  359.  
  360.               and hitting enter would mark just that article as un-read. 
  361.               Typing 
  362.  
  363.                         1700-1800m
  364.  
  365.               and hitting enter would mark all of those articles as un-
  366.               read.
  367.  
  368. space         Brings up the next page of article listings.  If already on
  369.               the last page, displays the first article in the newsgroup.
  370.  
  371. u             Un-subscribe from the newsgroup. 
  372.  
  373. /text/        Searches through the newsgroup for articles with a specific
  374.               word or phrase in the "subject:" line, from the current 
  375.               article to the end of the newsgroup. For example, 
  376.  
  377.                         /EFF/
  378.  
  379.               would bring you to the first article with "EFF" in the 
  380.               "subject:" line.
  381.  
  382. ?text?        The same as /text/ except it searches in reverse order from 
  383.               the current article.
  384.  
  385. Only within a specific article:
  386.  
  387. e             Some newsgroups consist of articles that are binary files, 
  388.               typically programs or graphics images.  Hitting e will convert 
  389.               the ASCII characters within such an article into a file you
  390.               can then download and use or view (assuming you have the proper
  391.               computer and software).  Many times, such files will be split
  392.               into several articles; just keep calling up the articles and
  393.               hitting e until done.  You'll find the resulting file in your
  394.               News subdirectory.
  395.  
  396. C             If you post an article and then decide it was a mistake, call 
  397.               it up on your host system and hit this.  The message will soon 
  398.               begin disappearing on systems around the world. 
  399.  
  400. F             Post a public response in the newsgroup to the current 
  401.               article.  Includes a copy of her posting, which you can then 
  402.               edit down using your host system's text editor. 
  403.  
  404. f             The same as above except it does not include a copy of the 
  405.               original message in yours.
  406.  
  407. m             Marks the current article as "un-read" so that you can come 
  408.               back to it later.  You do not have to type the article 
  409.               number.       
  410.  
  411. Control-N     Brings up the first response to the article. If there is no 
  412.               follow-up article, this returns you to the first unread article 
  413.               in the newsgroup). 
  414.  
  415. Control-P     Goes to the message to which the current article is a reply.
  416.  
  417. n             Goes to the next unread article in the newsgroup. 
  418.  
  419. N             Takes you to the next article in the newsgroup even if you've 
  420.               already read it.
  421.  
  422. q             Quits, or exits, the current article. Leaves you in the current 
  423.               newsgroup.
  424.  
  425. R             Reply, via e-mail only, to the author of the current article. 
  426.               Includes a copy of his message in yours.
  427.  
  428. r             The same as above, except it does not include a copy of his 
  429.               article.
  430.  
  431. s file        Copies the current article to a file in your News directory, 
  432.               where "file" is the name of the file you want to save it to. 
  433.               You'll be asked if you want to use "mailbox" format when 
  434.               saving. If you answer by hitting your N key, most of the 
  435.               header will not be saved. 
  436.  
  437. s|mail user   Mails a copy of the article to somebody. For "user" substitute
  438.               an e-mail address. Does not let you add comments to the 
  439.               message first, however.
  440.  
  441. space         Hitting the space bar shows the next page of the article, or, if 
  442.  
  443.               at the end, goes to the next un-read article.
  444.  
  445.  
  446. 3.6  ESSENTIAL NEWSGROUPS
  447.  
  448.  
  449. With so much to choose from, everybody will likely have their own unique 
  450. Usenet reading list.  But there are a few newsgroups that are 
  451. particularly of interest to newcomers.  Among them: 
  452.  
  453.      news.announce.newusers     This group consists of a series of
  454.                                 articles that explain various facets of
  455.                                 Usenet.
  456.  
  457.      news.newusers.questions    This is where you can ask questions 
  458.                                 (we'll see how in a bit) about how
  459.                                 Usenet works.
  460.  
  461.      news.announce.newsgroups   Look here for information about new or
  462.                                 proposed newsgroups.
  463.  
  464.      news.answers               Contains lists of "Frequently Asked
  465.                                 Questions"  (FAQs) and their answers from 
  466.                                 many different newsgroups.  Learn how to
  467.                                 fight jet lag in the FAQ from 
  468.                                 rec.travel.air; look up answers to common
  469.                                 questions about Microsoft Windows in
  470.                                 an FAQ from comp.os.ms-windows; etc.
  471.  
  472.      alt.internet.services      Looking for something in particular on 
  473.                                 the Internet?  Ask here.
  474.  
  475.      alt.infosystems.announce   People adding new information services to
  476.                                 the Internet will post details here.
  477.  
  478.  
  479. 3.7  SPEAKING UP
  480.  
  481.  
  482. "Threads" are an integral part of Usenet.  When somebody posts a message, 
  483. often somebody else will respond.  Soon, a thread of conversation begins.  
  484. Following these threads is relatively easy.  In nn, related messages are 
  485. grouped together.  In rn, when you're done with a message, you can hit 
  486. control-N to read the next related message, or followup.  As you explore 
  487. Usenet, it's probably a good idea to read discussions for awhile before 
  488. you jump in.  This way, you can get a feel for the particular newsgroup 
  489. -- each has its own rhythms. 
  490.  
  491. Eventually, though, you'll want to speak up.  There are two main ways to 
  492. do this.  You join an existing conversation, or you can start a whole new 
  493. thread. 
  494.  
  495. If you want to join a discussion, you have to decide if you want to 
  496. include portions of the message you are responding to in your message.  
  497. The reason to do this is so people can see what you're responding to, 
  498. just in case the original message has disappeared from their system 
  499. (remember that most Usenet messages have a short life span on the average 
  500. host system) or they can't find it.  
  501.  
  502. If you're using a Unix host system, joining an existing conversation is 
  503. similar in both nn and rn: hit your F key when done with a given article 
  504. in the thread.  In rn, type a small f if you don't want to include 
  505. portions of the message you're responding to; an uppercase F if you do. 
  506. In nn, type a capital F.  You'll then be asked if you want to include 
  507. portions of the original message. 
  508.  
  509. And here's where you hit another Unix wall.  When you hit your F key, 
  510. your host system calls up its basic Unix text editor.  If you're lucky, 
  511. that'll be pico, a very easy system.  More likely, however, you'll get 
  512. dumped into emacs (or possibly vi), which you've already met in the 
  513. chapter on e-mail.  
  514.  
  515. The single most important emacs command is 
  516.  
  517.      control-x control-c
  518.  
  519. This means, depress your control key and hit x.  Then depress the control 
  520. key and hit c.  Memorize this.  In fact, it's so important, it bears 
  521. repeating: 
  522.      
  523.      control-x control-c
  524.  
  525. These keystrokes are how you get out of emacs.  If they work well, you'll 
  526. be asked if you want to send, edit, abort or list the message you were 
  527. working on.  If they don't work well (say you accidentally hit some other 
  528. weird key combination that means something special to emacs) and nothing 
  529. seems to happen, or you just get more weird-looking emacs prompts on the 
  530. bottom of your screen, try hitting control-g. This should stop whatever 
  531. emacs was trying to do (you should see the word "quit" on the bottom of 
  532. your screen), after which you can hit control-x control-c. But if this 
  533. still doesn't work, remember that you can always disconnect and dial back 
  534. in! 
  535.  
  536. If you have told your newsreader you do want to include portions of the 
  537. original message in yours, it will automatically put the entire thing at 
  538. the top of your message.  Use the arrow keys to move down to the lines 
  539. you want to delete and hit control-K, which will delete one line at a 
  540. time. 
  541.  
  542. You can then write your message.  Remember that you have to hit enter 
  543. before your cursor gets to the end of the line, because emacs does not 
  544. have word wrapping. 
  545.  
  546. When done, hit control-X control-C.  You'll be asked the question about 
  547. sending, editing, aborting, etc.  Chose one.  If you hit Y, your host 
  548. system will start the process to sending your message across the Net. 
  549.  
  550. The nn and rn programs work differently when it comes to posting entirely 
  551. new messages.  In nn, type 
  552.  
  553.      :post
  554.  
  555. and hit enter in any newsgroup.  You'll be asked which newsgroup to 
  556. post a message to.  Type in its name and hit enter.  Then you'll be 
  557. asked for "keywords."  These are words you'd use to attract somebody 
  558. scanning a newsgroup.  Say you're selling your car.  You might type 
  559. the type of car here.  Next comes a "summary" line, which is somewhat 
  560. similar.  Finally, you'll be asked for the message's "distribution."
  561. This is where you put how widely you want your message disseminated.  
  562. Think about this one for a second.  If you are selling your car, it 
  563. makes little sense to send a message about it all over the world.  But 
  564. if you want to talk about the environment, it might make a lot of 
  565. sense.  Each host system has its own set of distribution 
  566. classifications, but there's generally a local one (just for users of 
  567. that system), one for the city, state or region it's in, another for 
  568. the country (for example, usa), one for the continent (for Americans 
  569. and Canadians, na) and finally, one for the entire world (usually: 
  570. world).
  571.  
  572. Which one to use?  Generally, a couple of seconds' thought will help you 
  573. decide.  If you're selling your car, use your city or regional 
  574. distribution -- people in Australia won't much care and may even get 
  575. annoyed.  If you want to discuss presidential politics, using a USA 
  576. distribution makes more sense.  If you want to talk about events in the 
  577. Middle East, sending your message to the entire world is perfectly 
  578. acceptable. One caveat: these rules are not absolute, some systems pick 
  579. up messages from all over, regardless of the distribution you've set, so 
  580. don't be surprised if, sooner or later, you get a response to a "local" 
  581. message from several thousand miles away. 
  582.     
  583. Then you can type your message.  If you've composed your message 
  584. offline (generally a good idea if you and emacs don't get along), you 
  585. can upload it now.  You may see a lot of weird looking characters as 
  586. it uploads into emacs, but those will disappear when you hit control-X 
  587. and then control-C.  Alternately: "save" the message (for example, by 
  588. hitting m in rn), log out, compose your message offline, log back on and 
  589. upload your message into a file on your host system.  Then call up 
  590. Usenet, find the article you "saved." Start a reply, and you'll be asked 
  591. if you want to include a prepared message.  Type in the name of the file 
  592. you just created and hit enter.
  593.  
  594. In rn, you have to wait until you get to the end of a newsgroup to hit F, 
  595. which will bring up a message-composing system.  Alternately, at your 
  596. host system's command line, you can type 
  597.  
  598.      Pnews
  599.  
  600. and hit enter.  You'll be prompted somewhat similarly to the nn 
  601. system, except that you'll be given a list of possible distributions.  
  602. If you chose "world," you'll get this message:
  603.  
  604.                                                                                
  605.  
  606.  This program posts news to thousands of machines throughout the entire        
  607.  
  608.  civilized world.  Your message will cost the net hundreds if not thousands of 
  609.  
  610.  dollars to send everywhere.  Please be sure you know what you are doing.      
  611.  
  612.                                                                                
  613.  
  614.  Are you absolutely sure that you want to do this? [ny]                        
  615.  
  616.  
  617. Don't worry -- your message won't really cost the Net untold amounts, 
  618. although, again, it's a good idea to think for a second whether your 
  619. message really should go everywhere. 
  620.  
  621. If you want to respond to a given post through e-mail, instead of 
  622. publicly, hit R in nn or r or R in rn.  In rn, as with follow-up 
  623. articles, the upper-case key includes the original message in yours. 
  624.  
  625. Most newsgroups are unmoderated, which means that every message you post 
  626. will eventually wind up on every host system within the geographic region 
  627. you specified that carries that newsgroup. 
  628.  
  629. Some newsgroups, however, are moderated, as you saw earlier with 
  630. comp.risks.  In these groups, messages are shipped to a single location 
  631. where a moderator, acting much like a magazine editor, decides what 
  632. actually gets posted.  In some cases, groups are moderated like scholarly 
  633. journals.  In other cases, it's to try to cut down on the massive number 
  634. of messages that might otherwise be posted.  
  635.  
  636.  
  637. You'll notice that many articles in Usenet end with a fancy "signature" 
  638. that often contains some witty saying, a clever drawing and, almost 
  639. incidentally, the poster's name and e-mail address.  You too can have 
  640. your own "signature" automatically appended to everything you post.  On 
  641. your own computer, create a signature file.  Try to keep it to four lines 
  642. or less, lest you annoy others on the Net.  Then, while 
  643.  
  644. connected to your host system, at the prompt, type 
  645.  
  646.      cat>.signature
  647.  
  648. and hit enter (note the period before the s).  Upload your signature 
  649. file into this using your communications software's ASCII upload 
  650. protocol.  When done, hit control-D, the Unix command for closing a 
  651. file.  Now, every time you post a message, this will be appended to it. 
  652.  
  653. There are a few caveats to posting.  Usenet is no different from a Town 
  654. Meeting or publication: you're not supposed to break the law, whether 
  655. that's posting copyrighted material or engaging in illegal activities.  
  656. It is also not a place to try to sell products (except in certain biz. 
  657. and for-sale newsgroups). 
  658.  
  659.  
  660. 3.8  CROSS-POSTING
  661.  
  662.  
  663. Sometimes, you'll have an issue you think should be discussed in more 
  664. than one Usenet newsgroup.  Rather than posting individual messages in 
  665. each group, you can post the same message in several groups at once, 
  666. through a process known as cross-posting. 
  667.  
  668. Say you want to start a discussion about the political ramifications of 
  669. importing rare tropical fish from Brazil.  People who read rec.aquaria 
  670. might have something to say. So might people who read 
  671. alt.politics.animals and talk.politics.misc. 
  672.  
  673. Cross-posting is easy.  It also should mean that people on other systems 
  674. who subscribe to several newsgroups will see your message only once, 
  675. rather than several times -- news-reading software can cancel out the 
  676. other copies once a person has read the message.  When you get ready to 
  677. post a message (whether through Pnews for rn or the :post command in nn), 
  678. you'll be asked in which newsgroups.  Type the names of the various 
  679. groups, separated by a comma, but no space, for example: 
  680.  
  681.      rec.aquaria,alt.politics.animals,talk.politics.misc
  682.  
  683. and hit enter.  After answering the other questions (geographic 
  684. distribution, etc.), the message will be posted in the various 
  685. groups (unless one of the groups is moderated, in which case the 
  686. message goes to the moderator, who decides whether to make it public). 
  687.      
  688. It's considered bad form to post to an excessive number of newsgroups, or 
  689. inappropriate newsgroups.  Probably, you don't really have to post 
  690. something in 20 different places.  And while you may think your 
  691. particular political issue is vitally important to the fate of the world, 
  692. chances are the readers of rec.arts.comics will not, or at least not 
  693. important enough to impose on them.  You'll get a lot of nasty e-mail 
  694. messages demanding you restrict your messages to the "appropriate" 
  695. newsgroups. 
  696.  
  697.  
  698.  
  699.  
  700.  
  701. Chapter 4: USENET II
  702.  
  703.  
  704.  
  705. 4.1  FLAME, BLATHER AND SPEW
  706.  
  707.  
  708. Something about online communications seems to make some people 
  709. particularly irritable.  Perhaps it's the immediacy and semi-anonymity of 
  710. it all.  Whatever it is, there are whole classes of people you will soon 
  711. think seem to exist to make you miserable. 
  712.  
  713. Rather than pausing and reflecting on a message as one might do with a 
  714. letter received on paper, it's just so easy to hit your r or f key and 
  715. tell somebody you don't really know what you really think of them.  Even 
  716. otherwise calm people sometimes find themselves turning into raving 
  717. lunatics.  When this happens, flames erupt.  
  718.  
  719. A flame is a particularly nasty, personal attack on somebody for 
  720. something he or she has written.  Periodically, an exchange of flames 
  721. erupts into a flame war that begin to take up all the space in a given 
  722. newsgroup (and sometimes several; flamers like cross-posting to let the 
  723. world know how they feel).  These can go on for weeks (sometimes they go 
  724. on for years, in which case they become "holy wars," usually on such 
  725. topics as the relative merits of Macintoshes and IBMs).  Often, just when 
  726. they're dying down, somebody new to the flame war reads all the messages, 
  727. gets upset and issues an urgent plea that the flame war be taken to e-
  728. mail so everybody else can get back to whatever the newsgroup's business 
  729. is.  All this usually does, though, is start a brand new flame war, in 
  730. which this poor person comes under attack for daring to question the 
  731. First Amendment, prompting others to jump on the attackers for impugning 
  732. this poor soul...  You get the idea. 
  733.  
  734. Every so often, a discussion gets so out of hand that somebody predicts 
  735. that either the government will catch on and shut the whole thing down or 
  736. somebody will sue to close down the network, or maybe even the wrath of 
  737. God will smote everybody involved.  This brings what has become an 
  738. inevitable rejoinder from others who realize that the network is, in 
  739. fact, a resilient creature that will not die easily: "Imminent death of 
  740. Usenet predicted. Film at 11.'' 
  741.  
  742. Flame wars can be tremendously fun to watch at first.  They quickly grow 
  743. boring, though.  And wait until the first time you're attacked! 
  744.  
  745. Flamers are not the only net.characters to watch out for.  
  746.  
  747. Spewers assume that whatever they are particularly concerned about either 
  748. really is of universal interest or should be rammed down the throats of 
  749. people who don't seem to care -- as frequently as possible. You can 
  750. usually tell a spewer's work by the number of articles he posts in a day 
  751. on the same subject and the number of newsgroups to which he then sends 
  752. these articles -- both can reach well into double digits. Often, these 
  753. messages relate to various ethnic conflicts around the world. Frequently, 
  754. there is no conceivable connection between the issue at hand and most of 
  755. the newsgroups to which he posts.  No matter.  If you try to point this 
  756. out in a response to one of these messages, you will be inundated with 
  757. angry messages that either accuse you of being an insensitive 
  758. racist/American/whatever or ignore your point entirely to bring up 
  759. several hundred more lines of commentary on the perfidy of whoever it is 
  760. the spewer thinks is out to destroy his people. 
  761.  
  762. Closely related to these folks are the Holocaust revisionists, who 
  763. periodically inundate certain groups (such as soc.history) with long 
  764. rants about how the Holocaust never really happened.  Some people attempt 
  765. to refute these people with facts, but others realize this only 
  766. encourages them. 
  767.  
  768. Blatherers tend to be more benign.  Their problem is that they just can't 
  769. get to the point -- they can wring three or four screenfuls out of a 
  770. thought that others might sum up in a sentence or two.  A related 
  771. condition is excessive quoting.  People afflicted with this will include 
  772. an entire message in their reply rather than excising the portions not 
  773. relevant to whatever point they're trying to make.  The worst quote a 
  774. long message and then add a single line: 
  775.  
  776.            "I agree!"
  777.  
  778. or some such, often followed by a monster .signature (see section 4.5)
  779.  
  780. There are a number of other Usenet denizens you'll soon come to 
  781. recognize.  Among them:     
  782.  
  783.      Net.weenies.  These are the kind of people who enjoy insulting 
  784.      others, the kind of people who post nasty messages in a sewing 
  785.      newsgroup just for the hell of it. 
  786.  
  787.      Net.geeks.  People to whom the Net is Life, who worry about what 
  788.      happens when they graduate and they lose their free, 24-hour access. 
  789.      
  790.      Net.gods.  The old-timers; the true titans of the Net and the 
  791.      keepers of its collective history. They were around when the Net 
  792.      consisted of a couple of computers tied together with baling wire. 
  793.      Lurkers.  Actually, you can't tell these people are there, but 
  794.      they are.  They're the folks who read a newsgroup but never post or 
  795.      respond. 
  796.      
  797.      Wizards.  People who know a particular Net-related topic inside and 
  798.      out.  Unix wizards can perform amazing tricks with that operating 
  799.      system, for example. 
  800.      
  801.      Net.saints.  Always willing to help a newcomer, eager to share their 
  802.      knowledge with those not born with an innate ability to navigate the 
  803.      Net, they are not as rare as you might think.  Post a question about 
  804.      something and you'll often be surprised how many responses you get. 
  805.      
  806. The last group brings us back to the Net's oral tradition.  With few 
  807. written guides, people had traditionally learned their way around the Net 
  808. by asking somebody, whether at the terminal next to them or on the Net 
  809. itself.  That tradition continues: if you have a question, ask. 
  810.  
  811. Today, one of the places you can look for help is in the 
  812. news.newusers.questions newsgroup, which, as its name suggests, is a 
  813. place to learn more about Usenet.  But be careful what you post.  Some of 
  814. the Usenet wizards there get cranky sometimes when they have to answer 
  815. the same question over and over again. Oh, they'll eventually answer your 
  816. question, but not before they tell you should have asked your host system 
  817. administrator first or looked at the postings in news.announce.newusers. 
  818.  
  819.  
  820. 4.2  KILLFILES: THE CURE FOR WHAT AILS YOU 
  821.  
  822.  
  823. As you keep reading Usenet, you are going to run across topics or people 
  824. that really drive you nuts -- or that you just get tired of seeing. 
  825.  
  826. Killfiles are just the thing for you. When you start your newsreader, it 
  827. checks to see if you have any lists of words, phrases or names you don't 
  828. want to see.  If you do, then it blanks out any messages containing those 
  829. words. 
  830.  
  831. Such as cascades. 
  832.  
  833. As you saw earlier, when you post a reply to a message and include parts 
  834. of that message, the original lines show up with a > in front of them.  
  835. Well, what if you reply to a reply?  Then you get a >> in front of the 
  836. line.  And if you reply to that reply? You get >>>.  Keep this up, and 
  837. soon you get a triangle of >'s building up in your message. 
  838.  
  839. There are people who like building up these triangles, or cascades.  
  840. They'll "respond" to your message by deleting everything you've said, 
  841. leaving only the "In message 123435, you said:" part and the last line of 
  842. your message, to which they add a nonsensical retort.  On and on they go 
  843. until the triangle has reached the right end of the page. Then they try 
  844. to expand the triangle by deleting one > with each new line. Whoever gets 
  845. to finish this mega-triangle wins.        
  846.  
  847. There is even a newsgroup just for such folks: alt.cascade.  
  848. Unfortunately, cascaders would generally rather cascade in other 
  849. newsgroups. Because it takes a lot of messages to build up a completed 
  850. cascade, the targeted newsgroup soon fills up with these messages. Of 
  851. course, if you complain, you'll be bombarded with messages about the 
  852. First Amendment and artistic expression -- or worse, with another 
  853. cascade. The only thing you can do is ignore them, by setting up a 
  854. killfile. 
  855.  
  856. There are also certain newsgroups where killfiles will come in handy 
  857. because of the way the newsgroups are organized.  For example, readers of 
  858. rec.arts.tv.soaps always use an acronym in their subject: line for the 
  859. show they're writing about (AMC, for example, for "All My Children").  
  860. This way, people who only want to read about "One Life to Live" can blank 
  861. out all the messages about "The Young and the Restless" and all the 
  862. others (to keep people from accidentally screening out messages that 
  863. might contain the letters "gh" in them, "General Hospital" viewers always 
  864. use "gh:" in their subject lines). 
  865.  
  866. Both nn and rn let you create killfiles, but in different ways. 
  867.  
  868. To create a killfile in nn, go into the newsgroup with the offending 
  869. messages and type a capital K.  You'll see this at the bottom of your 
  870. screen: 
  871.  
  872.      AUTO (k)ill or (s)elect (CR => Kill subject 30 days) 
  873.                                                                                
  874.  
  875. If you hit return, nn will ask you which article's subject you're 
  876. tired of. Chose one and the article and any follow-ups will disappear, 
  877. and you won't see them again for 30 days. 
  878.      
  879. If you type a lower-case k instead, you'll get this: 
  880.  
  881.      AUTO KILL on (s)ubject or (n)ame  (s) 
  882.                                                                                
  883.  
  884. If you hit your S key or just enter,  you'll see this: 
  885.                                                                                
  886.  
  887.      KILL Subject: (=/) 
  888.  
  889. Type in the name of the offending word or phrase and hit enter.  
  890. You'll then be prompted: 
  891.                                                                                
  892.  
  893.      KILL in (g)roup 'eff.test' or in (a)ll groups  (g) 
  894.                                                                                
  895.  
  896. except that the name of the group you see will be the one you're 
  897. actually in at the moment.  Because cascaders and other annoying 
  898. people often cross-post their messages to a wide range of newsgroups, 
  899. you might consider hitting a instead of g.  Next comes: 
  900.  
  901.      Lifetime of entry in days (p)ermanent  (30) 
  902.  
  903. The P key will screen out the offending articles forever, while 
  904. hitting enter will do it for 30 days.  You can also type in a number 
  905. of days for the blocking. 
  906.  
  907. Creating killfiles in rn works differently -- its default killfile 
  908. generator only works for messages in specific groups, rather than 
  909. globally for your entire newsgroup list.  To create a global killfile, 
  910. you'll have to write one yourself. 
  911.  
  912. To create a killfile in rn, go into the newsgroup where the offending 
  913. messages are and type in its number so you get it on your screen. Type a 
  914. capital K.  From now on, any message with that subject line will 
  915. disappear before you read the group. You should probably choose a reply, 
  916. rather than the original message, so that you will get all of the 
  917. followups (the original message won't have a "Re: " in its subject line). 
  918. The next time you call up that newsgroup, rn will tell you it's killing 
  919. messages. When it's done, hit the space bar to go back into reading mode. 
  920.  
  921. To create a "global" kill file that will automatically wipe out articles 
  922. in all groups you read, start rn and type control-K.  This will start 
  923. your whatever text editor you have as your default on your host system 
  924. and create a file (called KILL, in your News subdirectory).         
  925.  
  926. On the first line, you'll type in the word, phrase or name you don't want 
  927. to see, followed by commands that tell rn whether to search an entire 
  928. message for the word or name and then what to do when it finds it. 
  929.  
  930. Each line must be in this form 
  931.  
  932.      /pattern/modifier:j 
  933.  
  934. "Pattern" is the word or phrase you want rn to look for.  It's case-
  935. insensitive: both "test" and "Test" will be knocked out.  The modifier 
  936. tells rn whether to limit its search to message headers (which can be 
  937. useful when the object is to never see messages from a particular 
  938. person): 
  939.  
  940.       a:    Looks through an entire message 
  941.       h:    Looks just at the header 
  942.     
  943. You can leave out the modifier command, in which case rn will look only 
  944. at the subject line of messages. The "j" at the end tells rn to screen 
  945. out all articles with the offending word. 
  946.  
  947. So if you never want to see the word "foo" in any header, ever again, 
  948. type this: 
  949.  
  950.       /foo/h:j          
  951.  
  952. This is particularly useful for getting rid of articles from people who 
  953. post in more than one newsgroup, such as cascaders, since an article's 
  954. newsgroup name is always in the header. 
  955.  
  956. If you just want to block messages with a subject line about cascades, 
  957. you could try: 
  958.   
  959.       /foo/:j 
  960.  
  961. To kill anything that is a followup to any article, use this pattern: 
  962.  
  963.      /Subject: *Re:/:j 
  964.  
  965. When done writing lines for each phrase to screen, exit the text editor 
  966. as you normally would, and you'll be put back in rn. 
  967.  
  968. One word of caution: go easy on the global killfile.  An extensive global 
  969. killfile, or one that makes frequent use of the a: modifier can 
  970. dramatically slow down rn, since the system will now have to look at 
  971. every single word in every single message in all the newsgroups you want 
  972. to read. 
  973.  
  974. If there's a particular person whose posts you never want to see again, 
  975. first find his or her address (which will be in the "from:" line of his 
  976. postings) and then write a line in your killfile like this: 
  977.  
  978.      /From: *name@address\.all/h:j
  979.  
  980.  
  981. 4.3  SOME USENET HINTS
  982.  
  983.  
  984. Case counts in Unix -- most of the time.  Many Unix commands, including 
  985. many of those used for reading Usenet articles, are case sensitive.  Hit 
  986. a d when you meant a D and either nothing will happen, or something 
  987. completely different from what you expected will happen.  So watch that 
  988. case! 
  989.  
  990. In nn, you can get help most of the time by typing a question mark (the 
  991. exception is when you are writing your own message, because then you are 
  992. inside the text-processing program).  In rn, type a lower-case h at any 
  993. prompt to get some online help. 
  994.  
  995. When you're searching for a particular newsgroup, whether through the l 
  996. command in rn or with nngrep for nn, you sometimes may have to try 
  997. several keywords.  For example, there is a newsgroup dedicated to the 
  998. Grateful Dead, but you'd never find it if you tried, say, l grateful 
  999. dead, because the name is rec.music.gdead.  In general, try the smallest 
  1000. possible part of the word or discussion you're looking for, for example, 
  1001. use "trek" to find newsgroups about "Star Trek."  If one word doesn't 
  1002. produce anything, try another. 
  1003.  
  1004.  
  1005. 4.4  THE BRAIN-TUMOR BOY, THE MODEM TAX AND THE CHAIN LETTER
  1006.  
  1007. Like the rest of the world, Usenet has its share of urban legends and 
  1008. questionable activities.  There are three in particular that plague the 
  1009. network.  Spend more than, oh, 15 minutes within Usenet and you're sure 
  1010. to run into the Brain Tumor Boy, the plot by the evil FCC to tax your 
  1011. modem and Dave Rhode's miracle cure for poverty.  For the record, here's 
  1012. the story on all of them: 
  1013.  
  1014. There once was a seven-year-old boy in England named Craig Shergold who 
  1015. was diagnosed with a seemingly incurable brain tumor.  As he lay dying, 
  1016. he wished only to have friends send him postcards.  The local newspapers 
  1017. got a hold of the tear-jerking story.  Soon, the boy's wish had changed: 
  1018. he now wanted to get into the Guinness Book of World Records for the 
  1019. largest postcard collection.  Word spread around the world. People by the 
  1020. millions sent him postcards. 
  1021.  
  1022. Miraculously, the boy lived.  An American billionaire even flew him to 
  1023. the U.S. for surgery to remove what remained of the tumor.  And his wish 
  1024. succeeded beyond his wildest dreams -- he made the Guinness Book of World 
  1025. Records. 
  1026.  
  1027. But with Craig now well into his teens, his dream has turned into a 
  1028. nightmare for the post office in the small town outside London where he 
  1029. lives.  Like Craig himself, his request for cards just refuses to die, 
  1030. inundating the post office with millions of cards every year.  Just when 
  1031. it seems like the flow is slowing, along comes somebody else who starts 
  1032. up a whole new slew of requests for people to send Craig post cards (or 
  1033. greeting cards or business cards -- Craig letters have truly taken on a 
  1034. life of their own and begun to mutate). Even Dear Abby has been powerless 
  1035. to make it stop! 
  1036.  
  1037. What does any of this have to do with the Net? The Craig letter seems to 
  1038. pop up on Usenet as often as it does on cork boards at major 
  1039. corporations.  No matter how many times somebody like Gene Spafford posts 
  1040. periodic messages to ignore them or spend your money on something more 
  1041. sensible (a donation to the local Red Cross, say), somebody manages to 
  1042. post a letter asking readers to send cards to poor little Craig. 
  1043.  
  1044. Don't send any cards to the Federal Communications Commission, either. 
  1045.  
  1046. In 1987, the FCC considered removing a tax break it had granted 
  1047. CompuServe and other large commercial computer networks for use of the 
  1048. national phone system.  The FCC quickly reconsidered after alarmed users 
  1049. of bulletin-board systems bombarded it with complaints about this "modem 
  1050. tax." 
  1051.  
  1052. Now, every couple of months, somebody posts an "urgent" message warning 
  1053. Net users that the FCC is about to impose a modem tax.  This is NOT true.  
  1054. The way you can tell if you're dealing with the hoax story is simple: it 
  1055. ALWAYS mentions an incident in which a talk-show host on KGO radio in San 
  1056. Francisco becomes outraged on the air when he reads a story about the tax 
  1057. in the New York Times.  
  1058.  
  1059. Another way to tell it's not true is that it never mentions a specific 
  1060. FCC docket number or closing date for comments. 
  1061.  
  1062. Save that letter to your congressman for something else. 
  1063.  
  1064. Sooner or later, you're going to run into a message titled "Make Money 
  1065. Fast."  It's your basic chain letter.  The Usenet version is always about 
  1066. some guy named Dave Rhodes who was on the verge of death, or something, 
  1067. when he discovered a perfectly legal way to make tons of money -- by 
  1068. posting a chain letter on computer systems around the world. Yeah, right. 
  1069.  
  1070.  
  1071. 4.5  BIG SIG
  1072.  
  1073.  
  1074.      There are .sigs and there are .sigs.  Many people put only bare-bones 
  1075. information in their .sig files -- their names and e-mail addresses, 
  1076. perhaps their phone numbers.  Others add a quotation they think is funny or 
  1077. profound and a disclaimer that their views are not those of their employer.
  1078.  Still others add some ASCII-art graphics.  And then there are 
  1079. those who go totally berserk, posting huge creations with multiple quotes, 
  1080. hideous ASCII "barfics" and more e-mail addresses than anybody could 
  1081. humanly need.  College freshmen unleashed on the Net seem to excel at 
  1082. these.   You can see the best of the worst in the alt.fan.warlord 
  1083. newsgroup, which exists solely to critique .sigs that go too far, such as:
  1084.  
  1085.  
  1086. ___________________________________________________________________________
  1087. |#########################################################################|
  1088. |#|                                                                     |#|
  1089. |#|   *****  *    *  *****    *   *  *****  *****  *****                |#|
  1090. |#|     *    *    *  *        ** **  *      *      *   *                |#|
  1091. |#|     *    ******  ***      * * *  ***    *  **  *****   *****        |#|
  1092. |#|     *    *    *  *        *   *  *      *   *  *   *                |#|
  1093. |#|     *    *    *  *****    *   *  *****  *****  *   *                |#|
  1094. |#|                                                                     |#|
  1095. |#|   ****   *****  *****         *****  *****  *****    *****  *****   |#|
  1096. |#|   *  **    *    *             *        *    *        *      *   *   |#|
  1097. |#|   ****     *    *  **         *****    *    *  **    *      *   *   |#|
  1098. |#|   *  **    *    *   *     **      *    *    *   *    *      *   *   |#|
  1099. |#|   ****   *****  *****     **  *****  *****  *****    *****  *****   |#|
  1100. |#|                                                                     |#|
  1101. |#|            T-H-E  M-E-G-A  B-I-G  .S-I-G  C-O-M-P-A-N-Y             |#|
  1102. |#|                  ~-----------------------------~                    |#|
  1103. |#|  "Annoying people with huge net.signatures for over 20 years..."    |#|
  1104. |#|                                                                     |#|
  1105. |#|---------------------------------------------------------------------|#|
  1106. |#| "The difference between a net.idiot and a bucket of shit is that at |#|
  1107. |#|  least a bucket can be emptied.  Let me further illustrate my point |#|
  1108. |#|  by comparing these charts here. (pulls out charts)  Here we have a |#|
  1109. |#|  user who not only flames people who don't agree with his narrow-   |#|
  1110. |#|  minded drivel, but he has this huge signature that takes up many   |#|
  1111. |#|  pages with useless quotes.  This also makes reading his frequented |#|
  1112. |#|  newsgroups a torture akin to having at 300 baud modem on a VAX. I  |#|
  1113. |#|  might also add that his contribution to society rivals only toxic  |#|
  1114. |#|  dump sites."                                                       |#|
  1115. |#|                     -- Robert A. Dumpstik, Jr                       |#|
  1116. |#|                        President of The Mega Big Sig Company        |#|
  1117. |#|                        September 13th, 1990 at 4:15pm               |#|
  1118. |#|                        During his speech at the "Net.abusers        |#|
  1119. |#|                        Society Luncheon" during the                 |#|
  1120. |#|                        "1990 Net.idiots Annual Convention"          |#|
  1121. |#|_____________________________________________________________________|#|
  1122. |#|                                                                     |#|
  1123. |#| Thomas Babbit, III: 5th Assistant to the Vice President of Sales    |#|
  1124. |#|      __                                                             |#|
  1125. |#|  ==========    ______             Digital Widget Manufacturing Co.  |#|
  1126. |#|         \\     /                  1147 Complex Incorporated Drive   |#|
  1127. |#|        )-=======                  Suite 215                         |#|
  1128. |#|                                   Nostromo, VA 22550-1147           |#|
  1129. |#| #NC-17 Enterpoop Ship :)          Phone # 804-844-2525              |#|
  1130. |#|    ----------------               Fax # 804-411-1115                |#|
  1131. |#| "Shut up, Wesley!"                Online Service # 804-411-1100     |#|
  1132. |#|                  -- Me            at 300-2400, and now 9600 baud!   |#|
  1133. |#|                                   PUNet: tbabb!digwig!nostromo      |#|
  1134. |#| Home address:                     InterNet: dvader@imperial.emp.com |#|
  1135. |#| Thomas Babbit, III                Prodigy: Still awaiting author-   |#|
  1136. |#| 104 Luzyer Way                             ization                  |#|
  1137. |#| Sulaco, VA 22545                  "Manufacturing educational widget |#|
  1138. |#| Phone # 804-555-1524               design for over 3 years..."      |#|
  1139. |#|=====================================================================|#|
  1140. |#|                                                                     |#|
  1141. |#|  Introducing:                                                       |#|
  1142. |#|                                 ______                              |#|
  1143. |#|  The  |\  /|                         /                              |#|
  1144. |#|       | \/ |                        /                               |#|
  1145. |#|       |    |                       /                                |#|
  1146. |#|       |    |                      /                                 |#|
  1147. |#|       |    | ETELHED             /_____ ONE                         |#|
  1148. |#|'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'`'|#|
  1149. |#| 50Megs Online!  The k00l BBS for rad teens!  Lots of games and many |#|
  1150. |#| bases for kul topix!  Call now and be validated to the Metelhed Zone|#|
  1151. |#|                      -- 804-555-8500 --                             |#|
  1152. |#|\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\V/////////////////////////////////////|#|
  1153. |#| "This is the end, my friend..."      -- The Doors                   |#|
  1154. |#########################################################################|
  1155. ---------------------------------------------------------------------------
  1156. Hit "b" to continue
  1157.  
  1158. Hahahha... fooled u!
  1159.  
  1160.  
  1161. 4.6  THE FIRST AMENDMENT AS LOCAL ORDINANCE
  1162.  
  1163.  
  1164. Usenet's international reach raises interesting legal questions that have 
  1165. yet to be fully resolved.  Can a discussion or posting that is legal in 
  1166. one country be transmitted to a country where it is against the law?  
  1167. Does the posting even become illegal when it reaches the border?  And 
  1168. what if that country is the only path to a third country where the 
  1169. message is legal as well?  Several foreign colleges and other 
  1170. institutions have cut off feeds of certain newsgroups where Americans 
  1171. post what is, in the U.S., perfectly legal discussions of drugs or 
  1172. alternative sexual practices.  Even in the U.S., some universities have 
  1173. discontinued certain newsgroups their administrators find offensive, 
  1174. again, usually in the alt. hierarchy. 
  1175.  
  1176. An interesting example of this sort of question happened in 1993, when a 
  1177. Canadian court issued a gag order on Canadian reporters covering a 
  1178. particularly controversial murder case.  Americans, not bound by the gag 
  1179. order, began posting accounts of the trial -- which any Canadian with a 
  1180. Net account could promptly read. 
  1181.  
  1182.  
  1183. 4.7  USENET HISTORY  
  1184.  
  1185.  
  1186. In the late 1970s, Unix developers came up with a new feature: a system 
  1187. to allow Unix computers to exchange data over phone lines. 
  1188.  
  1189. In 1979, two graduate students at Duke University in North Carolina, Tom 
  1190. Truscott and Jim Ellis, came up with the idea of using this system, known 
  1191. as UUCP (for Unix-to-Unix CoPy), to distribute information of interest to 
  1192. people in the Unix community.  Along with Steve Bellovin, a graduate 
  1193. student at the University of North Carolina and Steve Daniel, they wrote 
  1194. conferencing software and linked together computers at Duke and UNC. 
  1195.  
  1196. Word quickly spread and by 1981, a graduate student at Berkeley, Mark 
  1197. Horton and a nearby high school student, Matt Glickman, had released a 
  1198. new version that added more features and was able to handle larger 
  1199. volumes of postings -- the original North Carolina program was meant for 
  1200. only a few articles in a newsgroup each day. 
  1201.  
  1202. Today, this system, now called Usenet, connects tens of thousands of 
  1203. sites around the world, from mainframes to Amigas.  With more than 3,000 
  1204. newsgroups and untold thousands of readers, it is perhaps the world's 
  1205. largest computer network. 
  1206.  
  1207.             
  1208. 4.8 WHEN THINGS GO WRONG
  1209.  
  1210.  
  1211.      * When you start up rn, you get a "warning" that "bogus 
  1212. newsgroups" are present.  
  1213.      Within a couple of minutes, you'll be asked whether to keep these or 
  1214. delete them.  Delete them.  Bogus newsgroups are newsgroups that your 
  1215. system administrator or somebody else has determined are no longer 
  1216. needed. 
  1217.      * While in a newsgroup in rn, you get a message: "skipping 
  1218. unavailable article."  
  1219.      This is usually an article that somebody posted and then decided to 
  1220. cancel. 
  1221.      *  You upload a text file to your Unix host system for use in a 
  1222. Usenet message or e-mail, and when you or your recipient reads the file, 
  1223. every line ends with a ^M.
  1224.      This happens because Unix handles line endings differently than MS-
  1225. DOS or Macintosh computers.  Most Unix systems have programs to convert 
  1226. incoming files from other computers. To use it, upload your file and 
  1227. then, at your command line, type
  1228.  
  1229.      dos2unix filename filename  or
  1230.      mac2unix filename filename
  1231.  
  1232. depending on which kind of computer you are using and where filename is 
  1233. the name of the file you've just uploaded.  A similar program can prepare 
  1234. text files for downloading to your computer, for example:
  1235.  
  1236.      unix2dos filename filename  or
  1237.      unix2mac filename filename
  1238.  
  1239. will ensure that a text file you are about to get will not come out 
  1240. looking odd on your computer.
  1241.  
  1242.  
  1243. 4.9 FYI
  1244.  
  1245.  
  1246. Leanne Phillips periodically posts a list of frequently asked questions 
  1247. (and answers) about use of the rn killfile function in the 
  1248. news.newusers.questions and news.answers newsgroups on Usenet.  Bill 
  1249. Wohler posts a guide to using the nn newsreader in the news.answers and 
  1250. news.software newsgroups.  Look in the news.announce.newusers and 
  1251. news.groups newsgroups on Usenet for "A Guide to Social Newsgroups and 
  1252. Mailing Lists,'' which gives brief summaries of the various soc. 
  1253. newsgroups. 
  1254.  
  1255. "Managing UUCP and Usenet,' by Tim O'Reilly and Grace Todino (O'Reilly & 
  1256. Associates, 1992) is a good guide for setting up your own Usenet system. 
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263. Chapter 5: MAILING LISTS AND BITNET
  1264.  
  1265.  
  1266.  
  1267. 5.1  INTERNET MAILING LISTS
  1268.  
  1269.  
  1270. Usenet is not the only forum on the Net.  Scores of "mailing lists"  
  1271. represent another way to interact with other Net users.  Unlike Usenet 
  1272. messages,  which are stored in one central location on your host system's 
  1273. computer, mailing-list messages are delivered right to your e-mail box. 
  1274.  
  1275. You have to ask for permission to join a mailing list -- although 
  1276. in many cases that means only sending a message to a particular computer, 
  1277. which then automatically adds you to the list.  Unlike Usenet, where your 
  1278. message is distributed to the world, on a mailing list, you send your 
  1279. messages to a central moderator, who either re-mails it to the other 
  1280. people on the list or uses it to compile a periodic "digest" mailed to 
  1281. subscribers. 
  1282.  
  1283. Given the number of newsgroups, why would anybody bother with a mailing 
  1284. list?  
  1285.  
  1286. Even on Usenet, there are some topics that just might not generate enough 
  1287. interest for a newsgroup; for example, the Queen list, which is all about 
  1288. the late Freddie Mercury's band.  
  1289.  
  1290. And because a moderator decides who can participate, a mailing list can 
  1291. offer a degree of freedom to speak one's mind (or not worry about 
  1292. net.weenies) that is not necessarily possible on Usenet.  Several groups 
  1293. offer anonymous postings -- only the moderator knows the real names of 
  1294. people who contribute. Examples include 12Step, where people enrolled in 
  1295. such programs as Alcoholics Anonymous can discuss their experiences, and 
  1296. sappho, a list limited to gay and bisexual women. 
  1297.  
  1298. You can find mailing addresses and descriptions of these lists in the 
  1299. news.announce.newusers newsgroup with the subject of "Publicly Accessible 
  1300. Mailing Lists."  Mailing lists now number in the hundreds, so this 
  1301. posting is divided into three parts. **FIX THIS  
  1302.