脚本

VPS常用脚本合集

所有收集的脚本均来自与网络,不定期更新。 三网回程路由测试 curl https://raw.githubusercontent.com/zhanghanyun/backtrace…

利用 Cloud-init 预加载脚本来开启 root 账号密码登录!

此脚本适用于AWS EC2,lightsail,GCP,Azure,scaleway等。 #!/bin/bash echo root:iDonglei |sudo chpasswd…

Debian 9/10一键开启Google BBR

TCP BBR是由来自Google的 Neal Cardwell 和 Yuchung Cheng 发表的新的TCP拥塞控制算法,目前已经在Google内部大范围使用并且随着linu…

bbr 原版/魔改/plus+锐速 四合一脚本

预先准备 CentOs:yum install ca-certificates wget -y && update-ca-trust force-enable De…