problem with images-1.20/root.bin

2002-11-17 Thread German Garcia
ize the strange format of disk with root.bin (18 sectors instead of 15) TIA... -- German Garcia | Debian GNU/Linux <[EMAIL PROTECTED]> | vi - c - c++ Buenos Aires, Argentina | Barrio de Tango -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to change screen-blanking time

2002-10-27 Thread German Garcia
c.boot/config): #!/bin/bash setterm -blank 4 this file will execute on each boot, when Debian enters multiuser mode. HTH -- German Garcia | Debian GNU/Linux <[EMAIL PROTECTED]> | vi - c - c++ Buenos Aires, Argentina | Barrio de Tango -- To UNSUBSCRIBE, email to [EMAIL PROTEC

Re: kernel need to be reconfigured for Zip drive ?

2002-10-16 Thread German Garcia
e) and use hdd4 to mount the drive (e.g. mount /dev/hdd4 /zip) HTH -- German Garcia | Debian GNU/Linux <[EMAIL PROTECTED]> | vi - c - c++ Buenos Aires, Argentina | Barrio de Tango -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to check a set of Woody CD's for integrity

2002-09-17 Thread German Garcia
ch cd. try this: mount /dev/cdrom md5sum -vc /cdrom/md5sum.txt -- German Garcia | Por favor, no apoye la matanza de palestinos, <[EMAIL PROTECTED]> | iraquies, judios, argentinos, ni cualquier Buenos Aires, Argentina | otro ser humano. -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: Problem with lpr

2002-08-31 Thread German Garcia
You can change the printer configuration to do a carriage return after a new line, or try something like this: cat file | awk '{printf("%s\r\n", $0);}' | lpr (sed or unix2dos should be faster, but this one works) German. On Thu, Aug 22, 2002 at 07:32:55PM -0400, Baris Y. wrote: > hi, > > /et