个人常用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
bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
或者
bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecs/raw/main/ecs.sh)



 

IP质量检测

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

 

锐速/BBRPLUS/BBR2

网址

卸载内核版本:

wget -O tcp.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

不卸载内核版本:

wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.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

 

Rustdesk

wget https://raw.githubusercontent.com/techahold/rustdeskinstall/master/install.sh
chmod +x install.sh
./install.sh

放行端口

TCP 21115-21119

UDP 21116

头图

THE END