Aug 16, 2008 #1 J jammulak Member level 1 Joined Jul 19, 2006 Messages 38 Helped 3 Reputation 6 Reaction score 2 Trophy points 1,288 Location India Activity points 1,495 We have embedded Linux device which has ethernet interface. We dondt have browser. We need to configure Proxy setting using linux command Line. Can any one help in this regard.
We have embedded Linux device which has ethernet interface. We dondt have browser. We need to configure Proxy setting using linux command Line. Can any one help in this regard.
Aug 19, 2008 #2 A aospinas Member level 2 Joined Nov 24, 2003 Messages 53 Helped 10 Reputation 20 Reaction score 3 Trophy points 1,288 Activity points 224 in bash $ export http_proxy=proxy.com:8080 or $ export http_proxy=http://usernameasswd@proxy.com:8080/ enjoy
in bash $ export http_proxy=proxy.com:8080 or $ export http_proxy=http://usernameasswd@proxy.com:8080/ enjoy