Re: Ripping OGG files (was Re: can't mount cdrom)

2002-12-11 Thread Jason Stephenson
There's a couple of Jethro Tull albums like that, too. In fact if you get the CD versions of Thick As A Brick and A Passion Play, they're just two tracks long. One track for each side of the original album. I think if they had CDs in the early '70s when these albums were originally recorded,

Re: Ripping OGG files (was Re: can't mount cdrom)

2002-12-11 Thread Jason Stephenson
Yeah, but I don't know of any ripping software that does that. If anybody finds such a beast, please be kind enough to tell the rest of us. The software that I use rips each track off the CD into it's own file and there is no option to rip it all into one file. I imagine you could dd the CD to

Ripping a CD to a single file (was Re: Ripping OGG files (was ...))

2002-12-11 Thread Matthew J. Brodeur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 11 Dec 2002, Jason Stephenson wrote: Yeah, but I don't know of any ripping software that does that. [Rips a CD to a single file] If anybody finds such a beast, please be kind enough to tell the rest of us. I posted this suggestion a

Re: Ripping OGG files (was Re: can't mount cdrom)

2002-12-11 Thread bscott
On Wed, 11 Dec 2002, at 9:03am, [EMAIL PROTECTED] wrote: This discussion is ludicrous, even by GNHLUG standards. :-) If someone wants their audio in one big file, who cares? Yeah, but I don't know of any ripping software that does that. If anybody finds such a beast, please be kind enough

scp to directory w/o execute permissions

2002-12-11 Thread Charles Farinella
I'm trying to scp files to a directory that won't allow a user to execute anything. If I remove execute permissions from the directory I can't upload any files. Does anyone know a way I can do this? --charlie --

Re: shift() in C std lib

2002-12-11 Thread Steven W. Orr
On Wed, 11 Dec 2002, Price, Erik wrote: =I'm wondering if there's a shift() function (similar to the one in Perl/ =PHP/etc) in the C standard library? (I have access to the C std lib =that comes with Gentoo linux, if that matters any.) = =That would accept an array pointer and a char as an

Re: scp to directory w/o execute permissions

2002-12-11 Thread Charles Farinella
On Wed, 11 Dec 2002, Derek Martin wrote: On Wed, Dec 11, 2002 at 03:47:40PM -0500, Charles Farinella wrote: I'm trying to scp files to a directory that won't allow a user to execute anything. If I remove execute permissions from the directory I can't upload any files. Does anyone know

RE: shift() in C std lib

2002-12-11 Thread Price, Erik
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 2:00 PM To: Greater NH Linux User Group Subject: Re: shift() in C std lib On Wed, 11 Dec 2002, at 1:33pm, [EMAIL PROTECTED] wrote: Is there a utility other than grep for

RE: scp to directory w/o execute permissions

2002-12-11 Thread Travis Roy
Sorry Charlie. =8^) (Remember those old StarKist ads?) I should have known. And yes I remember those ads very well, thanks. :-) I don't, you guys must be old ;) ___ gnhlug-discuss mailing list [EMAIL PROTECTED]

Re: Photo printers?

2002-12-11 Thread pll
Okay, I seem to have narrowed my search for a printer down to 2: hp photosmart 7150 EPSON Stylus Photo 1280 - C393011 Now, the problem I'm having is making a decision. This should probably be a no brainer, but, I'm a *very* skeptical shopper, and paranoid! The HP is cheap,

RE: Photo printers?

2002-12-11 Thread Price, Erik
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 4:53 PM To: [EMAIL PROTECTED] Subject: Re: Photo printers? Any opionions? Well, the context is somewhat different, but my family vowed not to purchase any more Epson

Boston Linux Meeting Wednesday, December 18, 2002

2002-12-11 Thread Jerry Feldman
When: Wednesday, December 18, 2002 7:00 PM (6:30 for general QA) Topic: VMWare and IBM on VMWare ESX Presented by Sean Shea, - sshea at expertserver dot com Location: MIT Building 4-370 VMware ESX Server is virtual machine software for consolidating and partitioning systems in high-performance

Linux for IBM eServer (or, finally, a cool use of Flash :)

2002-12-11 Thread pll
http://www-1.ibm.com/servers/eserver/linux/fun/index.html?c=eservern=linuxfun_callout_servershomet=advertise# -- Seeya, Paul -- Key fingerprint = 1660 FECC 5D21 D286 F853 E808 BB07 9239 53F1 28EE It may look like I'm just sitting here doing nothing, but I'm really actively

Re: Photo printers?

2002-12-11 Thread bscott
On 11 Dec 2002, at 5:22pm, [EMAIL PROTECTED] wrote: How many times have you changed printer cartridges? I use my inkjet at home so infrequently, I have to buy a new ink cartridge every time I use it, because the old one has dried out by then. ;-) IMO, all inkjet printers are, at best,

pipe/redirect dumb question

2002-12-11 Thread Price, Erik
Is there a difference between piping something into another utility and using the redirection operator to send data to it? Erik ___ gnhlug-discuss mailing list [EMAIL PROTECTED] http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Re: Photo printers?

2002-12-11 Thread Tom Buskey
[EMAIL PROTECTED] said: Okay, I seem to have narrowed my search for a printer down to 2: hp photosmart 7150 EPSON Stylus Photo 1280 - C393011 I have an Epson Stylus 740 that I use infrequently. *every* time I turn it on it takes 5 minutes to warm up then 15-30 minutes running

Re: pipe/redirect dumb question

2002-12-11 Thread Bill Mullen
On Wed, 11 Dec 2002, Price, Erik wrote: Is there a difference between piping something into another utility and using the redirection operator to send data to it? As I understand it, piping (|) redirects the standard output of one app into the standard input of another app; the operator is

Re: pipe/redirect dumb question

2002-12-11 Thread jim . mcginness
Is there a difference between piping something into another utility and using the redirection operator to send data to it? An ordinary redirection opens a file descriptor with regular file semantics. Some shells implement process redirection which is similar to a pipe. The main difference

Re: pipe/redirect dumb question

2002-12-11 Thread Erik Price
On Wednesday, December 11, 2002, at 07:00 PM, [EMAIL PROTECTED] wrote: An ordinary redirection opens a file descriptor with regular file semantics. Some shells implement process redirection which is similar to a pipe. The main difference between pipe file descriptors and file file

Re: pipe/redirect dumb question

2002-12-11 Thread Bob Bell
On Wed, Dec 11, 2002 at 10:41:52PM -0500, Erik Price [EMAIL PROTECTED] wrote: Does the code that tells the reader or writer to block have to be written into the application, or is that somehow built into the shell? If it needs to be built into the application, well then say for instance

Re: pipe/redirect dumb question

2002-12-11 Thread jim . mcginness
Erik Price wrote: Does the code that tells the reader or writer to block have to be written into the application, or is that somehow built into the shell? It's probably best to think of this behavior as built in, provided by the OS. The shell just provides a convenient and easy-to-use