常见脚本推荐


MJJ你们好,这个地方会放上我开始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

nexttrace

curl -sL nxtrace.org/nt |bash
nexttrace 1.0.0.1

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

作者原文