测试区
融合怪脚本
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
Yabs
curl -sL yabs.sh | bash
三网回程
wget -qO- git.io/autobesttrace | bash
IP质量
bash <(curl -sL IP.Check.Place)
流媒体
bash <(curl -L -s media.ispvps.com)
硬盘测试
dd bs=64k count=4k if=/dev/zero of=test oflag=dsync
功能区
开启bbr
sudo sh -c "echo 'net.ipv4.tcp_congestion_control=bbr' >> /etc/sysctl.conf && sysctl -p && lsmod | grep bbr"
nexttrace路由测试
curl nxtrace.org/nt |bash
使用nexttrace 目标IP
warp获取ip
首次运行
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh [option] [lisence/url/token]
再次运行
warp [option] [lisence]
acme.sh申请证书
curl https://get.acme.sh | sh
输入acme.sh
若出现command not found
,则输入
source ~/.bashrc
更换CA
acme.sh --set-default-ca --server letsencrypt
申请证书
acme.sh --issue -d example.com --dns dns_example
保存证书
acme.sh --installcert -d 'example.com' --key-file /path/ssl/example.com/example.com.key --fullchain-file
/path/ssl/example.com/fullchain.cer
本文作者:VeShian
本文链接:https://veshian.cn/archives/serversh.html
版权声明:转载时须注明出处及本声明