Setting http_proxy for Chromium in shell

Posted by iceboal on Super User See other posts from Super User or by iceboal
Published on 2012-09-19T19:52:23Z Indexed on 2012/09/23 15:40 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

In order to set proxy in Chromium browser, one needs to go to

Settings ? Under the Hood ? Change Proxy Settings ? Network Proxy.

It's too complicated. How do I set http_proxy in shell? I've tried

export http_proxy=http://127.0.0.1:8080/

But it doesn't seem to work.

Also, if you only want to set the proxy on the Chromium browser -- not your entire network -- the command line is the only way to set the proxy just for the browser. How can one set the proxy on Chromium -- using the command line -- to solve this problem?

© Super User or respective owner

Related posts about shell

Related posts about ubuntu