home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 August / IMM0895.ISO01.iso / magazin / xlinux / minilin.txt < prev    next >
Text File  |  1995-06-28  |  6KB  |  189 lines

  1.  
  2.  
  3.         MINI LINUX
  4.         ----------
  5.  
  6.         By Mario Valente, 1995
  7.         Esoterica
  8.  
  9.         mvalente@esoterica.com
  10.  
  11.  
  12.  
  13.  
  14. Introduction
  15. ------------
  16.  
  17. MINILINUX is yet another distribution of Linux.
  18.  
  19. It has two objectives:
  20.  
  21. - create a suficiently powerful distribution ( 4 diskettes ) but
  22. a powerful one ( TCP/IP and SLIP, X Windows, etc ) in an easy 
  23. to install way, particularly by MSDOS users.
  24.   Usually a Linux distribution makes you backup, repartition and
  25. reformat your hard disk; or they make you buy a CDROM or download
  26. lots of diskettes.
  27.   MINILINUX by using the UMSDOS filesystem and the LOADLIN command
  28. ( for DOS ) allows you to install LINUX on an MSDOS partition and
  29. coexist: from the DOS side you'll see a C:\LINUX directory and you'll
  30. have a "linux" command that boots up Linux. From Linux's side you'll
  31. have a /DOS directory containing all your DOS files and you'll be
  32. able to go back to DOS by rebooting ( with CTRL-ALT-DEL ).
  33.  
  34. - to offer, in a one stop shop, a Unix system with access to Internet.
  35. Esoterica offers Internet access in Portugal, and MINILINUX includes
  36. scripts to setup an SLIP link with our server; Mosaic for X Windows
  37. is included in MINILINUX and Lynx ( a character mode WWW browser )
  38. is also there.
  39.  
  40.  
  41. Installing
  42. ----------
  43.  
  44. You'll need about 20Mb in drive C: during installation. The whole
  45. MINI Linux distribution occupies about 15Mb.
  46.  
  47. MINI Linux is distributed as 4 ZIP and 1 EXE file.
  48.  
  49. The 4 ZIP files  MINILIN1.ZIP to MINILIN4.ZIP contain 4 files
  50. ( linux.cut and linux.001 to linux.003 ).
  51. The MINILINX.EXE file contains a text file ( probably in Portuguese :-)
  52. and a couple of utilities to create and install the distribution.
  53.  
  54. You should create a directory called LINUX in the root of your C: drive
  55. ( md linux ) where you should put the ZIP files and the EXE file. Execute
  56. MINILINX.EXE to get the utility to unpack the ZIP files and the one
  57. to join all ( cd linux and then minilinx; after this pkunzip -d * ).
  58.  
  59. You can now delete the ZIP files ( del *.zip )
  60.  
  61. The fcut utility allows you to join the .cut and the .00? files.
  62. Use the command:
  63.  
  64.    fcut -j linux
  65.  
  66. You'll get a new file called linux.zip and you can now delete 
  67. the parts ( "del *.00*" e "del *.cut" )
  68.  
  69. To complete installing you just have to decompress the linux.zip
  70. file with the command "pkunzip -d linux.zip".
  71. After this is done you can delete the linux.zip file "del linux.zip"
  72.  
  73.  
  74. With all this you should have a C:\LINUX directory on your drive
  75. which contains the whole Linux operating system.
  76.  
  77.  
  78. Using it
  79. ----------
  80.  
  81. When you boot your machine it goes to DOS as usual.
  82. To get to Linux you should give the command
  83.  
  84.    c:\linux\linux.bat
  85.  
  86. You can of course copy this batch file to a directory on
  87. your path ( "copy c:\linux\linux.bat c:\dos" for example )
  88. and you'll be able to start Linux by just giving the command
  89. "linux".
  90.  
  91.  
  92. The system has support for
  93.  
  94. - Soundblaster card and CDROM
  95. - mouse on COM1: ( /dev/mouse ) ( Mouse Systems )
  96. - modem on COM2: ( /dev/modem )
  97. - various Ethernet cards ( inc. NE2000 and 3Com )
  98. - SCSI cards and devices
  99. - X Windows in SVGA mode ( Trident, Tseng, Cirrus, etc )
  100. - TCP/IP and SLIP/PPP support
  101.  
  102.  
  103. After the startup of the system is finished you're presented
  104. with the login prompt. The only user available is root, without
  105. password. You can change the password with the passwd command
  106. and you can add other users ( recommended ) with the adduser command.
  107.  
  108. You can boot your system in MSDOS mode by pressing CTRL-ALT-DEL which
  109. starts the shutdown procedure automatically.
  110.  
  111.  
  112.  
  113. Notes
  114. -----
  115.  
  116. We dont intend to give here a course on Unix. You should read one
  117. of the many books on Unix/Linux, attend a Unix course or gather
  118. info and docs on the Net. We can give some hints though :-)
  119.  
  120. - Linux has support for virtual terminals. You can access them
  121.   by pressing ALT + Fx, where Fx is a function key from F1 to F8
  122.  
  123. - some commands in Linux are similar to their DOS counterparts
  124.   if not equal ( dir=dir, cp=copy, rm=del, cat=type )
  125.  
  126. - the equivalent of AUTOEXEC.BAT and CONFIG.SYS are the files
  127.   /etc/inittab and the files under directory /etc/rc.d
  128.   ( notice that in Unix the / is a / and not a \ :-)
  129.  
  130. - joe is included ( joe is a Wordstar compatible word processor )
  131.  
  132. - tetris and sasteroids ( games :-) are included
  133.  
  134. - a file manager is included ( command xtree or utree )
  135.  
  136. - a comms program, minicom, is included
  137.  
  138. - if you have Ethernet you must start up support. Check out
  139.   the /etc/start.ether file to see how its done
  140.  
  141. - a start.dip script is included for connection to Esoterica.
  142.    To connect to other providers you must edit this script and
  143.    also the esoterica.dip script
  144.  
  145. - to start up X Windows you must give the startx command. You can 
  146.    change resolution with the CTRL-ALT-+ and CTRL-ALT-- combinations.
  147.  
  148. - in an X Windows terminal window you can give any normal Unix command.
  149.   You can also use X applications like "xfilemanager &", "xbombs &"
  150.   ( a Minesweeper clone ) or "xlander &"
  151.  
  152.   If you press the mouse button over the desktop you get the X Windows
  153.   control menu.
  154.  
  155. - X Mosaic is available ( command "xmosaic &" )
  156.  
  157.   Note: you'll need an Internet connection and to supply an URL
  158.   to see anything :-)
  159.  
  160. - X Windows is heavy on memory usage. If you have less than 8 Megabytes
  161.  of RAM you should create virtual memory with the following commands
  162.  
  163.    # dd if=/dev/zero of=/swapfile bs=1024 count=8192
  164.    # mkswap /swapfile 8192
  165.    # sync
  166.    # swapon /swapfile
  167.  
  168.   You can test that you have more memory with the "free" command
  169.  
  170.  
  171.  
  172. DISCLAIMER
  173. ----------
  174.  
  175. - Esoterica doesnt support MINI Linux
  176. - we dont guarantee that MINI Linux does anything
  177. - we dont guarantee the availability of access in the future
  178. - we dont do Unix support or any kind of support except for
  179.   our clients
  180.  
  181.  
  182. We also wont be liable if MINI Linux destroys your hard disk,
  183. causes any damage or loss of information, destroys the human
  184. race or makes your girlfriend leave you.
  185.  
  186. --
  187. Et in Arcadia Ego
  188.  
  189.