侧边栏壁纸
博主头像
奇遇网

上善若水,无为处世

  • 累计撰写 24 篇文章
  • 累计创建 45 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

常用脚本整理

Leo
Leo
2024-11-22 / 0 评论 / 0 点赞 / 67 阅读 / 0 字

综合工具箱
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

是否可以访问ChatGPT
bash <(curl -Ls https://raw.githubusercontent.com/missuo/OpenAI-Checker/main/openai.sh)

添加虚拟内存
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

独立服务器测试
wget -q https://github.com/Aniverse/A/raw/i/a && bash a

sudo apt update
sudo apt install python3-prettytable -y
bash <(wget -qO- git.io/ceshi) -j

带宽测试
curl -sL https://yabs.sh | bash

硬盘通电时间
wget -q https://github.com/Aniverse/A/raw/i/a && bash a

硬盘写入量
wget -c https://www.hdsentinel.com/hdslin/hdsentinel-019c-x64.gz
gunzip  hdsentinel-019c-x64.gz 
chmod 755  hdsentinel-019c-x64 
./hdsentinel-019c-x64

代码出处: https://yabs.sh/

机器测试
基本信息查询

查看Linux 系统信息,测试网络带宽及硬盘读写速率

wget -qO- bench.sh | bash

GB6 跑分脚本,附带宽测试
curl -sL yabs.sh | bash
GB5 跑分脚本,附带宽测试
curl -sL yabs.sh | bash -5

最全测速脚本

bash <(curl -sL res.yserver.ink/taier.sh)
curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
显示延迟、抖动
bash <(wget -qO- https://bench.im/hyperspeed)
显示回程线路
curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash
wget -q route.f2k.pub -O route && bash route
三网测速
bash <(curl -Lso- https://git.io/superspeed_uxh)
四网测速
bash <(curl -Lso- https://dl.233.mba/d/sh/speedtest.sh)
bash <(curl -Lso- https://git.io/J1SEh)
测试25端口
telnet smtp.aol.com 25
测试IPv4/IPv6优先级
curl ip.p3terx.com
全媒体测试
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
奈飞测试
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.5/nf_2.5_linux_amd64 && chmod +x nf && clear && ./nf

部分转自:整理一些常用的脚本(持续更新中)-我不是咕咕鸽

博主关闭了所有页面的评论