MeetYyj's blog

Home Archives
2016-12-20

Bash Note

配置Bash下翻墙的方法

1. 修改ShadowSocks-Qt5的Loccal Sever Type为 HTTP(s)
2. 在~目录下的.bashrc文件的最后添加如下两行代码
1
2
export http_proxy=http://127.0.0.1:1080
export https_proxy=$http_proxy
3. 完成,可以试试git clone等是不是速度变快了0.0。
Share
Newer
Image display using Qt and OpenGL
Older
Hexo Note

Archives

  • January 2017
  • December 2016
  • November 2016

Recent Posts

  • Qt5-CMake
  • Image display using Qt and OpenGL
  • Bash Note
  • Hexo Note
  • Hello World
© 2017 Yyj
Powered by Hexo
Home Archives