个人常用VPS指令and脚本

  • 2026/07/16
  • 萌阳

install&update

ubuntu/debian:
apt update -y
例 wget
apt-get install wget -y

centos:
yum update -y
例 wget
yum install wget -y

如果出现证书不信任的情况,在wget后加上–no-check-certificate

Aria2一键安装脚本

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

 

融合怪测评脚本

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

 

bench.sh

wget -qO- bench.sh | bash
或者
curl -Lso- bench.sh | bash

 

三网回程路由测试

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

 

性能测试UnixBench

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh ./unixbench.sh
 

回程线路

wget -qO- git.io/besttrace | bash

 

流媒体解锁

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
bash <(curl -L -s check.unlock.media)

 

yabs

curl -sL yabs.sh | bash
wget -qO- yabs.sh | bash

 

科技lion脚本工具箱

bash <(curl -sL kejilion.sh)

 

头图

图片上传链接信息
img