How to use xxnet for linux
Linux系统[*] 执行 ./start 启动
[*] 自动导入证书,需安装 libnss3-tools 包
sudo apt-get install libnss3-tools
[*] 没有安装PyGtk的,需要先安装gtk:sudo apt-get install python-gtk2
[*] 配置http代理 localhost 8087, 勾选全部协议使用这个代理。
如Firefox,如果管理页面弹不出,请在地址栏输入127.0.0.1:8085,注意和代理端口的区别:
推荐Chrome + SwitchyOmega
[*] ubuntu 下,可能需要安装
sudo apt-get install python-openssl
sudo apt-get install libffi-dev
sudo apt-get install -y python-gtk2
sudo apt-get install python-appindicator
sudo apt-get install libnss3-tools
[*] 后台运行:在终端中运行:
xx_net.sh start/stop/restart
[*] 开机自启:在/etc/rc.local中添加一行:
sudo /home/username/xxnet/xx_net.sh start
页:
[1]