Re: [ilugd] Two questions regarding auto run cd's

2005-12-12 Thread [EMAIL PROTECTED]
Mayank Jain wrote: Yeah, wine is nice. With all the efforts of crossover office being poured back into wine, I think, wine is now mature enough should be able to do it easily. Good old wine in good old bottles. Lets drink and make merry for yet another wincedows killer regards ram --

[ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
Hi, I used Anjuta on Ubuntu 5.10 to write my code, committed it to the CVS at Novell Forge. But when i try to download the code-tarball from the CVS, i'm getting strange ^M characters at the end of every line in all files. Though i can remove them by deleting them one-by-ne, but this is getting

[ilugd] DNS setting for the DNS-Server :- How to resolve any request to a Fixed IP address

2005-12-12 Thread John Joseph
Hi All I would like to do a dns setting , such that any request gets resolved to one fixed IP address ie if I give www.google.com , www.yahoo.com , asd.net ,lkj.ae all this should get resolved to a single IP address I am using RHEL-4 I would request

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Kenneth Gonsalves
On Monday 12 Dec 2005 4:32 pm, Mayank Jain wrote: What can be the possible reason for this how can i stop this from happening how to get back my code without ^M? dos text format - use dos2unix utility to clean it up -- regards kg http://www.livejournal.com/users/lawgon tally ho!

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
On 12/12/05, Mayank Jain [EMAIL PROTECTED] wrote: I used Anjuta on Ubuntu 5.10 to write my code, committed it to the CVS at Novell Forge. But when i try to download the code-tarball from the CVS, i'm getting strange ^M characters at the end of every line in all files. I understand that this

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Kenneth Gonsalves
On Monday 12 Dec 2005 4:42 pm, Mayank Jain wrote: PS: dos2unix does solves this, but why in the first place is ^M coming? maybe novellforge runs on doze? -- regards kg http://www.livejournal.com/users/lawgon tally ho! http://avsap.org.in ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!

[ilugd] Fwd: ILUG-D: Contact Us

2005-12-12 Thread Nishikant Kapoor
-- Forwarded Message -- From: [EMAIL PROTECTED] Message from Uwe: Hi there, i am from germany and i will visit delhi next week to take a 4week rhce-bootcamp at koenig-solutions. I really would like to meet some linux-friends in delhi. is there any event of the Ilug-delhi

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
On 12/12/05, Kenneth Gonsalves [EMAIL PROTECTED] wrote: On Monday 12 Dec 2005 4:42 pm, Mayank Jain wrote: PS: dos2unix does solves this, but why in the first place is ^M coming? maybe novellforge runs on doze? I dont think so... :-P -- regards, makuchaku --- http://makuchaku.info When you

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Kenneth Gonsalves
On Monday 12 Dec 2005 5:43 pm, Mayank Jain wrote: On 12/12/05, Kenneth Gonsalves [EMAIL PROTECTED] wrote: On Monday 12 Dec 2005 4:42 pm, Mayank Jain wrote: PS: dos2unix does solves this, but why in the first place is ^M coming? maybe novellforge runs on doze? I dont think so... :-P

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Sankarshan Mukhopadhyay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kenneth Gonsalves wrote: is the tarball made automatically or manually? if manually maybe it is done by someone on a windoze machine? afaik the only way these ^M s can come is if the files are saved as dos text. It might be so that the script

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread sanjay
Mayank Jain wrote: What can be the possible reason for this how can i stop this from happening how to get back my code without ^M? do a global substitute on you file. use :%s/(press ctrl+v+m)//g this will do the job regards sanjay ___ ilugd

Re: [ilugd] Fwd: ILUG-D: Contact Us

2005-12-12 Thread Gora Mohanty
Nishikant Kapoor [EMAIL PROTECTED] wrote: [...] i am from germany and i will visit delhi next week to take a 4week rhce-bootcamp at koenig-solutions. I really would like to meet some linux-friends in delhi. is there any event of the Ilug-delhi planned in next 4 weeks. thank you in advance for

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
On 12/12/05, Kenneth Gonsalves [EMAIL PROTECTED] wrote: is the tarball made automatically or manually? if manually maybe it is done by someone on a windoze machine? afaik the only way these ^M s can come is if the files are saved as dos text. Not manually... Sakarshan, your answer can be a

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Kenneth Gonsalves
On Monday 12 Dec 2005 9:19 pm, Mayank Jain wrote: Anyways, i'll be filing this as a bug with the Novell forge guys. dos2unix seems to do the work fo me. Sanjay, thanks for the solution :-) why dont you host on a linux friendly platform? -- regards kg

Re: [ilugd] Removing ^M from text files in vi

2005-12-12 Thread Mayank Jain
On 12/12/05, Kenneth Gonsalves [EMAIL PROTECTED] wrote: On Monday 12 Dec 2005 9:19 pm, Mayank Jain wrote: Anyways, i'll be filing this as a bug with the Novell forge guys. dos2unix seems to do the work fo me. Sanjay, thanks for the solution :-) why dont you host on a linux friendly

Re: [ilugd] Fwd: ILUG-D: Contact Us

2005-12-12 Thread Saurabh Nanda
I don't quite get the concept of coming to India for a RHCE boot-camp, but in any case you are welcome. An ILUG-D meet is tentatively scheduled for Christmas day, the 25th. Mary or somone else can confirm. You are also welcome to visit Sarai/CSDS, 29 Rajpur Road, (phone: 23960040) during

Re: [ilugd] DNS setting for the DNS-Server :- How to resolve any request to a Fixed IP address

2005-12-12 Thread Saurabh Nanda
The hostnames that you're referring to (Google, Yahoo, etc) have multiple IP addresses. Any one of those IP addresses (randomly selected) is returned each time you query a public DNS server. This is a method for balancing the load amongst multiple servers. Why do you then want to use only one IP

Re: [ilugd] DNS setting for the DNS-Server :- How to resolve any request to a Fixed IP address

2005-12-12 Thread Raj shekhar
in infinite wisdom John Joseph spoke thus on 12/12/05 16:32: Hi All I would like to do a dns setting , such that any request gets resolved to one fixed IP address ie if I give www.google.com , www.yahoo.com , asd.net ,lkj.ae all this should get resolved to a single

[ilugd] Some thoughts on LUGs (globally)...

2005-12-12 Thread Frederick Noronha (FN)
One of the biggest challenges facing LUGs at the moment stems from the fact that a growing number have existed for ten years or more. Many of us know each other quite well, and newcomers often find it difficult to get a word in without feeling that they're somehow offending those to whom their

Re: [ilugd] Fwd: ILUG-D: Contact Us

2005-12-12 Thread Sudev Barar
On 12/13/05, Saurabh Nanda [EMAIL PROTECTED] wrote: I don't quite get the concept of coming to India for a RHCE boot-camp, but in any case you are welcome. An ILUG-D meet is tentatively scheduled for Christmas day, the 25th. Mary or somone else can confirm. You are also welcome to visit

[ilugd] LinuxAsia 2006 Call for Speakers

2005-12-12 Thread LinuxAsia Tux
Hello all, The LinuxAsia 2006 Call for Speakers is now open. You are invited to submit interesting and innovative talks for LinuxAsia 2006's conference sessions and forums. We seek high-quality submissions that promote the knowledge of open source software with emphasis on OSS technologies,