Re: [ilugd]: GUI question

2002-07-23 Thread Narsingh Sahu
--- Gaurav Gupta [EMAIL PROTECTED] wrote: i am thinking of making a GUI for my mail client. i would be using C++ . which one is better : qt or gtk considering i have to learn both from a scratch. i have already coded my mail client in C++. also could u recommened a good book for the same.

Re: [ilugd]: GUI question

2002-07-23 Thread Pradyumna Sampath
--- Narsingh Sahu [EMAIL PROTECTED] wrote: --- Gaurav Gupta [EMAIL PROTECTED] wrote: i am thinking of making a GUI for my mail client. i would be using C++ . which one is better : qt or gtk considering i have to learn both from a scratch. i have already coded my mail client in C++.

Re: [ilugd]: GUI question

2002-07-23 Thread Anindya Kumar Biswas
Ya another thing use qt for trolling and you use qt. use gtk if you like to. and ya gtk is a completely born free. qt is not. Gollum On Tuesday 23 July 2002 07:02 am, you wrote: --- Gaurav Gupta [EMAIL PROTECTED] wrote: i am thinking of making a GUI for my mail client. i would be using

[ilugd]: ftp and telnet to 50 machines.

2002-07-23 Thread Amol Rao
People, I have a situation. I have a script file that needs to uploaded and executed on many unix machines. The location on each Unix is fixed. How do I do it ? Is it possible to write ftp and telnet sequence in upload script ? How ? Cheers, Amol.

Re: [ilugd]: ftp and telnet to 50 machines.

2002-07-23 Thread M.K.Pai
Dear Amol, I have a script file that needs to uploaded and executed on many unix machines. The location on each Unix is fixed. How do I do it ? Is it possible to write ftp and telnet sequence in upload script ? How ? You need not write telnet/ftp scripts for each server. This problem

Re: [ilugd]: GUI question

2002-07-23 Thread M.K.Pai
Hi there Gaurav, i am thinking of making a GUI for my mail client. i would be using C++ . which one is better : qt or gtk considering i have to learn both from a scratch. i have already coded my mail client in C++. Two ways you can think about it - as a student or as a opensource activist.

RE: [ilugd]: ISO image CD not bootable

2002-07-23 Thread vivek
well Mr D.Venkatasubramanian, Noida aka Venky was it really necessary to send the windows version of the really sought after utility to everyone subscribed to this list? vivek On Tue, 2002-07-23 at 13:46, D.Venkatasubramanian, Noida wrote: Hi, Seems, this is a really sought after utility,

RE: [ilugd]: ISO image CD not bootable

2002-07-23 Thread D.Venkatasubramanian, Noida
Hi, well Mr D.Venkatasubramanian, Noida aka Venky was it really necessary to send the windows version of the really sought after utility to everyone subscribed to this list? Well, you could use md5sum command on Linux machines, I sent that utility as we use Windows as

Re: [ilugd]: ftp and telnet to 50 machines.

2002-07-23 Thread Amol Rao
Dear Pai, I want script file to be present on each machine. I have a code here that generates these custom scripts for different machines, given few details about the machine. Say, I have 50 different scripts generated this way and I am going to upload them on the remote machine (ftp) and start