hello guys well when i attended the last Lug-meet an idea struck me back then when Prof.Nagarjun was explaining why its GNU/linux and not just linux. Also there was a nice response for the documentation and Gnoware cd's. what if we guys make a cd of GNU applications that run on windows,applications like open-office, the gimp etc... we can distribute this cd's which will effectively answer the question why its GNU/linux and also most of the people who use windows and are rather skeptical about Gnu-linux can get the feel of what its like.it will effectively solve their doubts and thus promote linux system. Just trying to contribute back DHANESH
On Tue, 2004-05-04 at 20:40, dhanesh andurlekar wrote:
hello guys well when i attended the last Lug-meet an idea struck me back then when Prof.Nagarjun was explaining why its GNU/linux and not just linux. Also there was a nice response for the documentation and Gnoware cd's. what if we guys make a cd of GNU applications that run on windows,applications like open-office, the gimp etc... we can distribute this cd's which will effectively answer the question why its GNU/linux and also most of the people who use windows and are rather skeptical about Gnu-linux can get the feel of what its like.it will effectively solve their doubts and thus promote linux system.
Get hold of GNU/Win CD... It's already there. Get a copy...
Just trying to contribute back DHANESH
With regards,
dhanesh andurlekar writes:
well when i attended the last Lug-meet an idea struck me back then when Prof.Nagarjun was explaining why its GNU/linux and not just linux. Also there was a nice response for the documentation and Gnoware cd's. what if we guys make a cd of GNU applications that run on windows,applications like open-office, the gimp etc... we can distribute this cd's which will effectively answer the question why its GNU/linux and also most of the people who use windows and are rather skeptical about Gnu-linux can get the feel of what its like.it will effectively solve their doubts and thus promote linux system. Just trying to contribute back DHANESH
I hate to burst your bubble. But someone else already had this idea before. Take a look at
GNUWin II http://gnuwin.epfl.ch/
and TheOpenCD http://www.theopencd.org/
Maybe you can help with localisation of GNUWin II.
Vinayak Hegde
Hello dhanesh,
Tuesday, May 4, 2004, 8:40:00 PM, you wrote:
da> hello guys da> well when i attended the last Lug-meet an idea struck me back then when Prof.Nagarjun da> was explaining why its GNU/linux and not just linux.
Yeah... he does that pretty convincingly :)
da> Also there was a nice response for the documentation and Gnoware cd's. da> what if we guys make a cd of GNU applications that run on windows,applications like da> open-office, the gimp etc... we can distribute this cd's da> which will effectively answer the question why its GNU/linux and da> also most of the people who use windows and are rather skeptical da> about Gnu-linux can get the feel of what its like.
This is a good idea... but allow me to point out this. A lot of things that make GNU/Linux, "GNU/Linux" deals with how the system has been designed according to good and open standards. Right from being ultra-stable to being virus-free has to do with how the entire OS has been designed and implemented...
My question to you is this: Will peddling some GPL'ed/Open Source applications give an authoritative and holistic picture of a real GNU/Linux system?
I think it would be much like the fake caviar they dish out on club-class flights...
On the other hand... you idea MAY help in lulling people to migrate slowly.
da> it will da> effectively solve their doubts and thus promote linux system. ^^^^^^ GNU/Linux !!!
da> Just trying to contribute back
That's good :).
Morning Amol,
--- Amol Hatwar amol@hatwar.org wrote:
da> what if we guys make a cd of GNU applications that run on windows,applications like
[snip]
This is most highly enocuraged, go ahead do the same and let us know where we can help out.
da> open-office, the gimp etc... we can distribute this cd's My question to you is this: Will peddling some GPL'ed/Open Source applications give an authoritative and holistic picture of a real GNU/Linux system? I think it would be much like the fake caviar they dish out on club-class flights...
[snip]
Amol.....i respect your opinion but beg to differ. Migration isn't the alpha and omega of getting a person to use FLOSS. Time and again....i have found getting a person convinced about the superiority of the same is a faster route to achieving nirvana with FLOSS on his/her machine.
Its the mind my friend....you have won 90% of the battle there itself. The GUI(GTK/BlueCurve) does the rest...:D
Trevor
-- Best regards, Amol
===== ( >- -< ) /~\ __ Scaling FLOSS in the __ /~\ | ) / Enterprise : trevor.w@pvision.biz \ (/ | |_|_ \ Call Now: 9820349221 / _|_| ____________________________________/
__________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
We are running our internal website on a linux console for the local users. I would like to setup a DNS server so that the users do not have to type the IP of the Linux machine to access the site, but could instead type the name of the site.
We are using Tomcat on Redhat 9.0.
Can someone suggest me some useful URL's .
Thanks, Nik
Nikhil Parva nikhil@fleetship.com wrote:
We are running our internal website on a linux console for the local users. I would like to setup a DNS server so that the users do not have to type the IP of the Linux machine to access the site, but could instead type the name of the site.
We are using Tomcat on Redhat 9.0.
Can someone suggest me some useful URL's .
Thanks, Nik
Evening Nikhil,
Nikhil Parva nikhil@fleetship.com wrote:
We are running our internal website on a linux console for the local users. I would like to setup a DNS server so that the users do not have to type the IP of the Linux machine to access the site, but could instead type the name of the site.
We are using Tomcat on Redhat 9.0.
Can someone suggest me some useful URL's . <snip>
http://www.tldp.org/HOWTO/DNS-HOWTO.html
Regards,
Animesh.
Thanks, Nik
Hi,
I have been trying to configure bind on my linux machine but unable to do it till now.
My linux machine's IP is 192.168.1.1 and I would like to use the name miniserver.fleetship.com instead of using this IP. Also, the linux console is not connected to the internet as I'll be using the website for my local environment.
1. I am running Redhat 9.0
2. Installed bind rpm from the Linux cd (the rpm's were installed succesfully).
3. Created /etc/named.conf and made the necessary changes.
4. Made the necessary changes in /etc/resolve.conf
5. I have given details about my /etc/resolve.conf and /etc/named.conf file below.
6. When I run service named restart, I get the following messages
stopping named: rndc: connect failed: connection refused [FAILED] [OK]
Details : 1. /etc/named.conf
*************************************************************************
options { directory "/var/named"; }; controls { inet 192.168.1.1 allow { miniserver.fleetship.com;} keys { mdc_key;}; }; key "mdc_key" { algorithm hmax-md5; secret "c3Ryb25"; }; zone "."{ type hint; file "root.hints"; }; zone "1.168.192.in-addr.arpa" { type master; file "zone/192.168.1"; }; zone "land-5.com" { type master; file"zone/land-5.com"; }; zone "177.6.206.in-addr/arpa"{ type master; file"zone/206.6.177"; }; **************************************************************************** **
2. /etc/resolv.conf
**************************************************************************** ** search fleetship.com domain fleetship.com nameserver 192.168.1.1
**************************************************************************** ***
3. When I run #tail -f /var/log/messages and run service named restart I get the following messages in the log file
***************************************************************************
no IPv6 interfaces found could not configure root hints from 'root.hints': file not found loading configuration : file not found exiting (due to fatal errros)' named startup succeeded
******************************************************************
Can someone please help me ! My deadline is nearing .
Thanks Nikhil
Hi,
I have been trying to configure bind on my linux machine but unable to do it till now.
My linux machine's IP is 192.168.1.1 and I would like to use the name miniserver.fleetship.com instead of using this IP. Also, the linux console is not connected to the internet as I'll be using the website for my local environment.
1. I am running Redhat 9.0
2. Installed bind rpm from the Linux cd (the rpm's were installed succesfully).
3. Created /etc/named.conf and made the necessary changes.
4. Made the necessary changes in /etc/resolve.conf
5. I have given details about my /etc/resolve.conf and /etc/named.conf file below.
6. When I run service named restart, I get the following messages
stopping named: rndc: connect failed: connection refused [FAILED] [OK]
Details : 1. /etc/named.conf
*************************************************************************
options { directory "/var/named"; }; controls { inet 192.168.1.1 allow { miniserver.fleetship.com;} keys { mdc_key;}; }; key "mdc_key" { algorithm hmax-md5; secret "c3Ryb25"; }; zone "."{ type hint; file "root.hints"; }; zone "1.168.192.in-addr.arpa" { type master; file "zone/192.168.1"; }; zone "land-5.com" { type master; file"zone/land-5.com"; }; zone "177.6.206.in-addr/arpa"{ type master; file"zone/206.6.177"; }; **************************************************************************** **
2. /etc/resolv.conf
**************************************************************************** ** search fleetship.com domain fleetship.com nameserver 192.168.1.1
**************************************************************************** ***
3. When I run #tail -f /var/log/messages and run service named restart I get the following messages in the log file
***************************************************************************
no IPv6 interfaces found could not configure root hints from 'root.hints': file not found loading configuration : file not found exiting (due to fatal errros)' named startup succeeded
******************************************************************
Can someone please help me ! My deadline is nearing .
Thanks Nikhil
Morning Nikhil,
--- Nikhil Parva nikhil@fleetship.com wrote: [FAILED]
> [OK]
[snip]
http://lists.slug.org.au/archives/slug/2003/12/msg00041.html
Check this link out. Frankly...bind9 is a waste of time and a pain to work with. A simple/secure/stable dns sytem can be setup using tinydns in seconds.
Trevor
Thanks Nikhil
===== ( >- -< ) /~\ __ Scaling FLOSS in the __ /~\ | ) / Enterprise : trevor.w@pvision.biz \ (/ | |_|_ \ Call Now: 9820349221 / _|_| ____________________________________/
__________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
On 05/05/04 21:49 -0700, Trevor Warren wrote: <snip>
Check this link out. Frankly...bind9 is a waste of time and a pain to work with. A simple/secure/stable dns sytem can be setup using tinydns in seconds.
Really? BIND works fine for me. And it provides good logs.
Devdas Bhagat
Hi,
Is tinydns included with Redhat 9.0 Cd. Can you provide me some good links regarding this
Rgds, Nik
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in [mailto:linuxers-bounces@mm.ilug-bom.org.in]On Behalf Of Trevor Warren Sent: Wednesday, May 05, 2004 9:50 PM To: GNU/Linux Users Group, Mumbai, India Subject: Re: [ILUG-BOM] Help regarding Bind
Morning Nikhil,
--- Nikhil Parva nikhil@fleetship.com wrote: [FAILED]
> [OK]
[snip]
http://lists.slug.org.au/archives/slug/2003/12/msg00041.html
Check this link out. Frankly...bind9 is a waste of time and a pain to work with. A simple/secure/stable dns sytem can be setup using tinydns in seconds.
Trevor
Thanks Nikhil
===== ( >- -< ) /~\ __ Scaling FLOSS in the __ /~\ | ) / Enterprise : trevor.w@pvision.biz \ (/ | |_|_ \ Call Now: 9820349221 / _|_| ____________________________________/
__________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
Hi all, Just recently I heard of this person who is blind and also happens to be a very good programmer. He uses Windows with a software called 'Jaws'. This software reads out whatever is on screen through the speaker. It also echoes keystrokes. Is there an alternative for it on linux? This gentleman wants to try out linux. Vivek
________________________________________________________________________ Yahoo! India Matrimony: Find your partner online. http://yahoo.shaadi.com/india-matrimony/
Check out Oralux CD
This is a live CD for the blind..
Vivek J Patankar vj714151-ilugbom@yahoo.com wrote: Hi all, Just recently I heard of this person who is blind and also happens to be a very good programmer. He uses Windows with a software called 'Jaws'. This software reads out whatever is on screen through the speaker. It also echoes keystrokes. Is there an alternative for it on linux? This gentleman wants to try out linux. Vivek
________________________________________________________________________ Yahoo! India Matrimony: Find your partner online. http://yahoo.shaadi.com/india-matrimony/
Evening Vivek,
SUSE LINUX is the world's first operating system that offers Braille support right from the installation! that's what it clams to be.
http://www.suse.com/us/whitepapers/blinux/
Regards,
Animesh.
Vivek J Patankar vj714151-ilugbom@yahoo.com wrote: Hi all, Just recently I heard of this person who is blind and also happens to be a very good programmer. He uses Windows with a software called 'Jaws'. This software reads out whatever is on screen through the speaker. It also echoes keystrokes. Is there an alternative for it on linux? This gentleman wants to try out linux. Vivek
________________________________________________________________________ Yahoo! India Matrimony: Find your partner online. http://yahoo.shaadi.com/india-matrimony/
Evening Nikhil,
djbdns is a DNS-server is a secure replacement for the buggy BIND and has been developed by Dan Bernstein.
http://www.fbunet.de/djbdns.shtml
Nikhil Parva nikhil@fleetship.com wrote:
Hi,
Is tinydns included with Redhat 9.0 Cd. Can you provide me some good links regarding this. <snip>
Rgds, Nik
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in [mailto:linuxers-bounces@mm.ilug-bom.org.in]On Behalf Of Trevor Warren Sent: Wednesday, May 05, 2004 9:50 PM To: GNU/Linux Users Group, Mumbai, India Subject: Re: [ILUG-BOM] Help regarding Bind
Morning Nikhil,
--- Nikhil Parva wrote: [FAILED]
[OK]
[snip]
http://lists.slug.org.au/archives/slug/2003/12/msg00041.html
Check this link out. Frankly...bind9 is a waste of time and a pain to work with. A simple/secure/stable dns sytem can be setup using tinydns in seconds.
Trevor
Thanks Nikhil
===== ( >- -< ) /~\ __ Scaling FLOSS in the __ /~\ | ) / Enterprise : trevor.w@pvision.biz \ (/ | |_|_ \ Call Now: 9820349221 / _|_| ____________________________________/
__________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
-- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
Hi all
I m planning to take RHCE test and needed inputs what versions of RH are they based on. Please don't give me URLs.
It will be great if anyone has some material and inputs on the pattern n grading of the test
All help welcome Harsh
Evening Harsh,
Harsh R Busa mailme@backendguru.com wrote:
Hi all
I m planning to take RHCE test and needed inputs what versions of RH are they based on. Please don't give me URLs. <snip>
RHEL3.
It will be great if anyone has some material and inputs on the pattern n grading of the test
<snip>
Get in touch with Red Hat ppl. they will get you further detail with materials too.
Ph:- 91 22 22881326.
Regards,
Animesh.
All help welcome Harsh
Evening Harsh,
Harsh R Busa mailme@backendguru.com wrote:
Hi all
I m planning to take RHCE test and needed inputs what versions of RH are they based on. Please don't give me URLs. <snip>
RHEL3.
It will be great if anyone has some material and inputs on the pattern n grading of the test
<snip>
Get in touch with Red Hat ppl. they will get you further detail with materials too.
Ph:- 91 22 22881326.
Regards,
Animesh.
All help welcome Harsh
Evening Harsh,
Harsh R Busa mailme@backendguru.com wrote:
Hi all
I m planning to take RHCE test and needed inputs what versions of RH are they based on. Please don't give me URLs. <snip>
RHEL3.
It will be great if anyone has some material and inputs on the pattern n grading of the test
<snip>
Get in touch with Red Hat ppl. they will get you further detail with materials too.
Ph:- 91 22 22881326.
Regards,
Animesh.
All help welcome Harsh
Evening Harsh,
Harsh R Busa mailme@backendguru.com wrote:
Hi all
I m planning to take RHCE test and needed inputs what versions of RH are they based on. Please don't give me URLs. <snip>
RHEL3.
It will be great if anyone has some material and inputs on the pattern n grading of the test
<snip>
Get in touch with Red Hat ppl. they will get you further detail with materials too.
Ph:- 91 22 22881326.
Regards,
Animesh.
All help welcome Harsh
Check out DJBDNS Home page: http://cr.yp.to/djbdns.html
Includes lots of docs for installation of DJB DNS.
Best of Luck.
Nikunj Virani ----- Original Message ----- From: "Trevor Warren" trevorwarren@yahoo.com To: "GNU/Linux Users Group, Mumbai, India" linuxers@mm.ilug-bom.org.in Sent: Thursday, May 06, 2004 10:19 AM Subject: Re: [ILUG-BOM] Help regarding Bind
Morning Nikhil,
--- Nikhil Parva nikhil@fleetship.com wrote: [FAILED]
[OK]
[snip]
http://lists.slug.org.au/archives/slug/2003/12/msg00041.html
Check this link out. Frankly...bind9 is a waste of time and a pain to work with. A simple/secure/stable dns sytem can be setup using tinydns in seconds.
Trevor
Thanks Nikhil
===== ( >- -< ) /~\ __ Scaling FLOSS in the __ /~\ | ) / Enterprise : trevor.w@pvision.biz \ (/ | |_|_ \ Call Now: 9820349221 / _|_| ____________________________________/
Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover