Skip to main content

All Questions

0 votes
0 answers
551 views

Run an os.popen command requiring pseudo terminal from python in bash script

I have a python script which uses size = os.popen('stty size', 'r').read().split() to get the terminal window size so I can print text nicely. My problem arises when I have to run this python script ...
CuriousStudent's user avatar
0 votes
2 answers
1k views

How to run a python cmd inside a bash cmd over ssh

When I run the following in my bash terminal, it works fine. $ bash -c "python -c \"print 'helloworld'\"" ---> helloworld However when I try to do this over ssh, it give me nothing, can someone help ...
KN Nguyen's user avatar
-1 votes
2 answers
136 views

OpenDNS automatic diagnostics

I've contacted OpenDNS support because advertising is not filtered on this site http://www.backpackerboard.co.nz/ They asked me to read these manual instructions OpenDNS Diagnostic Tool: What to ...
Francesco Mantovani's user avatar