Re: Linux help system (Was: -=> Re: I hate it when that happens...)

2004-08-17 Thread listcomm
>>I recently engaged with "exim", and if it weren't for the fact that >>I found an obscure reference buried in the back yard in the dead of >>night, to the fact that there is an "exim-docs" package which needed >>to be loaded *in addition* to the exim docs which turn up in the >>"/usr/share/docs" d

Re: I hate it when that happens...

2004-08-15 Thread Will Trillich
On Sun, Aug 08 at 09:23AM -0700, [EMAIL PROTECTED] wrote: > > > Unless you have something like "snapshot" running, you > > > will invariably lose whatever it is that you've just been > > > working on, backups or not. > > > > So go use Solaris. > > Solaris is not optimized for the X86 architecture

Re: Linux help system (Was: -=> Re: I hate it when that happens...)

2004-08-15 Thread Will Trillich
On Fri, Aug 13 at 05:05AM +0800, John Summerfield wrote: > Documentation is a much-ignored standard. > > Some is in man format: > man man > THe GNU project likes info > info info > Some projects prefer HTML: > links /usr/share/doc/postgresql-doc/html/index.html > Others think postscript is cool

Re: I hate it when that happens...

2004-08-15 Thread Will Trillich
On Sat, Aug 07 at 12:07PM +0200, John L Fjellstad wrote: > Paul Gear <[EMAIL PROTECTED]> writes: > > > And *always* use 'set -u' in shell scripts. :-) > > What does that do? I looked in bash manual, and couldn't find > anything... (always ready to learn something new:-) ) man bash it's in "sh

Re: Linux help system (Was: -=> Re: I hate it when that happens...)

2004-08-12 Thread John Summerfield
[EMAIL PROTECTED] wrote: It's built in in - at least in bash ;) Not only that, but (correct me if I'm wrong - that's why I'm posting this) it appears that the docs for some things are split into docs that appear in HTML in /usr/share/docs, and docs that appear via the "help" command (the data

Re: Linux help system (Was: -=> Re: I hate it when that happens...)

2004-08-12 Thread Dragan Cvetkovic
[EMAIL PROTECTED] writes: > If the "help" command is only available in "bash", I'll have to > do some negotiating... I'm a csh/tcsh nazi and hate anything that > looks like the original Bourne shell on general principles (or no > principles at all, FTM) > > Please correct me if I'm wrong about an

Re: Linux help system (Was: -=> Re: I hate it when that happens...)

2004-08-12 Thread Stefan Nicolai O'Rear
On Thu, Aug 12, 2004 at 11:04:07AM -0700, [EMAIL PROTECTED] wrote: > > > It's built in in - at least in bash ;) > > Not only that, but (correct me if I'm wrong - that's why I'm > posting this) it appears that the docs for some things are > split into docs that appear in HTML in /usr/share/docs, a

Re: Linux help system (Was: -=> Re: I hate it when that happens...)

2004-08-12 Thread Thomas Adam
On Thu, Aug 12, 2004 at 11:04:07AM -0700, [EMAIL PROTECTED] wrote: > > > It's built in in - at least in bash ;) > > Not only that, but (correct me if I'm wrong - that's why I'm > posting this) it appears that the docs for some things are > split into docs that appear in HTML in /usr/share/docs, a

Linux help system (Was: -=> Re: I hate it when that happens...)

