home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 August / IMM0895.ISO01.iso / magazin / xlinux / howto next >
Text File  |  1995-06-06  |  6KB  |  173 lines

  1. This small HOWTO file was compiled from:
  2. Until September 1995:    After September 1995
  3. Peter Sieg        Peter Sieg
  4. 388 Morris Ave. #D    Rabishauerstr.9
  5. Summit N.J, 07901    D-37603 Holyminden/GERMANY
  6.  
  7. If someone is interested in my compilation of MiniLinux please let me know.
  8.  
  9. Mini Linux will not work with DBLSPACE. Uncompress your drive first.
  10.  
  11. To install this distribution:
  12. You need the ULTRACOMPRESSOR-II package...(Shareware)
  13. Space required during installation app. 25 MB.
  14. Space required after installation app. 13 MB.
  15. c:  
  16. md \linux
  17. cd \linux
  18. Now for all disk:
  19. copy a:\*.*
  20. sas b xlinux
  21. del xlinux.p0?
  22. uc es xlinux
  23. del xlinux.uc2
  24. Now you can start linux with linux.bat
  25.  
  26. It will load the portugese keymap. To change to us:
  27. temporarily execute:
  28. /usr/bin/loadkeys /usr/lib/kbd/keytables/us.map
  29. ('/' key is '" key...)
  30. than change file /etc/rc.d/rc.keymap...
  31. I did that already...
  32. I also added de.map (German) and es.map (Spanish) to the directory...
  33.  
  34. X Version is X11R5!!
  35. Xwindows: my mouse did not work. caused by selection program started in
  36. /etc/rc.d/rc.local
  37. just comment the lines out and restart.
  38. Xwindows needs at least 8MB of memory. If you have less you should use
  39. a swapfile:
  40. dd if=/dev/zero of=/swapfile bs=1024 count =4096 # or 8192...
  41. mkswap /swapfile 4096
  42. sync
  43. swapon /swapfile
  44. # Only the last command have to be repeated each time you boot!!
  45. # or put the folowing line in /etc/fstab:
  46. /swapfile    none    swap    defaults
  47. # or use the script swap <size_in_bytes> in /usr/bin...
  48. # if you dont specify the sizes, just swapon /swapfile will be executed!
  49.  
  50. The following have been removed:
  51. /usr/bin/zip
  52. /usr/bin/zipnote
  53. /usr/bin/zipsplit
  54. /usr/bin/lharc
  55. /usr/bin/zoo
  56. /usr/bin/*less*
  57. /usr/bin/*joe*
  58. /usr/lib/joerc
  59. /bin/dir (replaced with scripts ls -l $1)
  60. /usr/local/bin/* (utree)
  61. /usr/local/lib/utree.*
  62. /var/adm/packages/*
  63. /var/adm/disk_contents..
  64. /root/xmosaic
  65. /usr/lib/lynx..
  66. /usr/bin/lynx
  67. /usr/bin/tin
  68. /usr/bin/indent
  69. /bin/bash (replaced with ash)
  70.  
  71. The following programs have been added:
  72. /bin/ash (as a replacement for bash)
  73. /usr/bin/basic (ChipMunk Basic Interpreter V1.0)
  74. /usr/bin/sc (The spreadsheet program V6.21)
  75. /usr/bin/mc (Norton Commander Clone - Excellent!!!)
  76. /usr/games/lr (lode runner gamer svgalib)
  77. /usr/X11/bin/xspread (same as SC under X)
  78. /usr/X11/bin/xcalc (X calculator)
  79. /usr/X11/bin/xeyes (I love this...)
  80. /usr/X11/bin/xtetris (nice game)
  81. /usr/X11/bin/xpool (pool table game)
  82. /usr/X11/bin/xtron (tron like game)
  83. /usr/X11/bin/xmessage (might be usefull)
  84. /usr/X11/bin/xtalk (same as talk under X)
  85. /usr/X11/bin/xgrab (X screen copy)
  86. /usr/X11/bin/xedit (Tiny X editor)
  87. /usr/X11/bin/xcoral (A very good xeditor)
  88. /usr/X11/bin/xfig (Drawing program)
  89. /usr/X11/bin/xv (Picture manipulations)
  90. /lib/libgr.so.1 (needed for xv)
  91. /usr/X11/bin/xpaint (Painting program)
  92. /lib/libXpm.so.4 (needed for xpaint)
  93. /usr/bin/SuperProbe (identifies your display adapter...)
  94. /usr/bin/seejpeg (jpeg... viewer. try run startrek...)
  95. /usr/bin/tclsh (tcl shell)
  96. /usr/lib/libtcl.so.3 (needed for tclsh)
  97. /usr/bin/wish (tk shell)
  98. /usr/lib/libtk.so.3 (needed for tk shell wish)
  99. /usr/lib/tk/demos/* (some demos) 
  100. #you need to place -font fixed before every -text statement!!
  101. /usr/bin/deliver (small local! mail delivery program)
  102. /usr/bin/mail (Mail/mailx...to make it work it wrote this script:
  103. /usr/bin/sendmail  
  104. #!/bin/sh
  105. deliver $2
  106. #then ln -s /usr/bin/sendmail /usr/lib/sendmail
  107.  
  108. This packages/programs i would like to include in this distribution:
  109. xbtx
  110. oleo spreadsheet
  111. wine windows emulator
  112. fax programs
  113.  
  114.  
  115. If you like to install other packages, i did it the following way:
  116. # Because the cdrom on my computer did not work at the time...
  117. I selected the appropriate packages <*.tgz> and copied them with the 
  118. windows filemanager from a cdrom to disk a:
  119. Then i started linux:
  120. With cd /tmp i go into the tmp directory.
  121. With mcopy a:<package.tgz> <package.tgz> i copied the file(s) into
  122. the current directory.
  123. With tar -zxvf <package.tgz> i uncompressed and untared them.
  124. Now you will see several directories and files in the /tmp directory.
  125. Try the executables and if you want to keep them move all neccessary
  126. files to their directories ex: /tmp/usr/bin/ash -> /usr/bin/ash.
  127.  
  128. For working with dos floppy disk to can use the mtools:
  129. ex: mdir a: - directory of drive a:
  130.     mread -t a:howto howto - read file howto from a: to current directory
  131.     mwrite -t howto a: - write file howto to drive a:
  132. (-t switch translates <lf> to <cr><lf> and vice versa...)
  133.  
  134. For DOS users i made a link from del to rm and from copy to cp.
  135. That means you can use del to delete files and copy to copy them.
  136. Also md is linked to mkdir and rd to rmdir.
  137.  
  138. You can print ascii files with following command:
  139. p <filename> ;this is just a script under /usr/bin that inserts a <cr> at
  140. the end of each line and then calls lpr.
  141. This is the script p:
  142. #!/bin/sh
  143. cat $1 | sed -e s/$/^M/ | lpr
  144. # ^M is CTRL-M; Use CTRL-V, CTRL-M in vi.
  145.  
  146. You get help on commands by run <cmd> --help or -?.
  147.  
  148. Try working with scripts together with the dialog program, see ex.
  149. under /var/adm/scripts.
  150.  
  151. There is a nice monitor program. run top.
  152.  
  153. If you know Norton Commander run mc.
  154.  
  155. Try the game sasteroids.
  156.  
  157. Workbone is nice audio cdrom player.
  158.  
  159. There are some setup scripts in /var/adm/scripts/
  160. I used one to setup my cdrom (mitsumi).
  161.  
  162. If you want to work on 2 sessions on one screen try splitvt.
  163.     
  164. To see if your mouse works, try test-mouse.
  165.  
  166. To check if Xwindows would run try X -probeonly.
  167. In Xwindows you can abort with CTRL-ALT-BACKSPACE.
  168. The first time you should start with startx 2>startx.log.
  169. All messages from x will be logged in startx.log.
  170.  
  171. ---------- to be continued ------------
  172.  
  173.