linux学习之路(六)

总结一些常用vps脚本

由 漆黑菌 于 2018年09月17日 发布

安装常见HTTPS证书:

apt-get install ca-certificates

申请泛域名:

    wget https://raw.githubusercontent.com/nanqinlang-script/acme/master/acme_2.0.sh
    bash acme_2.0.sh

探针:

    wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/status.sh && chmod +x status.sh && bash status.sh

BBR加速

bbr kvm:

    wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/bbr.sh && chmod +x bbr.sh && bash bbr.sh
    
    bash bbr.sh status
    
    bash bbr.sh start

bbr ovz:

    // debian+ubuntu
    wget https://raw.githubusercontent.com/nanqinlang-tcp/tcp_nanqinlang/master/Rinetd/bash/tcp_nanqinlang-rinetd-debian+ubuntu.sh &&
    bash tcp_nanqinlang-rinetd-debian+ubuntu.sh
    
    // centos
    wget https://raw.githubusercontent.com/nanqinlang-tcp/tcp_nanqinlang/master/Rinetd/bash/tcp_nanqinlang-rinetd-centos.sh &&
    bash tcp_nanqinlang-rinetd-centos.sh
    wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh
    
    bash <(curl -s -L https://v2ray666.com/v2ray.sh)

aria2

BT下载用软件,配合之前的文章快速搭建私有网盘-Caddy+AriaNG+Aria2配置HTTPS离线下载网盘中提到的Caddy和AriaNG神器

    wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/aria2.sh && chmod +x aria2.sh && bash aria2.sh

测试脚本

    wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

申请泛域名:

    wget https://raw.githubusercontent.com/nanqinlang-script/acme/master/acme_2.0.sh
    bash acme_2.0.sh