Thank u for this :D I'm just trying out Fabric and it seems very good! Mike
On Wed, Jun 15, 2011 at 10:15 PM, Comhte <com...@daknet.org> wrote: > Without the need of a web interface, if your goal is to automate some boring > tasks, you can have a look at Fabric (http://fabfile.org). I use it with a > lot of servers everyday and it's very easy to script whatever you want. > > Morgan > > Le 15/06/2011 20:36, Jean-Frangois SIMON a icrit : >> >> Hi, >> >> I have a remote controlled machine which I manage by ssh and yet I'm in >> the >> process of making up a small web page through which basic commands can be >> passed. >> >> I have no clear idea regarding how to design this, in the first place I >> thought about a cgi script written in C which I did manage to have it say >> "hello world" at the present time, but not yet much more. >> >> There's not yet clear clues regarding how to make this peace of web >> interface talk to the system and I would like to make it clean by means of >> elegant way to deal with web page<-> system communication. >> >> Any clue regarding the way it could be ? >> >> Thanks, >> >> Jean-Frangois