PDA

View Full Version : Question 2


Dr_s99
03-02-05, 04:55 PM
Hello,
I was wondering if there is any script or any way i could make KNOPPIX to install as soon as it loads... :P ( well and it auto configure the swap ...and other stuff?)


and well i was wondering if there is any system Diagnostic test for linux
I mean from motherboard... memory.... HD.... CPU... etc...

chunkey
03-03-05, 12:24 PM
I was wondering if there is any script or any way i could make KNOPPIX to install as soon as it loads... :P ( well and it auto configure the swap ...and other stuff?)


Well, you can put an little script in something like "/home/knoppix/.kde/autostart":

#!/bin/sh
sudo knoppix-installer


please also look here:

knoppix-installer wiki (http://www.knoppix.net/wiki/Knoppix_Installer)
knoppix's forum (http://www.knoppix.net/forum/)


and well i was wondering if there is any system Diagnostic test for linux
I mean from motherboard... memory.... HD.... CPU... etc...


CPU: burnP5 / burnK7 (from cpuburn) is something like this...
Memory: look for memtest86+... (burnMMX)
HDD: if you mean something like "scandisk" ... "fsck"
Gpraphic Card: Games :D (bzFlag, tuxracer, doom3-demo, ut2004-demo)

Dr_s99
03-06-05, 04:37 PM
thnx