个人常用VPS指令and脚本

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一键安装脚本

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

 

融合怪测评脚本

Github
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

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

teddysun
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

 

流媒体解锁

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

 

yabs

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

 

科技lion脚本工具箱

科技lion
bash <(curl -sL kejilion.sh)

 

头图

上一篇 更新家庭网络设备咯 EasePi-R1
下一篇 家庭网络结构图