Thread
:
How to use proxy in xterm?
View Single Post
TA-t3
2008-07-29 , 11:45
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
2
If you by 'use proxy in xterm' mean when using e.g. curl or wget, then it will need an environment variable set. Ideally the proxy setting should be exported to the environment automatically but that doesn't seem to be the case for xterm
This works for me, when I use privoxy as integrated proxy. Replace 127.0.0.1 and/or 8118 with IP/name:port you use for your proxy:
export http_proxy=http://127.0.0.1:8118
If you need an ftp proxy as well then use the exact same (http://) value for ftp_proxy.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
The Following User Says Thank You to TA-t3 For This Useful Post:
qwerty12
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3