环境变量all_proxy

下载软件的时候,由于墙,经常很慢.以前是通过开代理,然后用polipo转http,然后在各个软件工具里面配置代理. 最近发现原来,一般yum curl git wget 等工具都支持环境变量all_proxy.赶紧mark一下.  alias huiproxy=’export all_proxy=socks5h://127.0.0.1:1080 && curl ip.sb’ alias huiproxyno=’unset all_proxy && curl ip.sb’ 因为用了ssr,我这里用了socks5h.socks5和socks5h的区别可以看这里Differentiate…

Read More