2004-08-12 Thread listcomm
> It's built in in - at least in bash ;) Not only that, but (correct me if I'm wrong - that's why I'm posting this) it appears that the docs for some things are split into docs that appear in HTML in /usr/share/docs, and docs that appear via the "help" command (the data for which is stored somewh

Re: I hate it when that happens...

2004-08-11 Thread Joris Huizer
John L Fjellstad wrote: John Summerfield <[EMAIL PROTECTED]> writes: help set Interesting. I've used linux for almost ten years now, and never actually realized that there is a help command... Actually tried man set earlier (before man bash)... Always learning something new... It's built in in

Re: I hate it when that happens...

2004-08-11 Thread John L Fjellstad
John Summerfield <[EMAIL PROTECTED]> writes: > help set Interesting. I've used linux for almost ten years now, and never actually realized that there is a help command... Actually tried man set earlier (before man bash)... Always learning something new... -- John L. Fjellstad web: http://www

Re: I hate it when that happens...

2004-08-08 Thread Paul Gear
John L Fjellstad wrote: > Paul Gear <[EMAIL PROTECTED]> writes: > > >>And *always* use 'set -u' in shell scripts. :-) > > > What does that do? I looked in bash manual, and couldn't find > anything... (always ready to learn something new:-) ) It treats an unset variable as an error. Very han

Re: I hate it when that happens...

2004-08-08 Thread listcomm
> > Unless you have something like "snapshot" running, you will invariably > > lose whatever it is that you've just been working on, backups or not. > > So go use Solaris. Solaris is not optimized for the X86 architecture; also, it is a disk hog. Additionally, as I mentioned, the "snapshot" feat

Re: I hate it when that happens...

2004-08-08 Thread John Summerfield
John L Fjellstad wrote: Paul Gear <[EMAIL PROTECTED]> writes: And *always* use 'set -u' in shell scripts. :-) What does that do? I looked in bash manual, and couldn't find anything... (always ready to learn something new:-) ) help set -- Cheers John -- spambait [EMAIL PROTECTED] [EMAI

Re: I hate it when that happens...

2004-08-08 Thread John L Fjellstad
Paul Gear <[EMAIL PROTECTED]> writes: > And *always* use 'set -u' in shell scripts. :-) What does that do? I looked in bash manual, and couldn't find anything... (always ready to learn something new:-) ) -- John L. Fjellstad web: http://www.fjellstad.org/ Quis custodiet ipsos custode

Re: I hate it when that happens...

2004-08-07 Thread William Ballard
On Sat, Aug 07, 2004 at 11:33:21PM -0700, [EMAIL PROTECTED] wrote: > Unless you have something like "snapshot" running, you will invariably > lose whatever it is that you've just been working on, backups or not. So go use Solaris. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: I hate it when that happens...

2004-08-07 Thread listcomm
> Well, I don't want to trade manly quips with you all night, but my point > was something like "don't mess up, and have backups." Unless you have something like "snapshot" running, you will invariably lose whatever it is that you've just been working on, backups or not. Additionally, it doesn't

Re: I hate it when that happens...

2004-08-07 Thread William Ballard
On Sat, Aug 07, 2004 at 11:03:45PM -0700, [EMAIL PROTECTED] wrote: > > Nah, screw all that noise. Half the fun of executing 'rm' is the fact > > that you know you have a loaded revolver on your temple. Keeps you on > > your toes, which I think makes me a smarter user. Do I have backups? > >

Re: I hate it when that happens...

2004-08-07 Thread listcomm
> And then you sit down at another machine, blindly type in rm thinking > it will babysit your stuff into the trashcan, and it doesn't. Oops. > > Bandaids are temporary, substandard replacements for real skin. No way. I have NEVER done that. I live in terror of the "rm" command and am merely

Re: I hate it when that happens...

2004-08-07 Thread s. keeling
Incoming from [EMAIL PROTECTED]: > You should have a "soft remove"... "rm -rf *" is a joke so old > I can't believe anyone still gets bitten by it. > > the "rm" command should be aliased to a script which moves the > target file to a "trashcan" directory somewhere which then gets And then you si

Re: I hate it when that happens...

2004-08-07 Thread listcomm
> Nah, screw all that noise. Half the fun of executing 'rm' is the fact > that you know you have a loaded revolver on your temple. Keeps you on > your toes, which I think makes me a smarter user. Do I have backups? > Is this crisp? Am I thinking clearly? But, half the fun of committing sui

Re: I hate it when that happens...

