后端设置
安装ss-libev
1 | sudo apt update |
对于14.04和16.04需从PPA安装
1 | sudo apt-get install software-properties-common -y |
配置与启动
1 | # 启动 |
可以加入服务自动启动或是用screen手动启动
Chrome浏览器代理设置
打开开发者模式,使用crx
文件安装SwtichyOmega
插件。
SwtichyOmega
插件地址:Github release ; 本站下载
git代理设置
1 | #设置代理 |
npm代理设置方式
设置代理
1 | npm config set proxy socks5://127.0.0.1:1080 |
删除代理
1 | npm config delete proxy |
设置淘宝源
1 | npm config set registry https://registry.npm.taobao.org |
恢复官方源
1 | npm config delete registry |
--- 本文结束 The End ---