home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 1999 January / STC_CD_01_1999.iso / system / mintsett / mintsett.doc < prev    next >
Text File  |  2000-01-08  |  4KB  |  87 lines

  1. **** MiNTsetter ****
  2.  
  3. Status: Freeware.
  4. Author: Kellis,  email address: kellis@primenet.com
  5.  
  6. Needs a new MiNT kernal (1.14.6 and up) to work efficiently. And most 
  7. likely a recent AES.
  8. MiNTsetter is a GEM program that will report various information 
  9. about your kernal (settings, configurations), and your environment.
  10. You can also adjust few parameters such as TIMESLICE and SECURITY.
  11.  
  12. This data can be dumped in the clipboard, to facilitate debugging.
  13. If you click on the top middle icon, another window will open 
  14. giving you more info about your kernal.
  15.  
  16. The GEM side of MiNTsetter was important to me, so in result, you 
  17. have the possibility to "win-shade" MiNTsetter window by clicking on 
  18. the FULLER window gadget.
  19.  
  20. If the AVSERVER is set but the AVSERVER is not running, the line 
  21. AVSERVER will be grayed out, click on it, it will give you a little 
  22. info.
  23.  
  24. CTRL q to quit, CTRL c to cut into the clipboard, CTRL i for credits
  25. TAB key for the extra information window.
  26.  
  27. VFAT and Write-back cache added, so you can now set and use it on the fly.
  28. ONLY new kernal (1.15 and newer).
  29. Force FASTLOAD will bypass the programs flags, always considering it 
  30. to load it without clearing the RAM. (if not set, then the flags will 
  31. be interpreted).
  32.  
  33. Now incorporate the famous ALERT.ACC within. So no need anymore of 
  34. ALERT.ACC.
  35. The default will be read from the environment variable ALERT if found
  36. Otherwise, the default will be NO.
  37.  
  38. Add this in your mint.cnf:
  39. setenv ALERT YES
  40. To automatically start MiNTsetter with BUS-ERROR recognition enabled.
  41.  
  42. What's new: GEM fix, windows were leacking through, Thanks OZK for 
  43. reporting that one.
  44. Dump Cookie jar into clipboard.
  45. Supports unix 'uptime'. (load and uptime)
  46. Use less RAM, (internal reorganization)
  47. Now updates in live the changes for VFAT to the AVserver (if set and running) 
  48. for the concerned partitions. (example, open drive A, and change its VFAT 
  49. status, your AVSERVER will make update the partition directly). Thanks to 
  50. Christian Felsch for this idea. Same applies for the clipboard dumps.
  51. MiNTsetter is able with just 1 mouse-click to suspend inetd (that's in 
  52. charge for the incoming connections). Handy if you are on the net, but 
  53. don't want to be bothered for a few minutes because you need maximum CPU 
  54. power. So no user can access your computer.
  55. Now checks the real state of the process inetd. (stopped or running). 
  56. The Green mean monster icon in the middle is to dump the cookies installed 
  57. into the clipboard.
  58. The file cookie.dat must reside in the same directory where MiNTsetter is.
  59. This file is only an ASCII file, LF must be used. pico did the job very 
  60. well. So if you want to edit/add more cookie entries, please make sure of 
  61. the format of LINES.
  62. The maximum entry is of 1000 cookies. So far the original cookie.dat file 
  63. contains like 380 of them. This original file was borrowed from cookie_monster 
  64. program.
  65. Thanks to Martin-Eric for this idea.
  66. Version 2.6 is now controlling all the partition features with the new way 
  67. of doing Dcntl() instead of using Ssystem().
  68. If N_AES is detected, It will use an extra popup, (in the VFAT window, 
  69. click on the DRIVE letter, (the one between < and >). A popup will appear 
  70. for you to choose easily which drive you want to set.
  71. Same in the main window for SECURITY.
  72. User option also has been added. Giving you information about your logged 
  73. users. (a raw "who" command).
  74. Few routines changed, more efficient, and some button don't leak through 
  75. anymore. More GEM keyboard shortcuts, like CNTRL U, HELP key, Arrows and 
  76. SHIFT Arrows. 
  77. Now is fully installable on minix or fat.
  78. 2.8 will also dump the cookies WITH HEX values.
  79. 2.9 has read label in the Vfat window (or will display 
  80. FLOPPYDISK/HARDDRIVE) if the partition doesn't have a label.
  81. 3.0 just basically update the opcodes that newer MiNT kernal will support.
  82.  
  83.  
  84. Any lost data or damages created by MiNTsetter are on your own.
  85. It's a *freeware*, you take the risk.
  86.  
  87. Thanks.