home *** CD-ROM | disk | FTP | other *** search
/ Hacker 2 / HACKER2.mdf / internet / bd_appd.txt < prev    next >
Text File  |  1995-01-03  |  25KB  |  537 lines

  1. From emoryu1!phoenix.Princeton.EDU!nancyamm  Thu Feb  3 23:30:19 1994 remote from awwe
  2. Received: by awwe.UUCP (1.65/waf)
  3.     via UUCP; Fri, 04 Feb 94 02:13:35 EST
  4.     for root
  5. Received: from emory.mathcs.emory.edu by
  6.     emoryu1.cc.emory.edu (5.65/Emory_cc.3.4.16) via SMTP
  7.     id AA23214 ; Thu, 3 Feb 94 23:30:15 -0500
  8. Received: from Princeton.EDU by
  9.     emory.mathcs.emory.edu (5.65/Emory_mathcs.3.4.18) via SMTP
  10.     id AA08085 ; Thu, 3 Feb 94 23:30:11 -0500
  11. Return-Path: nancyamm@phoenix.Princeton.EDU
  12. Received: from ponyexpress.Princeton.EDU by Princeton.EDU (5.65b/2.104/princeton)
  13.     id AA01826; Thu, 3 Feb 94 23:18:59 -0500
  14. Received: from flagstaff.Princeton.EDU by ponyexpress.princeton.edu (5.65c/1.113/newPE)
  15.     id AA11904; Thu, 3 Feb 1994 23:18:57 -0500
  16. Received: by flagstaff.Princeton.EDU (4.1/Phoenix_Cluster_Client)
  17.     id AA12353; Thu, 3 Feb 94 23:18:57 EST
  18. Date: Thu, 3 Feb 1994 23:18:56 -0500 (EST)
  19. From: Nancy Ammerman <emoryu1!phoenix.Princeton.EDU!nancyamm>
  20. To: Jackie Ammerman <emory!emoryu1!awwe!root@phoenix.Princeton.EDU>
  21. Message-Id: <Pine.3.89.9402032339.P3501-0100000@flagstaff.Princeton.EDU>
  22. Mime-Version: 1.0
  23. Content-Type: TEXT/PLAIN; charset=US-ASCII
  24.  
  25. Appendix A: THE LINGO
  26.  
  27.  
  28.  
  29.  
  30.         As has any community, the Net has developed its own language.  
  31. What follows is a glossary of some of the more common phrases you'll 
  32. likely run into.  But it's only a small subset of net.speak.  You an find 
  33. a more complete listing in "The New Hacker's Dictionary," compiled by 
  34. Eric Raymond (MIT Press).  Raymond's work is based on an online reference 
  35. known as "The Jargon File," which you can get through anonymous ftp from 
  36. ftp.gnu.mit.ai.mit as jarg300.txt.gz in the pub/gnu directory (see 
  37. chapter 7 for information on how to un-compress a .gz file). 
  38.  
  39. ASCII           Has two meanings.  ASCII is a universal computer code 
  40.                 for English letters and characters.  Computers store 
  41.                 all information as binary numbers. In ASCII, the 
  42.                 letter "A" is stored as 01000001, whether the computer 
  43.                 is made by IBM, Apple or Commodore.  ASCII also refers 
  44.                 to a method, or protocol, for copying files from one 
  45.                 computer to another over a network, in which neither 
  46.                 computer checks for any errors that might have been 
  47.                 caused by static or other problems.
  48.  
  49. ANSI            Computers use several different methods for deciding 
  50.                 how to put information on your screen and how your 
  51.                 keyboard interacts with the screen.  ANSI is one of 
  52.                 these "terminal emulation" methods.  Although most 
  53.                 popular on PC-based bulletin-board systems, it can also 
  54.                 be found on some Net sites.  To use it properly, you 
  55.                 will first have to turn it on, or enable it, in your 
  56.                 communications software.
  57.  
  58.  
  59. ARPANet         A predecessor of the Internet.  Started in 1969 with 
  60.                 funds from the Defense Department's Advanced Projects 
  61.                 Research Agency. 
  62.  
  63. backbone        A high-speed network that connects several powerful 
  64.                 computers.  In the U.S., the backbone of the Internet is 
  65.                 often considered the NSFNet, a government funded link 
  66.                 between a handful of supercomputer sites across the 
  67.                 country. 
  68.  
  69. Baud            The speed at which modems transfer data.  One baud is 
  70.                 roughly equal to one bit per second.  It takes eight 
  71.                 bits to make up one letter or character.  Modems rarely 
  72.                 transfer data at exactly the same speed as their listed 
  73.                 baud rate because of static or computer problems. More 
  74.                 expensive modems use systems, such as Microcom Network 
  75.                 Protocol (MNP), which can correct for these errors or 
  76.                 which "compress" data to speed up transmission.
  77.  
  78. BITNet          Another, academically oriented, international computer 
  79.                 network, which uses a different set of computer 
  80.                 instructions to move data.  It is easily accessible to 
  81.                 Internet users through e-mail, and provides a large 
  82.                 number of conferences and databases.  Its name comes from 
  83.                 "Because It's Time." " 
  84.  
  85. Bounce          What your e-mail does when it cannot get to its 
  86.                 recipient -- it bounces back to you -- unless it goes 
  87.                 off into the ether, never to be found again.
  88.  
  89. Command line    On Unix host systems, this is where you tell the 
  90.                 machine what you want it to do, by entering commands.
  91.  
  92. Communications  A program that tells a modem how to work.
  93. software   
  94.  
  95. Daemon          An otherwise harmless Unix program that normally works 
  96.                 out of sight of the user. On the Internet, you'll most 
  97.                 likely encounter it only when your e-mail is not 
  98.                 delivered to your recipient -- you'll get back your 
  99.                 original message plus an ugly message from a "mailer 
  100.                 daemon. 
  101.  
  102. Distribution    A way to limit where your Usenet postings go.  Handy for 
  103.                 such things as "for sale" messages or discussions of 
  104.                 regional politics. 
  105.  
  106. Domain          The last part of an Internet address, such as "news.com."
  107.  
  108. Dot             When you want to impress the net veterans you meet at 
  109.                 parties, say "dot" instead of "period," for example: "My 
  110.                 address is john at site dot domain dot com." 
  111.  
  112. Dot file        A file on a Unix public-access system 
  113.                 that alters the way you or your messages interact with 
  114.                 that system.  For example, your .login file contains 
  115.                 various parameters for such things as the text editor you 
  116.                 get when you send a message.   When you do an ls command, 
  117.                 these files do not appear in the directory listing; do ls 
  118.                 -a to list them. 
  119.  
  120. Down            When a public-access site runs into technical trouble, 
  121.                 and you can no longer gain access to it, it's down.
  122.  
  123. Download        Copy a file from a host system to your computer.  There 
  124.                 are several different methods, or protocols, for 
  125.                 downloading files, most of which periodically check the 
  126.                 file as it is being copied to ensure no information is 
  127.                 inadvertently destroyed or damaged during the process. 
  128.                 Some, such as XMODEM, only let you download one file at 
  129.                 a time.  Others, such as batch-YMODEM and ZMODEM, let 
  130.                 you type in the names of several files at once, which 
  131.                 are then automatically downloaded. 
  132.  
  133. EMACS           A standard Unix text editor preferred by Unix types
  134.                 that beginners tend to hate.                
  135.  
  136. E-mail          Electronic mail -- a way to send a private message to 
  137.                 somebody else on the Net. Used as both noun and verb.
  138.  
  139. Emoticon        See smiley.
  140.  
  141. F2F             Face to Face.  When you actually meet those people you 
  142.                 been corresponding with/flaming.
  143.  
  144. FAQ             Frequently Asked Questions.  A compilation of answers to 
  145.                 these.  Many Usenet newsgroups have these files, which 
  146.                 are posted once a month or so for beginners. 
  147.  
  148. Film at 11      One reaction to an overwrought argument: "Imminent death 
  149.                 of the Net predicted. Film at 11."
  150.  
  151. Finger          An Internet program that lets you get some bit of 
  152.                 information about another user, provided they have first 
  153.                 created a .plan file. 
  154.  
  155. Flame           Online yelling and/or ranting directed at somebody else.  
  156.                 Often results in flame wars, which occasionally turn into 
  157.                 holy wars (see). 
  158.  
  159. Followup        A Usenet posting that is a response to an earlier 
  160.                 message.
  161.  
  162. Foo/foobar      A sort of online algebraic place holder, for example: "If 
  163.                 you want to know when another site is run by a for-
  164.                 profit company, look for an address in the form of 
  165.                 foo@foobar.com." 
  166.  
  167. Fortune cookie  An inane/witty/profund comment that can be found around 
  168.                 the net.  
  169.  
  170. Freeware        Software that doesn't cost anything.
  171.  
  172. FTP             File-transfer Protocol.  A system for transferring files 
  173.                 across the Net.
  174.  
  175. Get a life      What to say to somebody who has, perhaps, been spending a 
  176.                 wee bit too much time in front of a computer.
  177.  
  178. GIF             Graphic Interchange Format.  A format developed in the 
  179.                 mid-1980s by CompuServe for use in photo-quality graphics 
  180.                 images.  Now commonly used everywhere online. 
  181.  
  182. GNU             Gnu's Not Unix.  A project of the Free Software 
  183.                 Foundation to write a free version of the Unix operating 
  184.                 system. 
  185.  
  186. Hacker          On the Net, unlike among the general public, this is not
  187.                 a bad person; it is simply somebody who enjoys stretching
  188.                 hardware and software to their limits, seeing just what 
  189.                 they can get their computers to do.  What many people 
  190.                 call hackers, net.denizens refer to as crackers.
  191.  
  192. Handshake       Two modems trying to connect first do this to agree on 
  193.                 how to transfer data.
  194.  
  195. Hang            When a modem fails to hang up.
  196.  
  197. Holy war        Arguments that involve certain basic tenets of faith, 
  198.                 about which one cannot disagree without setting one of 
  199.                 these off.  For example: IBM PCs are inherently superior to 
  200.                 Macintoshes.                     
  201.          
  202. Host system     A public-access site; provides Net access to people 
  203.                 outside the research and government community.
  204.  
  205. IMHO            In My Humble Opinion.
  206.  
  207. Internet        A worldwide system for linking smaller computer 
  208.                 networks together.  Networks connected through the 
  209.                 Internet use a particular set of communications 
  210.                 standards to communicate, known as TCP/IP.
  211.  
  212. Killfile        A file that lets you filter Usenet postings to some 
  213.                 extent, by excluding messages on certain topics or from 
  214.                 certain people. 
  215.  
  216. Log on/log in   Connect to a host system or public-access site.
  217.  
  218. Log off         Disconnect from a host system.
  219.  
  220. Lurk            Read messages in a Usenet newsgroup without ever saying 
  221.                 anything.
  222.  
  223. Mailing list    Essentially a conference in which messages are delivered 
  224.                 right to your mailbox, instead of to a Usenet newsgroup.  
  225.                 You get on these by sending a message to a specific e-
  226.                 mail address, which is often that of a computer that 
  227.                 automates the process. 
  228.  
  229. MOTSS           Members of the Same Sex.  Gays and Lesbians online.  
  230.                 Originally an acronym used in the 1980 federal census.
  231.  
  232. Net.god         One who has been online since the beginning, who knows 
  233.                 all and who has done it all.
  234.  
  235. Net.personality Somebody sufficiently opinionated/flaky/with plenty of 
  236.                 time on his hands to regularly post in dozens of 
  237.                 different Usenet newsgroups, whose presence is known to 
  238.                 thousands of people.
  239.  
  240. Net.police      Derogatory term for those who would impose their 
  241.                 standards on other users of the Net.  Often used in 
  242.                 vigorous flame wars (in which it occasionally mutates to 
  243.                 net.nazis). 
  244.  
  245. Netiquette      A set of common-sense guidelines for not annoying others.
  246.  
  247. Network         A communications system that links two or more 
  248.                 computers. It can be as simple as a cable strung 
  249.                 between two computers a few feet apart or as complex 
  250.                 as hundreds of thousands of computers around the world 
  251.                 linked through fiber optic cables, phone lines and 
  252.                 satellites.
  253.  
  254. Newbie          Somebody new to the Net.  Sometimes used derogatorily by 
  255.                 net.veterans who have forgotten that, they, too, were 
  256.                 once newbies who did not innately know the answer to 
  257.                 everything. "Clueless newbie" is always derogatory.
  258.  
  259. Newsgroup       A Usenet conference.
  260.  
  261. NIC             Network Information Center.  As close as an Internet-
  262.                 style network gets to a hub; it's usually where you'll 
  263.                 find information about that particular network. 
  264.  
  265. NSA line eater  The more aware/paranoid Net users believe that the 
  266.                 National Security Agency has a super-powerful computer 
  267.                 assigned to reading everything posted on the Net.   They 
  268.                 will jokingly (?) refer to this line eater in their 
  269.                 postings. Goes back to the early days of the Net when
  270.                 the bottom lines of messages would sometimes disappear
  271.                 for no apparent reason.
  272.  
  273. NSF             National Science Foundation.  Funds the NSFNet, a 
  274.                 high-speed network that once formed the backbone of the 
  275.                 Internet in the U.S. 
  276.  
  277. Offline         When your computer is not connected to a host system 
  278.                 or the Net, you are offline. 
  279.  
  280. Online          When your computer is connected to an online service, 
  281.                 bulletin-board system or public-access site.
  282.  
  283. Ping            A program that can trace the route a message takes from 
  284.                 your site to another site.
  285.  
  286. .plan file      A file that lists anything you want others on the Net to 
  287.                 know about you.  You place it in your home directory on 
  288.                 your public-access site.  Then, anybody who fingers (see) 
  289.                 you, will get to see this file. 
  290.  
  291. Post            To compose a message for a Usenet newsgroup and then send 
  292.                 it out for others to see.
  293.  
  294. Postmaster      The person to contact at a particular site to ask for 
  295.                 information about the site or complain about one of 
  296.                 his/her user's behavior. 
  297.  
  298. Protocol        The method used to transfer a file between a host 
  299.                 system and your computer. There are several types, 
  300.                 such as Kermit,  YMODEM and ZMODEM.                             
  301.  
  302. Prompt          When the host system asks you to do something and 
  303.                 waits for you to respond.  For example, if you see 
  304.                 "login:" it means type your user name. 
  305.  
  306. README files    Files found on FTP sites that explain what is in a given 
  307.                 FTP directory or which provide other useful information 
  308.                 (such as how to use FTP). 
  309.  
  310. Real Soon Now   A vague term used to describe when something will 
  311.                 actually happen.
  312.  
  313. RFC             Request for Comments.  A series of documents that 
  314.                 describe various technical aspects of the Internet.
  315.  
  316. ROTFL           Rolling on the Floor Laughing.  How to respond to a 
  317.                 particularly funny comment.
  318.  
  319. ROT13           A simple way to encode bad jokes, movie reviews that give 
  320.                 away the ending, pornography, etc.  Essentially, each 
  321.                 letter in a message is replace by the letter 13 spaces 
  322.                 away from it in the alphabet.  There are online decoders 
  323.                 to read these; nn and rn have them built in. 
  324.  
  325. RTFM            Read the, uh, you know, Manual.  Often used in flames 
  326.                 against people who ask computer-related questions that 
  327.                 could be easily answered with a few minutes with a 
  328.                 manual. More politely: RTM.
  329.  
  330. Screen capture  A part of your communications software that 
  331.                 opens a file on your computer and saves to it whatever 
  332.                 scrolls past on the screen while connected to a host 
  333.                 system. 
  334.  
  335. Server          A computer that can distribute information or files 
  336.                 automatically in response to specifically worded e-mail 
  337.                 requests. 
  338.  
  339. Shareware       Software that is freely available on the Net.  If you 
  340.                 like and use the software, you should send in the fee
  341.                 requested by the author, whose name and address will be 
  342.                 found in a file distributed with the software. 
  343.  
  344. .sig file       Sometimes, .signature file.  A file that, when placed in 
  345.                 your home directory on your public-access site, will 
  346.                 automatically be appended to every Usenet posting you 
  347.                 write. 
  348.  
  349. .sig quote      A profound/witty/quizzical/whatever quote that you 
  350.                 include in your .sig file.
  351.  
  352. Signal-to-noise The amount of useful information to be found in a given
  353. ratio           Usenet newsgroup.  Often used derogatorily, for example: 
  354.                 "the signal-to-noise ratio in this newsgroup is pretty low."
  355.  
  356. SIMTEL20        The White Sands Missile Range used to maintain a giant 
  357.                 collection of free and low-cost software of all kinds, 
  358.                 which was "mirrored" to numerous other ftp sites on the
  359.                 Net.  In the fall of 1993, the Air Force decided it had
  360.                 better things to do than maintain a free software library
  361.                 and shut it down.  But you'll still see references to
  362.                 the collection, known as SIMTEL20, around the Net.
  363.  
  364. Snail mail      Mail that comes through a slot in your front door or a
  365.                 box mounted outside your house.
  366.  
  367. Sysadmin        The system administrator; the person who runs a host 
  368.                 system or public-access site.
  369.  
  370. TANSTAAFL       There Ain't No Such Thing as a Free Lunch.  
  371.  
  372. TCP/IP          Transmission Control Protocol/Internet Protocol. The 
  373.                 particular system for transferring information over a 
  374.                 computer network that is at the heart of the Internet.
  375.  
  376. Telnet          A program that lets you connect to other computers on 
  377.                 the Internet.
  378.  
  379. Terminal        There are several methods for determining how your 
  380. emulation       keystrokes and screen interact with a public-access 
  381.                 site's operating system.  Most communications programs 
  382.                 offer a  choice of "emulations" that let you mimic the 
  383.                 keyboard that would normally be attached directly to 
  384.                 the host-system computer. 
  385.  
  386. UUCP            Unix-to-Unix CoPy.  A method for transferring Usenet 
  387.                 postings and e-mail that requires far fewer net resources 
  388.                 than TCP/IP, but which can result in considerably slower 
  389.                 transfer times.
  390.  
  391. Upload          Copy a file from your computer to a host system.
  392.  
  393. User name       On most host systems, the first time you connect you 
  394.                 are asked to supply a one-word user name.  This can be 
  395.                 any combination of letters and numbers. 
  396.  
  397. VT100           Another terminal-emulation system.  Supported by many 
  398.                 communications program, it is the most common one in 
  399.                 use on the Net.  VT102 is a newer version. 
  400.  
  401.  
  402.  
  403.  
  404. Appendix B: ELECTRONIC FRONTIER FOUNDATION INFORMATION
  405.  
  406.  
  407.  
  408.  
  409. The Electronic Frontier Foundation (EFF) is a membership organization that
  410. was founded in July of 1990 to ensure that the principles embodied in the
  411. Constitution and the Bill of Rights are protected as new communications
  412. technologies emerge.
  413.  
  414. From the beginning, EFF has worked to shape our nation's communications
  415. infrastructure and the policies that govern it in order to maintain and
  416. enhance First Amendment, privacy and other democratic values.  We believe
  417. that our overriding public goal must be the creation of Electronic
  418. Democracy, so our work focuses on the establishment of:
  419.  
  420. o       new laws that protect citizens' basic Constitutional rights as they
  421. use new communications technologies,
  422.  
  423. o       a policy of common carriage requirements for all network providers
  424. so that all speech, no matter how controversial, will be carried without
  425. discrimination, 
  426.  
  427. o       a National Public Network where voice, data and video services are
  428. accessible to all citizens on an equitable and affordable basis, and
  429.  
  430. o       a diversity of communities that enable all citizens to have a voice
  431. in the information age.
  432.  
  433.  
  434. Join us!
  435.  
  436. I wish to become a member of the Electronic Frontier Foundation.  I enclose:
  437.  
  438. $__________  Regular membership -- $40
  439. $__________  Student membership -- $20
  440.  
  441.  
  442. Special Contribution
  443.  
  444. I wish to make a tax-deductible donation in the amount of $__________ to
  445. further support the activities of EFF and to broaden participation in the
  446. organization.
  447.  
  448.  
  449. Documents Available in Hard Copy Form
  450.  
  451. The following documents are available free of charge from the Electronic
  452. Frontier Foundation.  Please indicate any of the documents you wish to
  453. receive.
  454.  
  455. ___  Open Platform Proposal - EFF's proposal for a national
  456. telecommunications infrastructure.  12 pages.  July, 1992
  457.  
  458. ___  An Analysis of the FBI Digital Telephony Proposal - Response of
  459. EFF-organized coalition to the FBI's digital telephony proposal of Fall,
  460. 1992.  8 pages.  September, 1992.
  461.  
  462. ___  Building the Open Road:  The NREN and the National Public Network - A
  463. discussion of the National Research and Education Network as a prototype
  464. for a National Public Network.  20 pages.  May, 1992.
  465.  
  466. ___  Innovative Services Delivered Now:  ISDN Applications at Home, School,
  467. the Workplace and Beyond - A compilation of ISDN applications currently in
  468. use.  29 pages.  January, 1993.
  469.  
  470. ___  Decrypting the Puzzle Palace - John Perry Barlow's argument for strong
  471. encryption and the need for an end to U.S. policies preventing its
  472. development and use. 13 pages.  May, 1992.
  473.  
  474. ___  Crime and Puzzlement - John Perry Barlow's piece on the founding of
  475. the Electronic Frontier Foundation and the world of hackers, crackers and
  476. those accused of computer crimes. 24 pages.  June, 1990.
  477.  
  478. ___  Networks & Policy - A quarterly newsletter detailing EFF's activities
  479. and achievements.
  480.  
  481.  
  482. Your Contact Information:
  483.  
  484. Name:  __________________________________________________________
  485.  
  486. Organization:  ____________________________________________________
  487.  
  488. Address:  ________________________________________________________
  489.  
  490.                ________________________________________________________
  491.  
  492. Phone:  (____)  _______________  FAX:  (____)  _______________  (optional)
  493.  
  494. E-mail address:  ___________________________________________________
  495.  
  496.  
  497. Payment Method
  498.  
  499. ___ Enclosed is a check payable to the Electronic Frontier Foundation.
  500.  
  501. ___ Please charge my:   
  502.         ___ MasterCard  ___ Visa  ___ American Express
  503.  
  504.                 Card Number:  ___________________________________________
  505.  
  506.                 Expiration Date:  _________________________________________
  507.  
  508.                 Signature:  ______________________________________________
  509.  
  510.  
  511. Privacy Policy
  512.  
  513. EFF occasionally shares our mailing list with other organizations promoting
  514. similar goals.  However, we respect an individual's right to privacy and
  515. will not distribute your name without explicit permission.
  516.  
  517. ___ I grant permission for the EFF to distribute my name and contact
  518. information to organizations sharing similar goals.
  519.  
  520.  
  521. Print out and mail to: 
  522.      Membership Coordinator
  523.      Electronic Frontier Foundation
  524.      1001 G Street, N.W.
  525.      Suite 950 East
  526.      Washington, DC  20001
  527.      202/347-5400 voice
  528.      202/393-5509 fax
  529.  
  530.  
  531.  
  532. The Electronic Frontier Foundation is a nonprofit, 501(c)(3) organization
  533. supported by contributions from individual members, corporations and
  534. private foundations.  Donations are tax-deductible.
  535.  
  536. Downloaded From P-80 International Information Systems 304-744-2253
  537.