vps性能测试脚本

curl -sL yabs.sh | bash

国内测速脚本

bash <(curl -Lso- https://git.io/superspeed_uxh)

Docker安装脚本

curl -fsSL https://get.docker.com | bash

Rclone安装脚本

curl https://rclone.org/install.sh | sudo bash

锐速,bbr

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
wget -N --no-check-certificate "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

网页speedtest

curl -sSL https://get.docker.com/ | sh
systemctl start docker
systemctl enable docker
docker run -d --name looking-glass --restart always --network host wikihostinc/looking-glass-server

百度云docker

docker pull johnshine/baidunetdisk-crossover-vnc:latest
docker run -d -p <your vnc port>:5901 -p <your web port>:6080 -e vnc_password=<your password> -v <your download path>:/home/baidu/baidunetdiskdownload/ johnshine/baidunetdisk-crossover-vnc:latest
docker run -d -p 5901:5901 -p 6080:6080 -e vnc_password=<your password> -v /www/wwwroot/cloud.honus.top/baidudownload:/home/baidu/baidunetdiskdownload/ johnshine/baidunetdisk-crossover-vnc:latest

测速,跑分合集

wget git.io/vpstest && bash vpstest

nvm安装node

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash

n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local

查看Linux硬盘通电时间

wget -q https://github.com/Aniverse/A/raw/i/a && chmod +x a && ./a

rclone安装脚本

curl https://rclone.org/install.sh | sudo bash
最后修改:2023 年 08 月 18 日
如果觉得我的文章对你有用,请随意赞赏