常用的一键脚本

发布于 2021-07-30  1,329 次阅读


VPS测试

UnixBench

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh

SuperBench

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

LemonBenchIntl

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast

SuperSpeed

bash <(curl -Lso- http://yun.789888.xyz/speedtest.sh)

全部流媒体解锁测试

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

NetFlix解锁测试

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf

DisneyPlus解锁测试

wget -O dp https://github.com/sjlleo/VerifyDisneyPlus/releases/download/1.01/dp_1.01_linux_amd64 && chmod +x dp && clear && ./dp

一键WARP解锁

bash <(curl -fsSL git.io/warp.sh) d

功能脚本

Linux更换内核

wget -N --no-check-certificate https://github.000060000.xyz/tcp.sh && chmod +x tcp.sh && ./tcp.sh

Xray安装脚本

wget -P /root -N --no-check-certificate https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh && chmod 700 /root/install.sh && /root/install.sh

安装Brook

curl -L https://github.com/txthinking/brook/releases/download/v20210701/brook_Linux_amd64 -o /usr/bin/brook && chmod +x /usr/bin/brook

使用

nohup brook relay -f :1111 -t 1.2.3.4:2222 > /dev/null 2>&1 &

iptables中转脚本

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/iptables-pf.sh && chmod +x iptables-pf.sh && bash iptables-pf.sh

哪吒探针安装

curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh  -o nezha.sh && chmod +x nezha.sh
sudo ./nezha.sh
一条咸鱼
最后更新于 2021-07-30