Linux常用一键脚本合集。


1.路由回程检测

wget -qO- git.io/fphX1 | bash

2.soga一键安装脚本:

bash <(curl -Ls https://blog.sprov.xyz/soga.sh)

传输协议-编辑配置-填入相应参数 (test可以自己定义)

{
"path": "/test"
}

soga自动证书模板

cert_mode=dns
cert_domain=sg
cert_key_length=ec-256
dns_provider=dns_ali
[email protected]
ALICLOUD_ACCESS_KEY=LTAI5tHHjdpDV9MGPpr
ALICLOUD_SECRET_KEY=zOUtvRej9rbW9w1Op7yWO5LL

老鬼大佬的SuperBench测试脚本
使用方法

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
#或者
curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

秋水逸冰大佬的Bench.sh脚本
使用:

wget -qO- bench.sh | bash
#或者
curl -Lso- bench.sh | bash
#或者
wget -qO- 86.re/bench.sh | bash
#或者
curl -so- 86.re/bench.sh | bash
#Github地址:https://github.com/teddysun/across/blob/master/bench.sh

发表评论