2004-08-07 Thread William Ballard
On Sat, Aug 07, 2004 at 10:48:20PM -0700, [EMAIL PROTECTED] wrote: > You should have a "soft remove"... "rm -rf *" is a joke so old > I can't believe anyone still gets bitten by it. > > the "rm" command should be aliased to a script which moves the > target file to a "trashcan" directory somewher

Re: I hate it when that happens...

2004-08-07 Thread listcomm
You should have a "soft remove"... "rm -rf *" is a joke so old I can't believe anyone still gets bitten by it. the "rm" command should be aliased to a script which moves the target file to a "trashcan" directory somewhere which then gets checked by a "cron" job which does a permanent remove of an

Re: I hate it when that happens...

2004-08-06 Thread Paul Gear
John L Fjellstad wrote: > ... > I wrote a script to delete my old email from ~/Mail directory, basically > this: find $FOLDERS -type f -mtime $AGE -print0 | xargs -0r rm > > Unfortunately, I forgot to add $FOLDERS variable, so it picked ~/, and > deleted a bunch of old scripts and documents I hadn

Re: I hate it when that happens...

2004-08-06 Thread John L Fjellstad
Juha Siltala <[EMAIL PROTECTED]> writes: > One day, a couple of years ago, I had a couple of harmless xterms open on > my pretty desktop. I was about to clean up my ~/shit (or something, just a > temporary directory), but issued 'rm -rf *' in the wrong xterm. Hey, the > contents of my home dire

Re: I hate it when that happens...

2004-08-03 Thread Silvan
On Tuesday 03 August 2004 11:31 am, Juha Siltala wrote: > On 2004-08-03, Silvan <[EMAIL PROTECTED]> wrote: > > I don't really care. I'm not getting graded on how good my HTML looks. > > That's right! Screw them markup police! :) Exactly. > I have rescued some text from an OO.o file, but the docu

Re: I hate it when that happens...

2004-08-03 Thread Juha Siltala
On 2004-08-03, Silvan <[EMAIL PROTECTED]> wrote: > I don't really care. I'm not getting graded on how good my HTML looks. That's right! Screw them markup police! :) [On OpenOffice.org file format] > It's a far cry from human-readable though. Ever looked at one? I have rescued some text from

Re: I hate it when that happens...

2004-08-03 Thread Nate Bargmann
* Silvan <[EMAIL PROTECTED]> [2004 Aug 03 05:59 -0500]: > On Monday 02 August 2004 10:32 pm, Zaq Rizer wrote: > > Silvan wrote: > > > >Anyone know where I can buy a bigger hard disk for my brain? This one is > > >getting bad sectors, I think. > > > > I got one: > > How about running Debian for TW

Re: I hate it when that happens...

2004-08-03 Thread Silvan
> > I wasted an entire tree today I think. > > It's been my experience that unless the printer can do double-sided > printing all by itself, fewer trees have to die if I _don't_ try to > print double-sided. LOL! You said it! :) I think my next printer will have one of those paper flipper flumm

Re: I hate it when that happens...

2004-08-03 Thread Silvan
On Monday 02 August 2004 01:39 am, Juha Siltala wrote: > "Crap HTML" you say -- is the HTML OO.o produces as bad as the Word > generated code? I guess you can tidy it afterwards anyway if need be. It has a lot of superfluous crap. Hand-written code is much cleaner, and does the same job. Howev

Re: I hate it when that happens...

2004-08-03 Thread Silvan
On Sunday 01 August 2004 09:44 pm, William Ballard wrote: > I found a whole new way to screw up today, but I bet it's in some list > somewhere: > > Instead of: > > pipe-command args | /pipe/to/command > pipe-command args > /pipe/to/command > > I did it on Win32, so the dir was writable. Boom. In

Re: I hate it when that happens...

