home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 11 / IOPROG_11.ISO / docs / meta-faq < prev    next >
Encoding:
Text File  |  1997-01-01  |  12.6 KB  |  286 lines

  1.   Linux Meta-FAQ
  2.   Michael K. Johnson, johnsonm@redhat.comm
  3.   v4.6, 20 December 1996
  4.  
  5.   This is the Meta-FAQ for Linux.  It is mainly a list of valuable
  6.   sources of information.  Check these sources out if you want to learn
  7.   more about Linux, or have problems and need help.  Lars Wirzenius
  8.   (wirzeniu@cc.helsinki.fi) wrote the first version of this document,
  9.   and it is now maintained by Michael K. Johnson (johnsonm@redhat.com).
  10.   Mail me if you have any questions about this document.
  11.  
  12.   1.  Introduction
  13.  
  14.      What is Linux?
  15.         Linux is an independent implementation of the POSIX operating
  16.         system specification, with SYSV and BSD extensions, that has
  17.         been written entirely from scratch (this means it looks and acts
  18.         just like Unix).  It has no proprietary code in it.  Linux is
  19.         freely distributable under the GNU Public License.  It works on
  20.         IBM PC compatibles with an ISA or EISA bus (including local bus
  21.         variants VLB and PCI) and a 386 or higher processor.
  22.  
  23.         In addition, it also runs on some Amiga and Atari computers with
  24.         MMU's.  This means 68020 with an external MMU, 68030, 68040, or
  25.         68060.  See the /pub/linux/680x0 directory at tsx-11.mit.edu.
  26.  
  27.         Support for the Digital Alpha is now stable.  Red Hat and
  28.         Craftworks have Alpha distributions of Linux.
  29.  
  30.         Support for Sparc is stable, and Red Hat Linux is available for
  31.         Sparc.
  32.  
  33.         Support for PowerPC is in development for multiple platforms,
  34.         including Nubus and PCI Macintosh, Motorola Powerstack, IBM 830
  35.         and 850, and other platforms.
  36.  
  37.         Support for ARM and MIPS is in various stages of completion, but
  38.         don't hold your breath.  Read comp.os.linux.announce instead.
  39.  
  40.         See the FAQ for more exact hardware requirements.  The Linux
  41.         kernel is written by Linus Torvalds
  42.         (Linus.Torvalds@.Helsinki.FI) from Finland, and by other
  43.         volunteers.  Most of the programs running under Linux are
  44.         generic Unix freeware, many of them from the GNU project.
  45.  
  46.      The Linux FAQ
  47.         A collection of common problems and their solutions.  Answers
  48.         many questions faster than the net.  Stored on many Linux ftp
  49.         sites (including /pub/linux/docs on tsx-11.mit.edu) and
  50.         rtfm.mit.edu, the general archive site for all FAQs.
  51.  
  52.      The Linux HOWTO's
  53.         These are somewhat like FAQ's, but instead of answering common
  54.         questions, they explain how to do common tasks, like ordering a
  55.         release of Linux, setting up print services under Linux, setting
  56.         up a basic UUCP feed, etc.  See sunsite.unc.edu, directory
  57.         /pub/Linux/docs/HOWTO/ for the definitive versions of all the
  58.         HOWTO's.  Other sites with up-to-date copies of the HOWTOs are
  59.         ftp.cc.gatech.edu and tsx-11.mit.edu.
  60.  
  61.         In addition, there are many short, free-form documents called
  62.         "mini-HOWTOs".  These documents cover very specific subjects,
  63.         such as BogoMIPS or Color-ls.  These are available in the
  64.         directory /pub/Linux/docs/HOWTO/mini/
  65.  
  66.      Linux newsgroups
  67.         There are several Usenet newsgroups for Linux.  It is a good
  68.         idea to follow at least comp.os.linux.announce if you use Linux.
  69.         Comp.os.linux.announce is moderated by Lars Wirzenius.  To make
  70.         submissions to the newsgroup, send mail to linux-
  71.         announce@news.ornl.gov.  You may direct questions about
  72.         comp.os.linux.announce to Lars Wirzenius,
  73.         wirzeniu@kruuna.helsinki.fi
  74.  
  75.         The newsgroup comp.os.linux.announce is a moderated newsgroup
  76.         for announcements about Linux (new programs, bug fixes, etc).
  77.  
  78.         The newsgroup comp.os.linux.answers is a moderated newsgroup to
  79.         which the Linux FAQ, HOWTO documents, and other documentation
  80.         postings are made.
  81.  
  82.         The newsgroup comp.os.linux.setup is an unmoderated newsgroup
  83.         for discussion of issues and problems involved in setting up
  84.         Linux systems.
  85.  
  86.         The newsgroup comp.os.linux.admin is an unmoderated newsgroup
  87.         for discussion of administration of Linux systems.
  88.  
  89.         The newsgroup comp.os.linux.development.system is an unmoderated
  90.         newsgroup specifically for discussion of Linux kernel
  91.         development.  The only application development questions that
  92.         should be discussed here are those that are intimately
  93.         associated with the kernel.  All other development questions are
  94.         probably generic Unix development questions and should be
  95.         directed to a comp.unix group instead, unless they are very
  96.         Linux-specific applications questions, in which case they should
  97.         be directed at comp.os.linux.development.apps.
  98.  
  99.         The newsgroup comp.os.linux.development.apps is an unmoderated
  100.         newsgroup specifically for discussion of Linux-related
  101.         applications development.  It is not for discussion of where to
  102.         get applications for Linux, nor a discussion forum for those who
  103.         would like to see applications for Linux.
  104.  
  105.         The newsgroup comp.os.linux.hardware is for Linux-specific
  106.         hardware questions.
  107.  
  108.         The newsgroup comp.os.linux.networking is for Linux-specific
  109.         networking development and setup questions.
  110.  
  111.         The newsgroup comp.os.linux.x is for Linux-specific X Windows
  112.         questions.
  113.  
  114.         The newsgroup comp.os.linux.misc is an unmoderated newsgroup for
  115.         any Linux discussion that doesn't belong anywhere else.
  116.  
  117.         In general, do not crosspost between the Linux newsgroups.  The
  118.         only crossposting that is appropriate is an occasional posting
  119.         between one unmoderated group and comp.os.linux.announce.  The
  120.         whole point of splitting comp.os.linux into many groups is to
  121.         reduce traffic in each.  Those that do not follow this rule will
  122.         be flamed without mercy...
  123.  
  124.      Other newsgroups
  125.         Do not assume that all your questions are appropriate for a
  126.         Linux newsgroup just because you are running Linux.  Is your
  127.         question really about shell programming under any unix or unix
  128.         clone?  Then ask in comp.unix.shell.  Is it about GNU Emacs?
  129.         Then try asking in gnu.emacs.help.  Also, if you don't know
  130.         another group to ask in, but think there might be, politely ask
  131.         in your post if there is another group that would be more
  132.         appropriate for your question.  At least the groups
  133.         comp.unix.{questions,shell,programming,bsd,admin}, and
  134.         comp.windows.x.i386unix should be useful for a Linux user.
  135.  
  136.      The World-Wide Web
  137.         Greg Hankins, gregh@cc.gatech.edu, maintains the home WWW page
  138.         for the Linux project.  The URL is
  139.         http://sunsite.unc.edu/LDP/linux.html
  140.  
  141.      Linux Journal
  142.         A magazine called Linux Journal was launched several years ago.
  143.         It includes articles intended for almost all skill levels, and
  144.         is intended to be helpful to all Linux users.  Subscriptions are
  145.         $22 in the U.S., $27 in Canada and Mexico, and $32 elsewhere
  146.         around the world, all payable in U.S. funds. Subscription
  147.         inquiries can be sent via email to subs@ssc.com or faxed to
  148.         (U.S.)  1-206-782-7191 or mailed to Linux Journal, PO Box 85867,
  149.         Seattle, WA 98145-1867 USA.  SSC has a PGP public key if you
  150.         wish to send your credit card number via encrypted email: finger
  151.         info@ssc.com
  152.  
  153.      The Maps
  154.         Information on free software available for Linux can be found in
  155.         the Linux Software Map, which can be found on sunsite.unc.edu in
  156.         /pub/Linux/docs/LSM.gz
  157.  
  158.         Information on non-commercial projects can be found in the
  159.         Projects Map, which is posted occasionally to
  160.         comp.os.linux.announce and is stored at sunsite.unc.edu in
  161.         /pub/Linux/docs/Projects-Map/Projects-Map.gz.
  162.  
  163.         Information on commercial products can be found in the Linux
  164.         Commercial Products Map, which is posted occasionally to
  165.         comp.os.linux.announce
  166.  
  167.   2.  Getting Linux
  168.  
  169.   3.  Linux FTP sites
  170.  
  171.   A more complete list of Linux FTP sites is in the Linux INFO-SHEET,
  172.   which can always be found at tsx-11.mit.edu in the directory
  173.   /pub/linux/docs/.  A DVI version is in INFO-SHEET.dvi, and a
  174.   PostScript version is in INFO-SHEET.ps.  The most important sites are
  175.   listed here; please see the INFO-SHEET for a site nearer to you (there
  176.   are many mirrors).
  177.  
  178.        textual name             numeric addr    Linux directory
  179.        =======================  ==============  ===============
  180.        tsx-11.mit.edu           18.86.0.44      /pub/linux
  181.        sunsite.unc.edu          152.2.22.81     /pub/Linux
  182.        ftp.funet.fi             128.214.248.6   /pub/Linux
  183.  
  184.   These sites are the main ``home'' sites for Linux where most uploads
  185.   take place. There are many mirror sites; please use the closest
  186.   (network-wise) site to you.
  187.  
  188.   3.1.  Linux on BBS's
  189.  
  190.   Occasionally, someone posts a list of BBS's that have Linux available
  191.   for download.  Try them if you can't FTP.  This list is available by
  192.   ftp from tsx-11.mit.edu as /pub/linux/docs/bbs.list.  You may use
  193.   ftpmail (described elsewhere in this document) to get this list if you
  194.   have mail access, or ask a friend with internet access to get it for
  195.   you.
  196.  
  197.   3.2.  Linux on physical media
  198.  
  199.   Linux is distributed on physical media, mainly CD-ROM, by several
  200.   commercial vendors.  Please read the distribution HOWTO, posted
  201.   regularily to comp.os.linux.announce, and available for ftp at
  202.   sunsite.unc.edu as /pub/Linux/docs/HOWTO/distribution-HOWTO.
  203.  
  204.   3.3.  AFS
  205.  
  206.   Linux is available over AFS by mounting the volume project.linux from
  207.   sipb.mit.edu
  208.  
  209.   3.4.  Commercial networks
  210.  
  211.   GEnie mirrors most of tsx-11.mit.edu and sunsite.unc.edu.  Compu$erve
  212.   also has some Linux archives.
  213.  
  214.   3.5.  Mailservers and such
  215.  
  216.   Sunsite offers ftp-mail service --- mail ftpmail@sunsite.unc.edu.
  217.  
  218.   4.  Linux distributions
  219.  
  220.   Linux is distributed by its author only as a kernel.  Other people
  221.   have put together ``distributions'' that can be used.  These
  222.   distributions pair the kernel as released by the author with software,
  223.   to make a complete working package.  Most releases include application
  224.   programs as well as system software, providing ``one stop shopping''
  225.   for Linux.
  226.  
  227.   There are several distributions of Linux, which are available at
  228.   various sites.  Sunsite mirrors almost all the distributions in
  229.   /pub/Linux/distributions.  The most commonly-recommended freely-
  230.   available distributions are Red Hat, Debian, and Slackware.  These are
  231.   all available for free over the internet, and are also sold on
  232.   floppies and CD-ROM's.
  233.  
  234.   There are other distributions of Linux as well. Most commercial
  235.   distributors of Linux advertise in Linux Journal as well.
  236.  
  237.   5.  Linux mailing-lists
  238.  
  239.   Used mostly for discussion between developers of new features and
  240.   testers of pre-release versions.  See addresses in the FAQ.  Send mail
  241.   to majordomo@vger.rutgers.edu with the single word help in the body of
  242.   the message , and you will get mail explaining how to subscribe to the
  243.   many Linux mailing lists there.  Save this mail, as it tells you how
  244.   to unsubscribe from the lists, and if you post annoying messages to
  245.   the list complaining about not being able to get off the list (because
  246.   you didn't follow instructions and save the mail telling you how to
  247.   unsubscribe), you will likely be flamed for wasting international
  248.   bandwidth and money.
  249.  
  250.   6.  Documentation for various programs
  251.  
  252.   Many programs come with some sort of documentation, often in a file
  253.   called README or something similar.  It is a VERY good idea to read
  254.   them with care.  It is boring to see (and answer) questions that are
  255.   answered in the documentation.
  256.  
  257.   7.  More Documentation
  258.  
  259.   The Linux Documentation Project is working on a lot of documentation.
  260.   Already, over 1600 pages of book-style documentation has been released
  261.   to the general public, and a large set of man pages has also been
  262.   released, with more to follow.  Check
  263.   sunsite.unc.edu:/pub/Linux/docs/LDP for documents written by the LDP.
  264.   The LDP also provides the HOWTO's, described above.
  265.  
  266.   8.  Keeping track of current releases
  267.  
  268.   Important new releases, programs, and ports are usually announced in
  269.   comp.os.linux.announce.  finger torvalds@klaava.helsinki.fi or finger
  270.   @linux.cs.helsinki.fi to get some information about the current
  271.   kernel.
  272.  
  273.   9.  This Document
  274.  
  275.   The latest version of this document should always be available from
  276.   <http://sunsite.unc.edu/LDP/linux.html>
  277.  
  278.   10.  Legalese
  279.  
  280.   Trademarks are owned by their owners.  Satisfaction not guaranteed.
  281.   No warranties about this document. Void where prohibited.
  282.  
  283.   The content of this document is placed in the public domain, but if
  284.   you quote it, please be polite and attribute your source.
  285.  
  286.