Re: Show current ip on Linux

2005-06-15 Thread David Van Mosselbeen
Sibylle Koczian wrote: > David Van Mosselbeen schrieb: >> >> Thanks for support. >> I have read the refered page you show above. I try some piece of code >> that im have copy and paste it into a blank file that i give the name >> "ip_adress.py" to test it. >> >> >> THE SOURCE CODE : >>

Re: Show current ip on Linux

2005-06-14 Thread Sibylle Koczian
David Van Mosselbeen schrieb: > > Thanks for support. > I have read the refered page you show above. I try some piece of code that > im have copy and paste it into a blank file that i give the name > "ip_adress.py" to test it. > > > THE SOURCE CODE : > - > > import commands > >

Re: Show current ip on Linux

2005-06-13 Thread David Van Mosselbeen
Lee Harr wrote: > On 2005-06-13, David Van Mosselbeen <[EMAIL PROTECTED]> > wrote: >> Hi, >> Im a newbie in Python, and also in Fedora Core 3. (Yes, Linux is fine >> man :-) >> >> My question is : How can i rwite a script that show my current ip. If i >> have more than one network card, the script

Re: Show current ip on Linux

2005-06-13 Thread Lee Harr
On 2005-06-13, David Van Mosselbeen <[EMAIL PROTECTED]> wrote: > Hi, > Im a newbie in Python, and also in Fedora Core 3. (Yes, Linux is fine > man :-) > > My question is : How can i rwite a script that show my current ip. If i have > more than one network card, the script must then show all used ip

Re: Show current ip on Linux

2005-06-13 Thread James Tanis
Previously, on Jun 13, Qiangning Hong said: # David Van Mosselbeen wrote: # > Hi, # > Im a newbie in Python, and also in Fedora Core 3. (Yes, Linux is fine # > man :-) # > # > My question is : How can i rwite a script that show my current ip. If i have # > more than one network card, the script

Re: Show current ip on Linux

2005-06-13 Thread Qiangning Hong
David Van Mosselbeen wrote: > Hi, > Im a newbie in Python, and also in Fedora Core 3. (Yes, Linux is fine > man :-) > > My question is : How can i rwite a script that show my current ip. If i have > more than one network card, the script must then show all used ip. > > It's important that this wi