Skip to content

Instantly share code, notes, and snippets.

@xuanyuanaosheng
Forked from jingmian/ShadowSocks.sh
Created May 8, 2019 11:30
Show Gist options
  • Save xuanyuanaosheng/420b83c77d7f0f29598210e2332bfadf to your computer and use it in GitHub Desktop.
Save xuanyuanaosheng/420b83c77d7f0f29598210e2332bfadf to your computer and use it in GitHub Desktop.
Ubuntu下安装ShadowSocks客户端
sudo apt-get update
sudo apt-get install python-pip
sudo apt-get install python-setuptools m2crypto
pip install shadowsocks
如果是ubuntu16.04 直接 (16.04 里可以直接用apt 而不用 apt-get 这是一项改进)
sudo apt install shadowsocks
nohup sslocal -c /opt/trainee/shadowsocks.json &
==============================================================================安装桌面版===========
通过尝试各种方式,最后找到了使用QT5实现的ShadowSocks客户端,目前在github上面有3000多颗星,
用了一段时间,发现比较好用[github地址](https://github.com/shadowsocks/shadowsocks-qt5
安装过程
sudo apt-get -f install libappindicator1 libindicator7
sudo add-apt-repository ppa:hzwhuang/ss-qt5
sudo apt-get update
sudo apt-get install shadowsocks-qt5
可以直接在dash中搜索shadowsocks了
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment