home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / linux / info-sheet < prev    next >
Encoding:
Text File  |  1995-07-25  |  27.2 KB  |  570 lines

  1. Subject: Linux INFO-SHEET
  2. Newsgroups: comp.os.linux.announce,comp.os.linux.help,comp.answers,news.answers
  3. From: johnsonm@sunsite.unc.edu
  4. Date: 6 Sep 1994 08:38:12 GMT
  5.  
  6. Archive-name: linux/info-sheet
  7. Last-modified: 22 Aug 94
  8. Version: 3.13
  9.                              Linux Information Sheet 
  10.  
  11.                           Version 3.13 August 22, 1994 
  12.  
  13.  
  14.         0.1 Introduction to Linux 
  15.  
  16.         Linux is a completely free reimplementation of the POSIX spec, 
  17.         with SYSV and BSD extensions (which means it looks like unix, 
  18.         but does not come from the same source code base), which is 
  19.         available in both source code and binary form. It is copyrighted 
  20.         by Linus B. Torvalds (torvalds@kruuna.helsinki.fi) and other 
  21.         contributors, and is freely redistributable under the terms of 
  22.         the GNU Public License. 
  23.  
  24.         Linux is not public domain. It is `free' software, and you may 
  25.         give copies away, but you must also give the source with it or 
  26.         make it available in the same way. If you redistribute any 
  27.         modifications, you are legally bound to distribute the source 
  28.         for those modifications. See the GNU Public License for details. 
  29.         A copy is included with the Linux source, or you can get a copy 
  30.         via ftp from prep.ai.mit.edu in /pub/gnu/COPYING 
  31.  
  32.         Linux is still free as of version 1.0, and will continue to be. 
  33.         Because of the nature of the GNU copyright which Linux is 
  34.         subject to, it would be illegal for it to be made not free. Note 
  35.         carefully: it is perfectly legal to charge money for 
  36.         distributing Linux, so long as you also distribute the source 
  37.         code. This is a generalization; if you want the fine points, 
  38.         read the GPL. 
  39.  
  40.         Linux runs only on 386/486/Pentium machines with an ISA or EISA 
  41.         bus. MCA (IBM's proprietary bus) is not currently supported 
  42.         because there is little available documentation. VLB and PCI 
  43.         local busses are both supported, although the driver for the NCR 
  44.         SCSI chip that is used in many PCI machines is currently in 
  45.         ALPHA test. 
  46.  
  47.         Porting to other CPU's is likely to be somewhat difficult, as 
  48.         the kernel makes extensive use of 386 memory management and task 
  49.         primitives. However, this has become much easier as the kernel 
  50.         has become more general, and there is a port in progress for 
  51.         multiple Motorola 680x0 platforms (currently running on some 
  52.         Amigas and Ataris), and ports are being considered or have been 
  53.         started to other platforms as well, including ALPHA, PowerPC, 
  54.         and PowerMAC. Don't hold your breath, but if you are interested 
  55.         and able to contribute, you may well find other developers who 
  56.         wish to work with you. 
  57.  
  58.         Linux is no longer considered to be in beta testing, as version 
  59.         1.0 was released on March 14, 1994. There are still bugs in the 
  60.         system, and new bugs will creep up and be fixed as time goes on. 
  61.         Because Linux follows the ``open development model'', all new 
  62.         versions will be released to the public, whether or not they are 
  63.         considered ``production quality''. However, in order to help 
  64.         people tell whether they are getting a stable version or not, 
  65.         the following scheme has been implemented: Versions 1.x.y, where 
  66.         x is an even number, are stable versions, and only bug fixes 
  67.         will be applied as y is incremented. So from version 1.0.2 to 
  68.         1.0.3, there were only bug fixes, and no new features. Versions 
  69.         1.x.y, where x is an odd number, are beta-quality releases for 
  70.         developers only, and may be unstable and may crash, and are 
  71.         having new features added to them all the time. 
  72.  
  73.         From time to time, as the currect development kernel stabilizes, 
  74.         it will be frozen as the new ``stable'' kernel, and developement 
  75.         will continue on a new development version of the kernel. 
  76.  
  77.         Most versions of Linux, beta or not, are quite stable, and you 
  78.         can keep using those if they do what you need and you don't want 
  79.         to be on the bleeding edge. One site had a computer running 
  80.         version 0.97 patchlevel 1 (dating from the summer of 1992) for 
  81.         over 136 days without an error or crash. (It would have been 
  82.         longer if the backhoe operator hadn't mistaken a main power 
  83.         transformer for a dumpster...) 
  84.  
  85.         One thing to be aware of is that Linux is developed using an 
  86.         open and distributed model, instead of a closed and centralized 
  87.         model like much other software. This means that the current 
  88.         development version is always public (with up to a week or two's 
  89.         delay) so that anybody can use it. The result is that whenever a 
  90.         version with new functionality is released, it almost always 
  91.         contains bugs, but it also results in a very rapid development 
  92.         so that the bugs are found and corrected quickly, often in 
  93.         hours, as many people work to fix them. 
  94.  
  95.         In contrast, the closed and centralized model means that there 
  96.         is only one person or team working on the project, and they only 
  97.         release software that they think is working well. Often this 
  98.         leads to long intervals between releases, long waiting for bug 
  99.         fixes, and slower development. Of course, the latest release of 
  100.         such software to the public is often of higher quality, but the 
  101.         development speed is generally much slower. 
  102.  
  103.         As of June 11, 1994, the current stable version of Linux is 
  104.         1.0.9, and the development version was 1.1.19 the last time I 
  105.         heard. 
  106.  
  107.  
  108.         0.2 Linux Features 
  109.  
  110.  
  111.          * multitasking: several programs running at once. 
  112.  
  113.          * multiuser: several users on the same machine at once (and NO 
  114.            two-user licenses!). 
  115.  
  116.          * runs in 386 protected mode. 
  117.  
  118.          * has memory protection between processes, so that one program 
  119.            can't bring the whole system down. 
  120.  
  121.          * demand loads executables: Linux only reads from disk those 
  122.            parts of a program that are actually used. 
  123.  
  124.          * shared copy-on-write pages among executables. This means that 
  125.            multiple process can use the same memory to run in. When one 
  126.            tries to write to that memory, that page (4KB piece of 
  127.            memory) is copied somewhere else. Copy-on-write has two 
  128.            benefits: increasing speed and decreasing memory use. 
  129.  
  130.          * virtual memory using paging (not swapping whole processes) to 
  131.            disk: to a separate partition or a file in the filesystem, or 
  132.            both, with the possibility of adding more swapping areas 
  133.            during runtime (yes, they're still called swapping areas). A 
  134.            total of 16 of these 128 MB swapping areas can be used at 
  135.            once, for a theoretical total 2 GB of useable swap space. 
  136.  
  137.          * a unified memory pool for user programs and disk cache (so 
  138.            that all free memory can be used for caching, and the cache 
  139.            can be reduced when running large programs). 
  140.  
  141.          * dynamically linked shared libraries (DLL's)(static libraries 
  142.            too, of course). 
  143.  
  144.          * does core dumps for post-mortem analysis, allowing the use of 
  145.            a debugger on a program not only while it is running but also 
  146.            after it has crashed. 
  147.  
  148.          * mostly compatible with POSIX, System V, and BSD at the source 
  149.            level. 
  150.  
  151.          * through iBCS2-compliant emulation, mostly compatible with 
  152.            SCO, SVR3, and SVR4 at the binary level. 
  153.  
  154.          * all source code is available, including the whole kernel and 
  155.            all drivers, the development tools and all user programs; 
  156.            also, all of it is freely distributable. There are some 
  157.            commercial programs being provided for Linux now without 
  158.            source, but everything that has been free is still free. 
  159.  
  160.          * POSIX job control. 
  161.  
  162.          * pseudoterminals (pty's). 
  163.  
  164.          * 387-emulation in the kernel so that programs don't need to do 
  165.            their own math emulation. Every computer running Linux 
  166.            appears to have a math coprocessor. Of course, if your 
  167.            computer already contains an FPU, it will be used instead of 
  168.            the emulation, and you can even compile your own kernel with 
  169.            math emulation removed, for a small memory gain. 
  170.  
  171.          * support for many national or customized keyboards, and it is 
  172.            fairly easy to add new ones. 
  173.  
  174.          * multiple virtual consoles: several independent login sessions 
  175.            through the console, you switch by pressing a hot-key 
  176.            combination (not dependent on video hardware). 
  177.  
  178.          * Supports several common filesystems, including minix-1, 
  179.            Xenix, and all the system V filesystems, and has an advanced 
  180.            filesystem of its own, which offers filesystems of up to 4 
  181.            TB, and names up to 255 characters long. 
  182.  
  183.          * transparent access to MS-DOS partitions (or OS/2 FAT 
  184.            partitions) via a special filesystem: you don't need any 
  185.            special commands to use the MS-DOS partition, it looks just 
  186.            like a normal Unix filesystem (except for funny restrictions 
  187.            on filenames, permissions, and so on). MS-DOS 6 compressed 
  188.            partitions do not work at this time, and are not expected to. 
  189.  
  190.          * special filesystem called UMSDOS which allows Linux to be 
  191.            installed on a DOS filesystem. 
  192.  
  193.          * read-only HPFS-2 support for OS/2 2.1 
  194.  
  195.          * CD-ROM filesystem which reads all standard formats of 
  196.            CD-ROMs. 
  197.  
  198.          * TCP/IP networking, including ftp, telnet, NFS, etc. 
  199.  
  200.  
  201.         0.3 Hardware Issues 
  202.  
  203.  
  204.         0.3.1 Minimal configuration 
  205.  
  206.         The following is probably the smallest possible configuration 
  207.         that Linux will work on: 386SX/16, 2 MB RAM, 1.44 MB or 1.2 MB 
  208.         floppy, any supported video card (+ keyboards, monitors, and so 
  209.         on of course). This should allow you to boot and test whether it 
  210.         works at all on the machine, but you won't be able to do 
  211.         anything useful. 
  212.  
  213.         In order to do something, you will want some hard disk space as 
  214.         well, 5 to 10 MB should suffice for a very minimal setup (with 
  215.         only the most important commands and perhaps one or two small 
  216.         applications installed, like, say, a terminal program). This is 
  217.         still very, very limited, and very uncomfortable, as it doesn't 
  218.         leave enough room to do just about anything, unless your 
  219.         applications are quite limited. It's generally not recommended 
  220.         for anything but testing if things work, and of course to be 
  221.         able to brag about small resource requirements. 
  222.  
  223.  
  224.         0.3.2 Usable configuration 
  225.  
  226.         If you are going to run computationally intensive programs, such 
  227.         as gcc, X, and TeX, you will probably want a faster processor 
  228.         than a 386SX/16, but even that should suffice if you are 
  229.         patient. 
  230.  
  231.         In practice, you need at least 4 MB of RAM if you don't use X, 
  232.         and 8 MB if you do. Also, if you want to have several users at a 
  233.         time, or run several large programs (compilations for example) 
  234.         at a time, you may want more than 4 MB of memory. It will still 
  235.         work with a smaller amount of memory (should work even with 2 
  236.         MB), but it will use virtual memory (using the hard drive as 
  237.         slow memory) and that will be so slow as to be unusable. 
  238.  
  239.         The amount of hard disk you need depends on what software you 
  240.         want to install. The normal basic set of Unix utilities, shells, 
  241.         and administrative programs should be comfortable in less than 
  242.         10 MB, with a bit of room to spare for user files. For a more 
  243.         complete system, get Slackware, MCC, or (soon) Debian or 
  244.         Linux/PRO, and assume that you will need 60 to 200 MB, depending 
  245.         on what you choose to install and what distribution you get. Add 
  246.         whatever space you want to reserve for user files to these 
  247.         totals. With today's prices on hard drives, if you are buying a 
  248.         new system, it makes no sense to buy a drive that is too small. 
  249.         Get at least 200 MB, and you will not regret it. 
  250.  
  251.         Add more memory, more hard disk, a faster processor and other 
  252.         stuff depending on your needs, wishes and budget to go beyond 
  253.         the merely usable. In general, one big difference from DOS is 
  254.         that with Linux, adding memory makes a large difference, whereas 
  255.         with dos, extra memory doesn't make that much difference. This 
  256.         of course has something to do with DOS's 640KB limit. 
  257.  
  258.  
  259.         0.3.3 Supported hardware 
  260.  
  261.         CPU: Anything that runs 386 protected mode programs (all models 
  262.         of 386s and 486s should work; 286s don't work, and never will). 
  263.  
  264.         Architecture: ISA or EISA bus. MCA (mostly true blue PS/2's) 
  265.         does not work. Local busses (VLB and PCI) work. 
  266.  
  267.         RAM: Theoretically up to 1 GB. This has not been tested. Some 
  268.         people (including Linus) have noted that adding ram without 
  269.         adding more cache at the same time has slowed down their machine 
  270.         extremely, so if you add memory and find your machine slower, 
  271.         try adding more cache. Over 64MB will require a boot-time 
  272.         parameter, as the BIOS cannot report more than 64MB, because it 
  273.         is ``broken as designed.'' 
  274.  
  275.         Data storage: Generic AT drives (IDE, 16 bit HD controllers with 
  276.         MFM or RLL, or ESDI) are supported, as are SCSI hard disks and 
  277.         CD-ROMs, with a supported SCSI adaptor. Generic XT controllers 
  278.         (8 bit controllers with MFM or RLL) are also supported. 
  279.         Supported SCSI adaptors: Adaptec 1542, 1522, and 1740 in 
  280.         extended (not 1542 compatible) mode, Buslogic controllers via 
  281.         the Adaptek compatibility or with their own driver, Seagate 
  282.         ST-01 and ST-02, Future Domain TMC-88x series (or any board 
  283.         based on the TMC950 chip) and TMC1660/1680, Ultrastor 14F, 24F 
  284.         and 34F, and Western Digital wd7000. SCSI and some QIC-02 and 
  285.         QIC-80 tapes are also supported. Several CD-ROM devices are also 
  286.         supported, including Matsushita/Panasonic, Mitsumi, Sony, 
  287.         Soundblaster, Toshiba, and others. For exact models, check the 
  288.         hardware compatibility HOWTO. 
  289.  
  290.         Video: VGA, EGA, CGA, or Hercules (and compatibles) work in text 
  291.         mode. For graphics and X, there is support for (at least) normal 
  292.         VGA, some super-VGA cards (most of the cards based on ET3000, 
  293.         ET4000, Paradise, and some Trident chipsets), S3 (except for 
  294.         Diamond Stealth cards, because the manufacturer won't tell how 
  295.         to program it), 8514/A, ATI MACH8, ATI MACH32, and hercules. 
  296.         (Linux uses the Xfree86 X server, so that determines what cards 
  297.         are supported.) 
  298.  
  299.         Networking: Western Digital 80x3, ne1000, ne2000, 3com501 (not 
  300.         recommended), 3com503, 3com507, 3com509, 3com589 PCMCIA, Allied 
  301.         Telliesis AT1500, most LANCE boards, d-link pocket adaptors, 
  302.         SLIP, CSLIP, PLIP (Parallel Link IP), and more. 
  303.  
  304.         Other hardware: SoundBlaster, ProAudio Spectrum 16, Gravis 
  305.         Ultrasound, AST Fourport cards (with 4 serial ports), several 
  306.         models of Boca serial boards, the Usenet Serial Card II, several 
  307.         flavours of bus mice (Microsoft, Logitech, PS/2). 
  308.  
  309.  
  310.         0.4 An Incomplete List of Ported Programs and Other Software 
  311.  
  312.  
  313.         Most of the common Unix tools and programs have been ported to 
  314.         Linux, including almost all of the GNU stuff and many X clients 
  315.         from various sources. Actually, ported is often too strong a 
  316.         word, since many programs compile out of the box without 
  317.         modifications, or only small modifications, because Linux tracks 
  318.         POSIX quite closely. Unfortunately, there are not very many 
  319.         end-user applications at this time. Nevertheless, here is an 
  320.         incomplete list of software that is known to work under Linux. 
  321.  
  322.         Basic Unix commands: ls, tr, sed, awk and so on (you name it, 
  323.         we've probably got it). 
  324.  
  325.         Development tools: gcc, gdb, make, bison, flex, perl, rcs, cvs, 
  326.         gprof. 
  327.  
  328.         Graphical environments: X11R5 (Xfree86), MGR. 
  329.  
  330.         Editors: GNU Emacs, Lucid Emacs, MicroEmacs, jove, epoch, elvis 
  331.         (GNU vi), vim, vile, joe, pico, jed. 
  332.  
  333.         Shells: Bash (POSIX sh-compatible), zsh (include ksh 
  334.         compatiblity mode), pdksh, tcsh, csh, rc, ash (mostly 
  335.         sh-compatible), and many more. 
  336.  
  337.         Telecommunication: Taylor (BNU-compatible) UUCP, kermit, szrz, 
  338.         minicom, pcomm, xcomm, term (runs multiple shells, redirects 
  339.         network activity, and allows remote X, all over one modem line), 
  340.         Seyon (popular X-windows communications program), and several 
  341.         fax and voice-mail (using ZyXEL modems) packages are available. 
  342.         Of course, remote serial logins are supported. 
  343.  
  344.         News and mail: C-news, innd, trn, nn, tin, smail, elm, mh, pine. 
  345.  
  346.         Textprocessing: TeX, groff, doc, ez. 
  347.  
  348.         Games: Nethack, several Muds and X games, and lots of others. 
  349.         One of those games is looking through all the games available at 
  350.         tsx-11 and sunsite. 
  351.  
  352.         Suites: AUIS, the Andrew User Interface System. 
  353.  
  354.         All of these programs (and this isn't even a hundredth of what 
  355.         is available) are freely available. 
  356.  
  357.  
  358.         0.5 Who uses Linux? 
  359.  
  360.  
  361.         Linux is freely available, and no one is required to register 
  362.         their copies with any central authority, so it is difficult to 
  363.         know how many people use Linux. Several businesses are now 
  364.         surviving solely on selling and supporting Linux, and very few 
  365.         Linux users use those businesses, relatively speaking, and the 
  366.         Linux newsgroups are some of the most heavily read on the 
  367.         internet, so the number is likely in the hundreds of thousands, 
  368.         but hard numbers are hard to come by. However, one brave soul, 
  369.         Harald T. Alvestrand, has decided to try, and asks that if you 
  370.         use Linux, you send a message to linux-counter@uninett.no with 
  371.         one of the following subjects: ``I use Linux at home'', ``I use 
  372.         Linux at work'', or ``I use Linux at home and at work''. He is 
  373.         also counting votes of ``I don't use Linux'', for some reason. 
  374.         He posts his counts to comp.os.linux.misc. 
  375.  
  376.  
  377.         0.6 Getting Linux 
  378.  
  379.  
  380.  
  381.         0.6.4 Anonymous FTP 
  382.  
  383.         Matt Welsh has released a new version of his Installation and 
  384.         Getting Started guide, version 2.0. Also, the Linux 
  385.         documentation project (the LDP) has put out several other books 
  386.         in various states of completion, and these are available at 
  387.         sunsite.unc.edu:/pub/Linux/docs/LDP. Stay tuned to 
  388.         comp.os.linux.announce. 
  389.  
  390.         At least the following anonymous ftp sites carry Linux. 
  391.  
  392.  
  393.          Textual name                   Numeric address  Linux directory
  394.          =============================  ===============  ===============
  395.          tsx-11.mit.edu                 18.172.1.2       /pub/linux
  396.          sunsite.unc.edu                152.2.22.81      /pub/Linux
  397.          ftp.funet.fi                   128.214.248.6    /pub/OS/Linux
  398.          net.tamu.edu                   128.194.177.1    /pub/linux
  399.          ftp.mcc.ac.uk                  130.88.203.12    /pub/linux
  400.          src.doc.ic.ac.uk               146.169.2.1      /packages/linux
  401.          fgb1.fgb.mw.tu-muenchen.de     129.187.200.1    /pub/linux
  402.          ftp.informatik.tu-muenchen.de  131.159.0.110    /pub/comp/os/linux
  403.          ftp.dfv.rwth-aachen.de         137.226.4.111    /pub/linux
  404.          ftp.informatik.rwth-aachen.de  137.226.225.3    /pub/Linux
  405.          ftp.Germany.EU.net             192.76.144.75    /pub/os/Linux
  406.          ftp.ibp.fr                     132.227.60.2     /pub/linux
  407.          kirk.bond.edu.au               131.244.1.1      /pub/OS/Linux
  408.          ftp.uu.net                     137.39.1.9       /systems/unix/linux
  409.          wuarchive.wustl.edu            128.252.135.4    mirrors/linux
  410.          ftp.win.tue.nl                 131.155.70.100   /pub/linux
  411.          ftp.stack.urc.tue.nl           131.155.2.71     /pub/linux
  412.          srawgw.sra.co.jp               133.137.4.3      /pub/os/linux
  413.          cair.kaist.ac.kr                                /pub/Linux
  414.          ftp.denet.dk                   129.142.6.74     /pub/OS/linux
  415.          NCTUCCCA.edu.tw                140.111.1.10     /Operating-Systems/Linux
  416.          nic.switch.ch                  130.59.1.40      /mirror/linux
  417.          monu1.monash.edu.au            130.194.1.101    /pub/linux
  418.          cnuce_arch.cnr.it              131.114.1.10     /pub/Linux
  419.  
  420.  
  421.  
  422.         tsx-11.mit.edu and fgb1.fgb.mw.tu-muenchen.de are the official 
  423.         sites for Linux' GCC. Some sites mirror other sites. Please use 
  424.         the site closest (network-wise) to you whenever possible. 
  425.  
  426.         At least SunSite.unc.edu and ftp.informatik.tu-muenchen.de offer 
  427.         ftpmail services. Mail ftpmail@sunsite.unc.edu or 
  428.         ftp@informatik.tu-muenchen.de for help. 
  429.  
  430.         If you are lost, try looking at 
  431.         SunSite.unc.edu:/pub/Linux/distributions/, where several 
  432.         distributions are offered. 
  433.  
  434.  
  435.         0.6.5 Other methods of obtaining Linux 
  436.  
  437.         There are many BBS's that have Linux files. A list of them is 
  438.         occasionally posted to comp.os.linux.announce. Ask friends and 
  439.         user groups, or order one of the commmercial distributions. A 
  440.         list of these is contained in the Linux distribution HOWTO, 
  441.         available as 
  442.         sunsite.unc.edu:/pub/Linux/docs/HOWTO/distribution-HOWTO, and 
  443.         posted regularily to the comp.os.linux.announce newsgroup. 
  444.  
  445.  
  446.         0.6.6 Getting started 
  447.  
  448.         As mentioned at the beginning, Linux is not centrally 
  449.         administered. Because of this, there is no ``official'' release 
  450.         that one could point at, and say ``That's Linux.'' Instead, 
  451.         there are various ``distributions,'' which are more or less 
  452.         complete collections of software configured and packaged so that 
  453.         they can be used to install a Linux system. 
  454.  
  455.         The first thing you should do is to get and read the list of 
  456.         Frequently Asked Questions (FAQ) from one of the FTP sites, or 
  457.         by using the normal Usenet FAQ archives (e.g. rtfm.mit.edu). 
  458.         This document has plenty of instructions on what to do to get 
  459.         started, what files you need, and how to solve most of the 
  460.         common problems (during installation or otherwise). 
  461.  
  462.  
  463.         0.7 Legal Status of Linux 
  464.  
  465.  
  466.         Although Linux is supplied with the complete source code, it is 
  467.         copyrighted software, not public domain. However, it is 
  468.         available for free under the GNU Public License. See the GPL for 
  469.         more information. The programs that run under Linux each have 
  470.         their own copyright, although many of them use the GPL as well. 
  471.         X uses the MIT X copyright, and some utilities are under the BSD 
  472.         copyright. In any case, all of the software on the FTP site is 
  473.         freely distributable (or else it shouldn't be there). 
  474.  
  475.  
  476.         0.8 News About Linux 
  477.  
  478.  
  479.         A new magazine called Linux Journal was recently launched. It 
  480.         includes articles intended for almost all skill levels, and is 
  481.         intended to be helpful to all Linux users. Subscriptions are 19 
  482.         USD worldwide. Subscription inquiries can be sent via email to 
  483.         subs@ssc.com or faxed to (U.S.) 1-206-527-2806 or mailed to 
  484.         Linux Journal, PO Box 85867, Seattle, WA 98145-1867 USA. Please 
  485.         do not send credit card numbers via email; the internet is not 
  486.         secure, and it is entirely possible that a technologically adept 
  487.         thief may steal your credit card number and cost you a large sum 
  488.         of money if you do. 
  489.  
  490.  
  491.  
  492.         There are several Usenet newsgroups for Linux discussion, and 
  493.         also several mailing lists. See the Linux FAQ for more 
  494.         information about the mailing lists (you should be able to find 
  495.         the FAQ either in the newsgroup or on the FTP sites). 
  496.  
  497.         The newsgroup comp.os.linux.announce is a moderated newsgroup 
  498.         for announcements about Linux (new programs, bug fixes, etc). 
  499.  
  500.         The newsgroup comp.os.linux.admin is an unmoderated newsgroup 
  501.         for discussion of administration of Linux systems. 
  502.  
  503.         The newsgroup comp.os.linux.development is an unmoderated 
  504.         newsgroup specifically for discussion of Linux kernel 
  505.         development. The only application development questions that 
  506.         should be discussed here are those that are intimately 
  507.         associated with the kernel. All other development questions are 
  508.         probably generic UNIX development questions and should be 
  509.         directed to a comp.unix group instead. 
  510.  
  511.         The newsgroup comp.os.linux.help is an unmoderated newsgroup for 
  512.         any Linux questions that don't belong anywhere else. 
  513.  
  514.         The newsgroup comp.os.linux.misc is the replacement for 
  515.         comp.os.linux, and is meant for any discussion that doesn't 
  516.         belong elsewhere. 
  517.  
  518.         In general, do not crosspost between the Linux newsgroups. The 
  519.         only crossposting that is appropriate is an occasional posting 
  520.         between one unmoderated group and comp.os.linux.announce. The 
  521.         whole point of splitting comp.os.linux into many groups is to 
  522.         reduce traffic in each. Those that do not follow this rule will 
  523.         be flamed without mercy... 
  524.  
  525.         For the current status of the Linux kernel and a summary of the 
  526.         most recent versions, finger torvalds@kruuna.helsinki.fi 
  527.  
  528.  
  529.  
  530.         Linux is on the Web (WWW, W3, whatever...) The URL is 
  531.         http://sunsite.unc.edu/mdw/linux.html 
  532.  
  533.  
  534.         0.9 The Future 
  535.  
  536.  
  537.         Now that Linux 1.0 has been released, work is already in 
  538.         progress on several enhancements. Disk access speedups, TTY 
  539.         improvements, and many more things are being worked on. Linux 
  540.         1.0 is not the end of Linux, nor is it even very important; it 
  541.         is mostly intended to provide a stable version that people can 
  542.         use without being afraid that they are using beta software, and 
  543.         that can be standardized on to some extent. 
  544.  
  545.         There is plenty of code left to write, and even more 
  546.         documentation. Please join the DOC channel of the mailing list 
  547.         if you would like to contribute to the documentation. 
  548.  
  549.  
  550.         0.10 This document 
  551.  
  552.  
  553.         This document is maintained by Michael K. Johnson, 
  554.         johnsonm@Sunsite.unc.edu. Please mail me with any comments, no 
  555.         matter how small. I can't do a good job of maintaining this 
  556.         document without your help. A more-or-less current copy of this 
  557.         document can always be found as 
  558.         tsx-11.mit.edu:/pub/linux/docs/INFO-SHEET, and a DVI version can 
  559.         be found as INFO-SHEET.dvi, in the same directory. 
  560.  
  561.  
  562.         0.11 Legalese 
  563.  
  564.  
  565.         Trademarks are owned by their owners. There is no warranty about 
  566.         the information in this document. Use and distribute at your own 
  567.         risk. The content of this document is in the public domain, but 
  568.         please be polite and attribute any quotes. 
  569.  
  570.