• 缘起 我在人群中看见你 缘落 我看见你在人群中

  • 人生所有的折腾,都是为了拖延死亡时间。

  • 佛说:你恨的人,来生不会再见,所以别在他身上浪费时间;你爱的人,来生也不会再见,所以今生好好对他。

  • 真正下定决心的离开,的确是悄无声息的 震耳欲聋的都是还没放下

  • 一个人要知道自己无知,得知道很多知识。

  • “没必要让所有人知道真实的你,或者是你没有必要不停地向人说其实我是一个什么样的人,因为这是无效的,人们还是只会愿意看到他们希望看到的。”

  • 缘由天定、份在人为、天涯陌路、各自为安

  • 这世间最折磨人的,是站在原地的以为还回得去。

  • 我们都是在为自己的行为找到能说服自己的理由而已。

  • “后来我发现世界其实真的很大,没有刻意地见面,就真的没有见过了。”

云服务器常用测试脚本

实用工具 admin 来源:hostloc 11个月前 (01-12) 298次浏览 已收录 0个评论

DD网络重装脚本:系统默认为debian12
moeclub大佬的脚本

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 12 -v 64 -p 密码 -port 端口 -a -firmware

leitbogioro大佬的脚本

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd '密码'

beta.gs大佬的脚本

wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh

服务器综合测试脚本(融合怪)(推荐)

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

性能测试脚本

YABS(推荐)

wget -qO- yabs.sh | bash

流量稀缺的服务器(不测试iperf网络)

curl -sL yabs.sh | bash -s -- -i

geekbench5(不测试geekbench6)

curl -sL yabs.sh | bash -s -- -5

geekbench5,但服务器流量稀缺(不测试geekbench6、不测试iperf网络)

curl -sL yabs.sh | bash -s -- -5 -i

网络测试脚本

hyperspeed 三网测速(推荐)(未开源)

bash <(curl -Lso- https://bench.im/hyperspeed)

AutoTrace 三网回程线路显示(推荐)

wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh

backtrace 三网回程线路直接显示(小白用这个)

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

Bench 网络带宽及硬盘读写速率(国外部分+国内部分节点)

wget -qO- bench.sh | bash

SuperBench.sh 网络带宽及硬盘读写速率(国内三网+speedtest+fast)

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

超售测试脚本

wget --no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod +x memoryCheck.sh && bash memoryCheck.sh

流媒体测试脚本

RegionRestrictionCheck(推荐)

bash <(curl -L -s check.unlock.media)

openai解锁检测

bash <(curl -Ls https://github.com/ludashi2020/OpenAI-Checker/raw/main/openai.sh)

BBR脚本

一键开启BBR(适用于较新的Debian、Ubuntu)

    echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
    echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
    sysctl -p
    sysctl net.ipv4.tcp_available_congestion_control
    lsmod | grep bbr

Linux-NetSpeed(锐速/bbrplus/bbr魔改版)

    wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
    chmod +x tcp.sh
    ./tcp.sh

ylx大佬的锐速/BBRPLUS/BBR2

wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

cloudflare warp脚本 添加IPv4/IPv6网络(2023.12.10更新)

wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh [option] [lisence/url/token]

fail2ban服务器ssh防爆破

wget https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh && bash fail2ban.sh 2>&1 | tee fail2ban.log

常用软件脚本

Docker

curl -sSL https://get.docker.com/ | sh

Aria2一键安装脚本

wget -N git.io/aria2.sh && chmod +x aria2.sh && bash aria2.sh

X U I

bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

宝塔一键挂载硬盘脚本

wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh

acme生成免费证书

curl https://get.acme.sh | sh

测试 25 端口是否开放

telnet smtp.aol.com 25

测试 IPv4 优先还是 IPv6 优先

curl ip.p3terx.com

尘埃未定博客 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:云服务器常用测试脚本
喜欢 (1)
[支付宝红包]
分享 (0)
关于作者:
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址