Re: replacement for netscrape mail

2002-12-23 Thread Kevin D. Clark
Rob Lembree <[EMAIL PROTECTED]> writes: > mail and web are fundamentally different applications. Why any > self-respecting Unix coder would cram them into one monolithic app > is beyond me. I don't think that I'd ever go back to such a beast. The Law of Software Envelopment: ``Every progra

Re: IMAP (was: replacement for netscrape mail)

2002-12-23 Thread Kevin D. Clark
Rodent of Unusual Size <[EMAIL PROTECTED]> writes: > seriously: i do a *tonne* of my mail offline; i need to have > it local to my mua. Emacs + Gnus supports a lot of what you're asking for -- support for IMAP+POP, HTML (w3-mode -- but not as nice as a full-featured browser), and the ability to

Re: dd syntax question (was: ISO Ripping)

2002-12-23 Thread Erik Price
mike ledoux wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, Dec 23, 2002 at 11:55:35AM -0500, Erik Price wrote: > >>Why does dd use options named "if" and "of"? I just paged through the >>man page but can't seem to find an explanation. Especially since you >>would think "of

dd syntax question (was: ISO Ripping)

2002-12-23 Thread Erik Price
Kenneth E. Lussier wrote: *I* can use dd. [...] On Mon, 2002-12-23 at 11:21, Jason Stephenson wrote: If you just want to rip an ISO image from a CD-ROM, then I wouldn't bother with a gui. Just do this: $ dd if=/dev/cdrom of=/path/to/image.iso bs=8k Random, unimportant question: Why do

Re: ISO Ripping

2002-12-23 Thread Travis Roy
> *I* can use dd. Or mkisofs, or any other command line. However, this is > for people that are Windows users. A lot of my users rip IOS images off > of CD's and put them out on an FTP site. I'm trying to make it easier > for them by setting up a system where thay can put in a CD, rip the ISO, > an

Re: software raided linux box keeps hanging

2002-12-23 Thread Keyser Soze
On Sat, 21 Dec 2002 [EMAIL PROTECTED] wrote: > On Sat, 21 Dec 2002, at 12:55pm, [EMAIL PROTECTED] wrote: > > > > My raid setup used to work fine, but just recently the system started > > > > hanging. > > > > > > What did you change? :-) > > > > Software-wise? ... nothing Hardware-wise?

Re: ISO Ripping

2002-12-23 Thread Kenneth E. Lussier
*I* can use dd. Or mkisofs, or any other command line. However, this is for people that are Windows users. A lot of my users rip IOS images off of CD's and put them out on an FTP site. I'm trying to make it easier for them by setting up a system where thay can put in a CD, rip the ISO, and copy it

Re: replacement for netscrape mail

2002-12-23 Thread Tom Buskey
Erik Price said: >So, what I'm wondering is, what's the best way to make a backup of mail >from Mozilla? I don't seen an "export" in the menus... nor in the Help >menu. (On Win2k.) > backup the directory the mail is stored in. On Win2k I think it's somewhere under Documents & Settings -> .

Re: ISO Ripping

2002-12-23 Thread Jason Stephenson
If you just want to rip an ISO image from a CD-ROM, then I wouldn't bother with a gui. Just do this: $ dd if=/dev/cdrom of=/path/to/image.iso bs=8k That'll rip the whole disc for you. You can make the bs option larger if you like, but 8k seems to give the best overall performance for me on a v

Re: Apache mod_perl Problem ? Help!

2002-12-23 Thread Jason Stephenson
Dan Coutu wrote: Ben Boulanger wrote: > Secondly, make sure this CGI is in the appropriate spot on the webserver (/cgi-bin/) - there's a binary (suexec, I believe) that can whack cgi's > in other places - if anyone knows why this is, I'd love to hear it. suexec is used to run cgi apps and

Re: replacement for netscrape mail

2002-12-23 Thread Erik Price
So, what I'm wondering is, what's the best way to make a backup of mail from Mozilla? I don't seen an "export" in the menus... nor in the Help menu. (On Win2k.) Erik ___ gnhlug-discuss mailing list [EMAIL PROTECTED] http://mail.gnhlug.org/mailman/

Re: Apache mod_perl Problem ? Help!

2002-12-23 Thread Dan Coutu
Ben Boulanger wrote: > On Mon, 2002-12-23 at 09:18, Vince McHugh wrote: > >> How do we re-compile the www.necs.biz apache to include mod_perl >> > > You don't really need mod_perl - it's just an accelerator. Check the first > line of the CGI to ensure that it reads something like: > #!/us

ISO Ripping

2002-12-23 Thread Kenneth E. Lussier
Hi All, What GUI's are people using to rip/create ISO images? I'm looking for a front-end to cdrecord/mkisofs that is friendly and easy to use for people who are used to using ez-cd creator and Nero Burning rom. Any ideas? TIA, Kenny -- --

Re: Apache mod_perl Problem ? Help!

2002-12-23 Thread bscott
On Mon, 23 Dec 2002, at 6:18am, [EMAIL PROTECTED] wrote: > Problem: There are two contact forms on the web site. > THAT ARE NOT WORKING! And his Shift key is stuck, too. ;-) Seriously, the first thing to do when you encounter an error (ever) is to check the logs to see what is going on. Lin

Re: Apache mod_perl Problem ? Help!

2002-12-23 Thread Ben Boulanger
On Mon, 2002-12-23 at 09:18, Vince McHugh wrote: > How do we re-compile the www.necs.biz apache to > include mod_perl You don't really need mod_perl - it's just an accelerator. Check the first line of the CGI to ensure that it reads something like: #!/usr/bin/perl where /usr/bin/per

Re: Apache mod_perl Problem ? Help!

2002-12-23 Thread Vince McHugh
Hi All, The guy at my office that is responsanble for our company web servers asked a question that I am not sure of. I was hoping someone in this group might be able to give an answer that I could pass on to him. Here goes... Problem: There are two contact forms on the web site. THAT ARE NO