各位 MJJ 好,这个帖子会收录我入坑以来用过的所有脚本和网站,会给每个脚本做个简单分类介绍,也会附上原项目地址,方便大家溯源查找——哪天想不起来某个脚本叫什么了,可以来这翻一翻。

会持续更新

综合类脚本

融合怪
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

image

最强的一键脚本之一,顺序测试和单项测试覆盖得非常全,基本一键就能测完。

NodeQuality
bash <(curl -sL https://run.NodeQuality.com)

image

MJJ 最爱用的一键脚本,也是最方便的一个,买机卖机默认都拿这个的测试结果做参考

脚本工具箱
bash <(curl -sL kejilion.sh)

image

功能非常多,一键就能开启 Linux 管理之旅

IP 质量

IP质量体检脚本
bash <(curl -Ls https://IP.Check.Place)
//指定检测网卡
bash <(curl -Ls https://IP.Check.Place) -i eth0
//指定代理服务器
bash <(curl -Ls https://IP.Check.Place) -x http://username:password@proxyserver:port
bash <(curl -Ls https://IP.Check.Place) -x https://username:password@proxyserver:port
bash <(curl -Ls https://IP.Check.Place) -x socks5://username:password@socksproxy:port

image

ipdata

image

网络质量

网络质量体检脚本
bash <(curl -Ls https://Net.Check.Place)

image

pingpe

image

itdog

image

BGPTOOLS

image

流媒体测试

流媒体测试
bash <(curl -L -s check.unlock.media)

image

目前最全的流媒体测试平台,常见不常见的基本都能测

性能测试

bench
wget -qO- bench.sh | bash

image

yabs
curl -sL https://yabs.sh | bash
或者
wget -qO- yabs.sh | bash

image

网络调优(BBR/TCP)

BBR
wget http://sh.xdmb.xyz/tcp.sh && bash tcp.sh

image

TCP
wget sh.xdmb.xyz/d11.sh && bash d11.sh

一般不太常用,这个参数调得比较猛

其他杂项

DDNS脚本
curl -skLo ue-ddns.sh ddns.03k.org  
sh ue-ddns.sh
然后根据提示完成操作
最后设置定时任务
sudo apt-get update
sudo apt-get install cron
crontab -e
*/10 * * * * /root/(你脚本的名字)@cloudflare_IPV4_URL.sh

作者原文

我自己很少 DD 或者切割小鸡,要是哪位 MJJ 有相关脚本,麻烦发我一下我加进来,其他好用的脚本也欢迎发,看到觉得常用的我都会加上

评论区一人送一个鸡腿 xhj003