说明:最近萌咖大佬的锐速脚本更新了,支持的锐速版本差不多到最新的了,与之前的版本比较,修复了崩溃等众多问题,而且支持的内核更高了(包括4.9+
内核),也就意味着我们在锐速和BBR
之间切换安装的时候不需要重复更换内核了,貌似锐速和BBR
还能共存,但博主感觉效果提升并不大,反而流量可能会爆增,具体的就需要人去探究了,这里只大概说下脚本。
安装
Github地址:https://github.com/MoeClub/lotServer
备份地址:https://github.com/iiiiiii1/LotServer
锐速目前支持的操作系统和内核查看→传送门
1、更换内核
#CentOS 6 32位系统更换内核为2.6.32-504.el6
rpm -ivh http://vault.centos.org/6.6/centosplus/i386/Packages/kernel-firmware-2.6.32-504.el6.centos.plus.noarch.rpm
rpm -ivh http://vault.centos.org/6.6/centosplus/i386/Packages/kernel-2.6.32-504.el6.centos.plus.i686.rpm --force
#CentOS 6 64位系统更换内核为2.6.32-504.3.3.el6.x86_64
rpm -ivh http://vault.centos.org/6.6/centosplus/x86_64/Packages/kernel-firmware-2.6.32-504.3.3.el6.centos.plus.noarch.rpm
rpm -ivh http://vault.centos.org/6.6/centosplus/x86_64/Packages/kernel-2.6.32-504.3.3.el6.centos.plus.x86_64.rpm --force
#CentOS 7系统更换内核为3.10.0-229.1.2.el7.x86_64
rpm -ivh http://dev.centos.org/c7.01.u/kernel/20150327030147/3.10.0-229.1.2.el7.x86_64/kernel-3.10.0-229.1.2.el7.x86_64.rpm --force
查看内核是否更换成功,使用命令:
rpm -qa | grep kernel
如果成功,重启VPS
即可。
2、安装锐速
#常规自动安装
bash <(wget --no-check-certificate -qO- https://github.com/iiiiiii1/lotServer/raw/master/Install.sh) install
#指定内核安装
bash <(wget --no-check-certificate -qO- https://github.com/iiiiiii1/lotServer/raw/master/Install.sh) install <Kernel Version>
#完全卸载
bash <(wget --no-check-certificate -qO- https://github.com/iiiiiii1/lotServer/raw/master/Install.sh) uninstall
3、使用命令
#启动命令
/appex/bin/lotServer.sh start
#状态查询
/appex/bin/lotServer.sh status
#停止加速
/appex/bin/lotServer.sh stop
#更新许可,使用ifconfig查看网卡mac地址,替换00:00:00:00:00:00
wget -qO /appex/etc/apx.lic 'https://api.moeclub.org/lotServer?mac=00:00:00:00:00:00'
最后就说下Debian 9
同时开启BBR
和锐速的方法,但只建议随便玩玩。
更换内核:
#安装4.9.0-4-amd64内核
apt update
wget https://debian.sipwise.com/debian-security/pool/main/l/linux/linux-image-4.9.0-4-amd64_4.9.65-3+deb9u1_amd64.deb
dpkg -i linux-image-4.9.0-4-amd64*.deb
#查看所有内核
dpkg -l|grep linux-image
#卸载其他内核
apt-get purge <旧内核名称>
#内核更新
update-grub
#重启
reboot
安装锐速:
bash <(wget --no-check-certificate -qO- https://github.com/iiiiiii1/lotServer/raw/master/Install.sh) install 4.9.0-4-amd64
开启BBR
:
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
版权声明:本文为原创文章,版权归 Rat's Blog 所有,转载请注明出处!
本文链接:https://www.moerats.com/archives/36/
如教程需要更新,或者相关链接出现404,可以在文章下面评论留言。
接口挂了,安装不了,麻烦看一下
提示什么?好像前几天我才装过
萌咖大佬是翻车了么,项目没了……而且今天在新开vps上部署锐速,debian9 4.9.0-4提示内核不支持,然而以前部署好的同样系统和内核的vps运转正常……细思极恐
项目好像被他暂时隐藏了,我替换了新地址,内核不支持应该是你安装并卸载内核后没重启。
锐速不能开启自启吗
自带开机自启
安装了新内核重启后就无法通过22端口连接vps了 gcp平台
估计翻车了,有些系统换内核容易翻车
我在buyvm VPS debian9 operating system vps上输入apt install -y linux-image-4.9.0-4-amd64,错误提示Reading package lists... Done
wget http://security-cdn.debian.org/pool/updates/main/l/linux/linux-image-4.9.0-4-amd64_4.9.65-3+deb9u1_amd64.deb && dpkg -i linux-image-4.9.0-4-amd64_4.9.65-3+deb9u1_amd64.deb 错误提示:Resolving security-cdn.debian.org (security-cdn.debian.org)... 151.101.112.204, 2a04:4e42:1b::204Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-4.9.0-4-amd64
E: Couldn't find any package by glob 'linux-image-4.9.0-4-amd64'
E: Couldn't find any package by regex 'linux-image-4.9.0-4-amd64'
Connecting to security-cdn.debian.org (security-cdn.debian.org)|151.101.112.204|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-10-23 08:40:47 ERROR 404: Not Found.
4.9.0-4内核在debian官网delete,希望博主能上传debian9 4.9.0-4内核到github
更新下系统看看,apt update
debian9安装4.9.0.4之后重启失败==
我人傻了,发现是 upgrade后重启ssh连接不上
同时开启会不会网速更快
不会,可能还有副作用,具体你体验下。
谢谢您