I think understand how to use Proxies but how about tor?
How do I use python to access the internet via tor (the onion router)?
Specifically, I'd like to open a web page or ftp like I usually do but do it through tor.
I want to practice by scripting a reverse ssh tunnel in python
I've checked out quite a few web tutorials on Python and have bought a few books. I've got a lot of the basics down now but feel very limited because I've got difficulties figuring out how to do things without seeing how a more experienced programmer would get started solving a problem.
I often have to remotely ssh into a friend's ibook but his ISP blocks ssh. This means I've got to talk him through setting up a reverse ssh tunnel...