View Single Post
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#2
This is a bit of advanced stuff. You have to run the application from X-Terminal, and before that enter
Code:
export HTTP_PROXY=<your-proxy>:<port>
e.g.
Code:
export HTTP_PROXY=192.168.0.1:3128
canola
Note: I did not test it on the tablet, but it's the common Linux command line way for configuring a proxy and thus should work.
 

The Following User Says Thank You to pycage For This Useful Post: