Linux开发环境配置

  1. 1. 软件
    1. 1.0.0.1. shadowsocks-qt5
    2. 1.0.0.2. GenPAC

个人配置

软件

shadowsocks-qt5

https://github.com/shadowsocks/shadowsocks-qt5/releases

1
2
chmod a+x Shadowsocks-Qt5-x86_64.AppImage
nohup ./Shadowsocks-Qt5-x86_64.AppImage

GenPAC

https://github.com/JinnLynn/genpac

1
2
3
4
5
# 安装或更新
$ pip install -U genpac

# 生成pac文件
genpac --pac-proxy "SOCKS5 127.0.0.1:1080" --gfwlist-proxy="SOCKS5 127.0.0.1:1080" --gfwlist-url=https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt --output="/opt/autoproxy.pac"

设置全局pac代理

1
file:///opt/autoproxy.pac