text bash_use_shadowsocks

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text bash_use_shadowsocks相关的知识,希望对你有一定的参考价值。

shadowsocks设置为:

打开shadowsocks
自动代理模式
服务器(香港阿里云)
以zsh作为说明

➜  ~ vim ~/.zshrc  
添加如下代理配置:

# proxy list
alias proxy='export all_proxy=socks5://127.0.0.1:1080'
alias unproxy='unset all_proxy'
:wq保存退出

➜  ~ source ~/.zshrc
使用proxy前先查看下当前的ip地址:

➜  ~ curl ip.cn
当前 IP:112.64.xxx.xx 来自:上海市 联通
或者

~ curl cip.cc
IP	: 140.206.97.42
地址	: 中国  上海

数据二	: 上海市 | 联通

URL	: http://www.cip.cc/140.206.97.42
执行:

➜  ~ proxy
➜  ~ curl ip.cn
当前 IP:47.89.xx.xxx 来自:香港特别行政区 阿里云
如果ip.cn不能用,可以换个类似的站点查询

~ curl cip.cc
IP	: 45.78.47.19
地址	: 美国  加利福尼亚

数据二	: 美国 | 加利福尼亚州洛杉矶市 IT7 Networks

URL	: http://www.cip.cc/45.78.47.19
没问题,终端走了代理,brew update顺畅了- -

如果不需要走代理,执行:

➜  ~ unproxy   
➜  ~ curl ip.cn
当前 IP:112.64.xxx.xx 来自:上海市 联通

以上是关于text bash_use_shadowsocks的主要内容,如果未能解决你的问题,请参考以下文章

<!-- text --> 和 /* text */ 注释有啥区别?

VB中 如何复制Text1.text的字体到剪贴板? 如何剪切?

VB 加减乘除

text-decoration:[ text-decoration-line ] || [ text-decoration-style ] || [ text-decoration-color ]

.text 和 .get_text() 之间的区别

javascript或css:如何隐藏标签内的文本中的任何数字,后跟点前缀“1.text”,“2.text”...“30.text”