Last updated on October 2, 2024 am
                  
                
              
            
            
              
                
                
本站仅对这些脚本进行收集或镜像,不对其可用性负责,也不对其安全性等任何方面负责。
如果执行后出现未安装wget的提示请先安装wegt
ubuntu/debian等安装wget
centos等安装wget
如果出现证书不信任的情况,请在wget后加上–no-check-certificate
1
   | bash <(wget --no-check-certificate -O- https:
 
  | 
 
查看CPU信息
1 2 3
   | cat /proc/cpuinfo
  uname -a   #查看当前内核信息
 
  | 
 
内核更改-开启BBR,更换BBRplus等
1
   | bash <(curl -Lso- https:
 
  | 
 
萌咖大佬的一键DD重装系统
1 2 3 4 5
   | ##镜像文件在OneDrive wget -N --no-check-certificate https:
  ##镜像文件在GoogleDrive wget -N --no-check-certificate https:
 
  | 
 
Linux修改主机名
1 2 3 4 5 6
   | #首先执行,例如hostnamectl set-hostname wrnxr hostnamectl set-hostname <yourname> #然后执行下面的命令,修改原主机名为刚刚设置的 vi /etc/hosts #最后输入reboot重启机器 vi /etc/hosts
 
  | 
 
修改源
测试脚本
1 2 3 4
   | #老鬼大佬的SuperBench测试脚本 wget -qO- --no-check-certificate https: #镜像 wget -qO- --no-check-certificate https:
 
  | 
 
1 2 3 4
   | #秋水逸冰大佬的UnixBench.sh wget --no-check-certificate https: chmod +x unixbench.sh ./unixbench.sh
 
  | 
 
1 2
   | #一键全测脚本 bash <(wget -qO- --no-check-certificate https:
 
  | 
 
查看I/O bench以及system info
LemonBench.sh
1 2 3 4
   | #快速测试 curl -fsL https: #完整测试 curl -fsL https:
 
  | 
 
Superspeed三网多节点测速
1 2 3
   | wget https: chmod +x superspeed.sh ./superspeed.sh
 
  | 
 
1 2 3 4 5
   | #masonr大佬的yabs.sh wget -qO- yabs.sh | bash curl -sL yabs.sh | bash #镜像 wget --no-check-certificate https:
 
  | 
 
1 2 3
   | curl -Lso- bench.sh | bash   bash <(wget -qO- https:
 
  | 
 
流媒体解锁测试脚本
1
   | bash <(curl -sSL "https://git.io/JswGm")
 
  | 
 
1 2 3
   | bash <(curl -L -s check.unlock.media)   bash <(curl -L -s https:
 
  | 
 
回程测试脚本