[ilugd]: linux over micro$oft: case study request heeeelppp!!!!

2002-10-30 Thread Gaurav Prasad
hi buddies, i work as cousultant in very big MNC ..i was planning to replace nt by linux at desktop and linux terminal server as main server. i need to convince my CEO and VPs that this can be done...with huge cost saving and performance increase plzzz if you got any case study of l

Re: [ilugd]: linux over micro$oft: case study request heeeelppp!!!!

2002-10-30 Thread Narsingh Sahu
--- Gaurav Prasad <[EMAIL PROTECTED]> wrote: > > hi buddies, > i work as cousultant in very big MNC ..i was > planning to replace nt by linux at desktop and linux > terminal server as main server. > i need to convince my CEO and VPs that this can be > done...with huge cost saving

Re: [ilugd]: googlism

2002-10-30 Thread Suman Mukherji
hi Linuxians, Checked it out !! Great stuff !! Happy Browsing, Suman --- Gami <[EMAIL PROTECTED]> wrote: > hi guys, > > try out www.googlism.com with Linux as the keyword. > some damn amazing results ! > > and do look up M$ while ur at it. its too cool. > > < more interesting results ;) >> >

[ilugd]: Fwd: RE: Yahoo is moving to PHP ??

2002-10-30 Thread Mithun Bhattacharya
--- Jeff AA <[EMAIL PROTECTED]> wrote: > From: "Jeff AA" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: Yahoo is moving to PHP ?? > Date: Wed, 30 Oct 2002 10:03:19 - > > > -Original Message- > > From: Mithun Bhattacharya [mailto:inzoik@;yahoo.com] > > Sent: 30 October 2

[ilugd]: Accessing Sendmail through Java

2002-10-30 Thread Suman Mukherji
hello friends, my present project requires that I access sendmail of linux from java to sendmails.Does send mail support HTML mail formats. Does it come by default or I need to configure some things.(I cannot use JavaMail API).Can anyone suggest how I could go about it. Just give me some light to i

[ilugd]: FW: re knoppix

2002-10-30 Thread Kapoor, Nishikant X
> -Original Message- > From: [EMAIL PROTECTED] [mailto:s-and-a@;indiatimes.com] > >kindly inform how to acquire knoppix on cd in delhi > regards To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header.

Re: [ilugd]: Linux PC

2002-10-30 Thread Raju Mathur
> "Rajat" == Rajat Bhatia <[EMAIL PROTECTED]> writes: Rajat> This mailing list for technical help. Not for marketing of Rajat> products or how to know about specific vendors. Actually... You can ask questions about hardware and reliable vendors on the list, and people are welcome to

Re: [ilugd]: (fwd) Gimp: Erased sections of images print in some cases

2002-10-30 Thread LinuxLingam
interesting gimp bug/feature. wonder how this person erases, because i know that when it comes to pixels, you can do amazing things with the info in them. for instance, in photoshop, i can successfully full details from thoroughly blurred/fog-filled, low contrast images, and conversely, take fu

[ilugd]: (fwd) Re: Gimp: Erased sections of images print in some cases

2002-10-30 Thread Raju Mathur
[Since some people have shown interest... follow-up on the Gimp `bug' -- Raju] This is an RFC 1153 digest. (1 message) -- Message-Id: <20021030104226.9623AB811@baal> From: Robert Bihlmeyer <[EMAIL PROTECTED]> To: Clark Mills <[EM

Re: [ilugd]: Accessing Sendmail through Java

2002-10-30 Thread Kapil Sethi
Hi, > my present project requires that I access sendmail of linux from java to sendmails. Why does one require sendmail to send out mails from one's system using JAVAmail or any thing providing the same functionality. All that is required is a functional SMTP server, to send mail. > Does send

[ilugd]: Fwd: Re: Yahoo is moving to PHP ??

2002-10-30 Thread Mithun Bhattacharya
Note: forwarded message attached. __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ --- Begin Message --- Not long ago, Mithun Bhattacharya proclaimed... > No it is not being removed but this could have been a very big

[ilugd]: Fwd: Re: Yahoo is moving to PHP ??

2002-10-30 Thread Mithun Bhattacharya
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > Date: Wed, 30 Oct 2002 14:50:50 -0500 > From: Perrin Harkins <[EMAIL PROTECTED]> > To: Mithun Bhattacharya <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: Yahoo is moving to PHP ?? > > Mithun Bhattacharya wrote: > > >No it is not being

[ilugd]: Programming languages being used by Yahoo

2002-10-30 Thread Mithun Bhattacharya
online maps : python Yahoo Stores : Common LISP [http://www.paulgraham.com/paulgraham/avg.html] __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ To unsubscribe

Re: [ilugd]: Accessing Sendmail through Java

2002-10-30 Thread Naresh Narang
Hi there, Doesn't matter what kind of application you write and on what platform you run. All you need to do to send Email is to make it in the "proper" format for mail servers and connect to the host running mail server (could be localhost) on port 25 and you are done. Regards, Naresh ---