Last active
January 9, 2023 05:27
-
-
Save jingmian/37d438e4260389018cd8d25dc49e3bd9 to your computer and use it in GitHub Desktop.
Ubuntu下安装ShadowSocks客户端
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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