[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ta....[Sheflug] USB or lsd?



Thanks to those who replied, the new init script is working as it
should. I've never experienced a problem with ReiserFS, so I hope that's
not the cause of my woes. Wine is a permenant work in progress, so who
knows?

Craig's comments about KDE3 stability are noted, my main concern is the
time taken to actually load the desktop & get working. I think my humble
K6-2 500MHz system is reaching the end of the road. There's no doubt in
my mind that Mandrake is today's "get up and running with the minimum
sweat & knowledge" disto but it does ask a lot of the hardware.

Now, where's the credit card gone.....?

Paul.

___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

  GNU the choice of a complete generation.

#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
 
while (<>){
        $_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
        print unless /^Delivered-To:/i ;
}