Microsoft Denies It Built Backdoor Into Windows 7 450
How Vulnerable Is Our Power Grid? 359
Best Tool For Remembering Passwords? 1007
Low-Power Home Linux Server? 697
New Motorcycle World Speed Record, 367.382 mph 253
New Phoenix BIOS Starts Windows 7 Boot In 1 Second 437
COBOL Celebrates 50 Years 277
Comment Re:Much as I like Slackware... (Score 1) 252
As to more important things to do than spend the 5 minutes it takes to build an initrd in Slack (which is not necessary 95% of the time), I guess that reading explicit readmes and actually experiment with the stuff in order to provide knowledgeable advice is not one of them...
Comment Re:Much as I like Slackware... (Score 2, Interesting) 252
And if you find the Slackware way (which, IMO is the most generic approach) cumbersome, pray explain how to boot an nVidia MediaShield fakeRAID RAID5 partition without an initrd for instance, as I would be very interested to hear it. I recently had to do the latter, and I found that using initrd with good old Slack was a breeze, since Slackware leaves everything you need at your fingertips, along with a *detailed* README of how to do it. Didn't even have to google to figure out how to craft an initrd.
Slackware 13.0 Released 252
Fable III Announced For 2010 52
RadioShack To Rebrand As "The Shack"? 629
Google CEO Schmidt Leaves Apple Board 128
Comment Re:Short Version (Score 1) 241
After a certain delay, you, as root, can remove it for good
That's the problem I have with userland based solutions. They require precognition-like ability so that you setup the scripts/cron jobs that will save your life in advance.
Unfortunately, when you go around a large number of systems, or, as I mentionned above, use an application UI rather than the commandline for file manipulation, this kind of "I'll do some additional work against the very rare case where I really might need to undelete a file" doesn't really cut it (did I mention I was also lazy?)
What I am saying is, a crude undelete is so simple to implement at the FS level, it should be a part of any modern filesystem, so that lazy bums like myself can get it at the flick of a switch when creating a new FS (mkfs --allow-undelete
But don't worry: I never blame anybody but myself when I inadvertently delete something (which hasn't happened that often, fortunately). I'm just annoyed that, as far as the end user is concerned, some of the native capabilities of filesystems seem to have regressed in the past 20 years. 20 years ago, I could easily undelete a file on my favorite O/S. Today I cannot...