linux各种脚本

本文阅读 1 分钟
首页 技术教程 正文

检测回程脚本:

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh | bash

linux挂载硬盘脚本:

wget -O auto_fdisk.sh http://mirrors.linuxeye.com/scripts/auto_fdisk.sh && bash auto_fdisk.sh

一键测试VPS脚本

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

测速脚本:

bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh)

新修改测速脚本

bash <(curl -Lso- https://www.infski.com/files/superspeed.sh)
本文来自投稿,不代表本站立场,如若转载,请注明出处:http://www.cnmini.net/index.php/archives/495/
宝塔7.7优化版本
« 上一篇 09-12
html居中代码居中对齐html
下一篇 » 09-27

发表评论

成为第一个评论的人