Re: Yet another anti spam scheme - this time, one that raised $3M from Benchmark Capital

2005-07-12 Thread Aviv Goll
I'm felt really dumb while reading this letter. Can someone translate it to english for me please? :) Thanks - Aviv Danny Lieberman wrote: Guys Additional evidence that the key factor in raising seed capital is to be a serial entrepeneur with an exit. See - www.bluesecurity.com Purports

Re: irq collisions

2005-06-26 Thread Aviv Goll
Yosef Meller wrote: Muli Ben-Yehuda wrote: On Sat, Jun 25, 2005 at 06:34:16PM +0300, Yosef Meller wrote: I remmember that with (really) old hardware you needed to set the IRQ using a jumper on a card, thus allowing to allocate the same IRQ to two cards who can't handle it. That was b

Re: irq collisions

2005-06-23 Thread Aviv Goll
Muli Ben-Yehuda wrote: On Wed, Jun 22, 2005 at 08:43:12PM +0300, Aviv Goll wrote: Hi, On windows I had the option to check if a device was experiencing an IRQ collision at the device manager. How do I do that in linux? I don't think the concept exists in Linux. What exactly

irq collisions

2005-06-22 Thread Aviv Goll
Hi, On windows I had the option to check if a device was experiencing an IRQ collision at the device manager. How do I do that in linux? Thanks Aviv = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in

burning mp3 as data

2005-06-07 Thread Aviv Goll
Hi, I have a CD player which can read mp3 files. A CD I made with windows works fine but when I tried burning with k3b on Ubuntu, The CD player refused to recognized the CD (errored "no cd") and an attempt to read from the CD on a Windows machine resulted in some weird file names but the data

Re: automatic renicing

2005-06-06 Thread Aviv Goll
That runs ripperX with a different nice, I want "lame" to run with a different nice. ripperX calls lame. do I need to change the ripperX code? Boris Gorelik wrote: Sorry, this is the correct answer nice -n20 `which ripperX` On Monday 06 June 2005 07:29, Boris Gorelik wrote: nice -20 `whic

automatic renicing

2005-06-05 Thread Aviv Goll
Hi, How do I make a program to run reniced whenever it runs? for example, I'm using ripperX to rip my cds and it uses lame. I want lame to run reniced. how do I do that. Thanks Aviv = To unsubscribe, send mail to [EMAIL PROTECT

Re: no printer icon on KDE desktop

2005-05-06 Thread Aviv Goll
shlomo Solomon wrote: Hi, This is probably trivial, but after GOOGLEing for half an hour, I've given up. I wanted to show a friend (a Windows user) how easy using KDE is. Among other things, I wanted to show him **drag-and-drop** printing. But then I discovered that I don't have a printer icon

Re: c++ sigmentation fault happens only in linux

2005-01-24 Thread Aviv Goll
On Mon, 24 Jan 2005 05:16:23 +0200, Micha Feigin <[EMAIL PROTECTED]> wrote: > At Mon, 24 Jan 2005 02:45:52 +0200, > Aviv Goll wrote: > > > > hi, > > I'm currently writing an assignment in c++ using g++. > > according to some printouts, during the f

c++ sigmentation fault happens only in linux

2005-01-23 Thread Aviv Goll
hi, I'm currently writing an assignment in c++ using g++. according to some printouts, during the following lines: stringstream Fstr; fstr<<"blah blah"; the seconed line creates a sigmentation fault. other lines in the project doesn't create such a sig. fault and even more weird is that I uplo