抛砖引玉,欢迎补充
最常用的跑分脚本Yabs
curl -L yabs.sh | bash
dd重装系统
wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/InstallNET.sh && chmod x InstallNET.sh && ./InstallNET.sh -d 10 -v 64 -p "自定义root密码" -port "自定义ssh端口"
ovz转化为alpine
curl -L https://gist.githubusercontent.com/trimsj/c1fefd650b5f49ceb8f3efc1b6a1404d/raw/8c2439d5d583dd40d5af3e570949b9f0974357ba/alpine.sh | bash
openssl生成自签名证书
通过openssl生成私钥
openssl genrsa -out server.key 2048
# 根据私钥生成证书申请文件csr
openssl req -new -key server.key -out server.csr
# 使用私钥对证书申请进行签名从而生成证书
openssl x509 -req -in server.csr -out server.crt -signkey server.key -days 3650

linux换源:
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)开BBR:
wget --no-check-certificate -O tcp.sh https://raw.githubusercontent.com/Mufeiss/Linux-NetSpeed/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh流媒体检测:
bash <(curl -L -s check.unlock.media)@hostlocmjj #3
看了下,有几个确实听常用的,我搬运过来
一键安装wrap
linux实际可用内存检测
centos
Ubuntu / Debian
mtr测试
流媒体解锁测试
网飞测试
搬运自https://archives.vip/6.html
https://blog.laoda.de/archives/useful-script
https://www.wrnxr.cn/163.html
docker 一键安装
三网测试
搬运自https://archives.vip/6.html
https://blog.laoda.de/archives/useful-script
https://www.wrnxr.cn/163.html