ubuntu16.04 install shadowwsocks graphical interface version + electron-ssr installation

1. Install the graphical interface version of shadowsocks

sudo add-apt-repository ppa:hzwhuang/ss-qt5
sudo apt-get update
sudo apt-get install shadowsocks-qt5

Insert picture description here

Insert picture description here
Insert picture description here

2. Install electron-ssr

Under ubuntu, shadowsocks cannot directly add a subscription address, but electron-ssr can directly add a subscription address, which is relatively simple, so install it. Download the deb file (csdn, Baidu cloud disk, github) and
use the following command to install:

sudo  dpkg  -i  package.deb

There may be a crash problem, or it may be the following problem: (restarting may have unexpected effects)
Insert picture description here

Note: The port number is not necessarily 1080 when setting the system proxy, the default is also 8080 (do not understand how to determine)

Guess you like

Origin blog.csdn.net/zou_albert/article/details/113253750