Re: [BangPypers] remote ip change

2011-06-22 Thread Sriram Narayanan
On Wed, Jun 22, 2011 at 6:57 PM, Baishampayan Ghose wrote: If you _want_ to involve python, then take a look at func. With Func, changing the machine IP is just one of the many sysadmin tasks you'll be able to perform. >>> >>> Do you have a URL Sriram? It sounds useful. >> >> https:

Re: [BangPypers] remote ip change

2011-06-22 Thread Baishampayan Ghose
>>> If you _want_ to involve python, then take a look at func. With Func, >>> changing the machine IP is just one of the many sysadmin tasks you'll >>> be able to perform. >> >> Do you have a URL Sriram? It sounds useful. > > https://fedorahosted.org/func/ Seems to be similar to Fabric [http://fab

Re: [BangPypers] remote ip change

2011-06-22 Thread Sriram Narayanan
On Wed, Jun 22, 2011 at 5:19 PM, Noufal Ibrahim wrote: > Sriram Narayanan writes: > >> If you _want_ to involve python, then take a look at func. With Func, >> changing the machine IP is just one of the many sysadmin tasks you'll >> be able to perform. > > Do you have a URL Sriram? It sounds usef

Re: [BangPypers] remote ip change

2011-06-22 Thread Noufal Ibrahim
Sriram Narayanan writes: > If you _want_ to involve python, then take a look at func. With Func, > changing the machine IP is just one of the many sysadmin tasks you'll > be able to perform. Do you have a URL Sriram? It sounds useful. [...] -- ~noufal http://nibrahim.net.in Everyone writes

Re: [BangPypers] remote ip change

2011-06-22 Thread Sriram Narayanan
If you _want_ to involve python, then take a look at func. With Func, changing the machine IP is just one of the many sysadmin tasks you'll be able to perform. -- Ram On 6/22/11, Noufal Ibrahim wrote: > Nitin Kumar writes: > >> Hi All, >> >> I want to change the IP of remote server. I can do i

Re: [BangPypers] remote ip change

2011-06-22 Thread Noufal Ibrahim
Nitin Kumar writes: > Hi All, > > I want to change the IP of remote server. I can do it manually using > control panel. But i need to do that in a script. So is there any > simple API in python which can be used for the same? You should be able to ssh into the machine and use ifconfig to chang

[BangPypers] remote ip change

2011-06-22 Thread Nitin Kumar
Hi All, I want to change the IP of remote server. I can do it manually using control panel. But i need to do that in a script. So is there any simple API in python which can be used for the same? -- Nitin K ___ BangPypers mailing list BangPypers@python