介绍
- 系统支持:Debian/Ubuntu/CentOS
- 内存要求:≥128M
特性
该版本的特点是内存占用小,大概600k
左右,使用libev
和C
编写,低CPU
消耗,甚至可以安装在基于OpenWRT
的路由器上;
安装
Debian/Ubuntu
wget --no-check-certificate -O shadowsocks-libev-debian.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-libev-debian.sh
chmod +x shadowsocks-libev-debian.sh
./shadowsocks-libev-debian.sh 2>&1 | tee shadowsocks-libev-debian.log
CentOS
wget --no-check-certificate -O shadowsocks-libev.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-libev.sh
chmod +x shadowsocks-libev.sh
./shadowsocks-libev.sh 2>&1 | tee shadowsocks-libev.log
根据提示输入SS密码,端口号,加密方式
再次出现提示,任意键继续,ctrl+c取消安装
命令
说明 | 命令 |
---|---|
启动 | /etc/init.d/shadowsocks start |
停止 | /etc/init.d/shadowsocks stop |
重启 | /etc/init.d/shadowsocks restart |
卸载 | ./shadowsocks-libev-debian.sh uninstall |
查看状态 | /etc/init.d/shadowsocks status |
配置文件 | /etc/shadowsocks-libev/config.json |
多用户多端口配置
{
"server":"0.0.0.0",
"local_address":"127.0.0.1",
"local_port":1080,
"port_password":{
"端口1":"密码1",
"端口2":"密码2",
"端口3":"密码3",
"端口4":"密码4",
"端口5":"密码5"
},
"timeout":600,
"method":"aes-256-gcm",
"fast_open": false
}
秋水逸冰四合一脚本
安装
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
chmod +x shadowsocks-all.sh
./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
卸载(如果同时安装了多个版本,需要执行多次命令)
./shadowsocks-all.sh uninstall
管理
查看状态的命令start(启动)
stop(停止)
restart(重启)
status(状态)
## 管理命令
Shadowsocks-Python
/etc/init.d/shadowsocks-python start | stop | restart | status
ShadowsocksR
/etc/init.d/shadowsocks-r start | stop | restart | status
Shadowsocks-Go
/etc/init.d/shadowsocks-go start | stop | restart | status
Shadowsocks-libev
/etc/init.d/shadowsocks-libev start | stop | restart | status
## 配置文件(每个版本的配置文件位置如下,修改完成后重启服务即可)
Shadowsocks-Python
/etc/shadowsocks-python/config.json
ShadowsocksR
/etc/shadowsocks-r/config.json
Shadowsocks-Go
/etc/shadowsocks-go/config.json
Shadowsocks-libev
/etc/shadowsocks-libev/config.json
- 小飞机python版一键脚本:https://sunpma.com/83.html
- 小飞机R版一键脚本:https://sunpma.com/541.html
- 小飞机V2安装管理一键脚本:https://sunpma.com/665.html
- 秋水逸冰博客:https://teddysun.com
Pillow 图像库教程 – 使用 ImageGrab 模块ImageGrab 模块(仅限 OS X 和 Windows)该 ImageGrab 模块可用于将屏幕或剪贴板的内容复制到 PIL 图像存储器。PIL.ImageGrab.grab() 拍摄屏幕快照。…
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
喜欢就支持一下吧
相关推荐
评论 抢沙发
请登录后发表评论
注册