Re: [Tutor] Remote access from Windows PC to a Linux box

2010-04-21 Thread Mike Baker
x27;/usr/bin/sudo > /usr/sbin/tshark > out.txt 2> out.err < /dev/null ', '-a', 'duration:10', > '-i', 'wlan0', '-T', 'text','&'];* > > Regards > Yashwin Kanchan > > > On 21 April 2010 19

Re: [Tutor] Remote access from Windows PC to a Linux box

2010-04-21 Thread Mike Baker
print 'stderr = ', stderr ***** For both runs (atl_cmd=0 or alt_cmd=1), the stdout and stderr printouts at the end of the script are empty. Any suggestions would be appreciated. Thanks, Mike ***

[Tutor] Remote access from Windows PC to a Linux box

2010-03-30 Thread Mike Baker
Hi, I'm trying to connect to a Linux box from my Windows machine and execute a series of commands - (ls, pwd, cat 'somefile', etc...). I'm using Putty to do the ssh and have set up with Putty's Pagent agent to allow me to enter a passphrase once per session to handle security keys between the tw

[Tutor] How do I find information about a Python object.

2010-03-30 Thread Mike Baker
Hi, I've downloaded IDLE python for windows. I've also downloaded Eclipse with the python addition. I have simple programs that will run on both IDLE and Eclipse. How do I get more information about a object/variable, such as proc in the example below. For example, if I execute the following: