Linux下使用shadowsocks-qt5

来源:互联网 发布:淘宝网双11 编辑:程序博客网 时间:2024/06/03 14:17

first step:install shadowsocks-qt5

#Ubuntu 14.04及更高版本#添加ppa源sudo add-apt-repository ppa:hzwhuang/ss-qt5sudo apt-get updatesudo apt-get install shadowsocks-qt5

second step:run shadowsocks-qt5

sudo ss-qt5

but if you get this problem

ss-qt5: error while loading shared libraries: libQtShadowsocks.so.1: cannot open shared object file: No such file or directoryapt install libqtshadowsocks libqtshadowsocks-dev仍无效ubunut 16.04 4.10.0-30-generic

you can use this

cp /usr/lib/libQtShadowsocks.so /usr/liblibQtShadowsocks.so.1

then rerun the commant:

sudo ss-qt5

third step:set the config—–

connection->add
input you config like this
这里写图片描述

click ‘ok’, and start connect

forth: set the config of chrome

use switchyomega , according to the page:
http://jingyan.baidu.com/article/11c17a2c121c0ff446e39d16.html

if you still can not connect to google,please set the Proxy servers protocal like this
这里写图片描述

then you can use auto or Goagent
这里写图片描述

这里写图片描述

reference:
https://github.com/shadowsocks/shadowsocks-qt5/issues/511
http://jingyan.baidu.com/article/11c17a2c121c0ff446e39d16.html

原创粉丝点击