2004-08-02 Thread Silvan
On Monday 02 August 2004 10:32 pm, Zaq Rizer wrote: > Silvan wrote: > >Anyone know where I can buy a bigger hard disk for my brain? This one is > >getting bad sectors, I think. > > I got one: > How about running Debian for TWO YEARS without knowing about apt-get clean? > Yep...that's me. :( > I f

Re: I hate it when that happens...

2004-08-02 Thread Zaq Rizer
Silvan wrote: I've been trying to figure out why, why, why my /var partition was filling up. Not logs, not the package cache, not this, not that, not the other. Then it hit me. I've been downloading random things to look at to /tmp for months since the last reboot. Source for Open Office, kde

Re: I hate it when that happens...

2004-08-02 Thread Karl Hasselström
On 2004-08-01 20:17:11 -0400, Silvan wrote: > I had had my caffeine too. No excuses. It got better. I printed the > document a second time, then I punched holes in all 50 sheets (OK, > it was only a 100-page document...) and bound it (I own a comb > binder for this very reason) and then I started

Re: I hate it when that happens...

2004-08-01 Thread Juha Siltala
On 2004-08-02, Silvan <[EMAIL PROTECTED]> wrote: > BTW, I'm not doing LyX, but I've taken the point you used to make about how > much you hate word processors. I'm using OO, and writing HTML (crap HTML, > but let's just not go there) and letting the styles do their job. I never "Crap HTML" y

Re: I hate it when that happens...

2004-08-01 Thread William Ballard
> On Sunday 01 August 2004 05:35 pm, Juha Siltala wrote: > > > One day, a couple of years ago, I had a couple of harmless xterms open on > > my pretty desktop. I was about to clean up my ~/shit (or something, just a > > temporary directory), but issued 'rm -rf *' in the wrong xterm. Hey, the > > c

Re: I hate it when that happens...

2004-08-01 Thread John Summerfield
Silvan wrote: On Sunday 01 August 2004 12:56 pm, Silvan wrote: Another stupid luser trick. Don't do a package install that restarts CUPS while you're in the middle of printing a 200-page double-sided document, and you're halfway through the second side. Yerk. I can't believe I did that. Act

Re: I hate it when that happens...

2004-08-01 Thread Silvan
On Sunday 01 August 2004 05:35 pm, Juha Siltala wrote: > One day, a couple of years ago, I had a couple of harmless xterms open on > my pretty desktop. I was about to clean up my ~/shit (or something, just a > temporary directory), but issued 'rm -rf *' in the wrong xterm. Hey, the > contents of m

Re: I hate it when that happens...

2004-08-01 Thread Juha Siltala
On 2004-08-01, Silvan <[EMAIL PROTECTED]> wrote: > On Sunday 01 August 2004 12:56 pm, Silvan wrote: > > Another stupid luser trick. Don't do a package install that restarts CUPS > while you're in the middle of printing a 200-page double-sided document, and > you're halfway through the second sid

Re: I hate it when that happens...

2004-08-01 Thread Cybe R. Wizard
On Sun, 1 Aug 2004 12:56:08 -0400 Silvan <[EMAIL PROTECTED]> wrote: > Anyone know where I can buy a bigger hard disk for my brain? This one > is getting bad sectors, I think. You /could/ try US Robotics and Mechanical Men, Attn Dr. Susan Calvin Cybe R. Wizard -- Unofficial "Wizard of Odds," A.

Re: I hate it when that happens...

2004-08-01 Thread Silvan
On Sunday 01 August 2004 12:56 pm, Silvan wrote: Another stupid luser trick. Don't do a package install that restarts CUPS while you're in the middle of printing a 200-page double-sided document, and you're halfway through the second side. Yerk. I can't believe I did that. -- Michael McInty

I hate it when that happens...

2004-08-01 Thread Silvan
I've been trying to figure out why, why, why my /var partition was filling up. Not logs, not the package cache, not this, not that, not the other. Then it hit me. I've been downloading random things to look at to /tmp for months since the last reboot. Source for Open Office, kdelibs, kdebase,