Last update at :2024-05-11,Edit by888u
When we use foreign servers or VPS, we often encounter problems such as slow download speeds, and we can solve this shortcoming through special software. Of course, the solution is only temporary. If you want to completely solve the problem of slow downloads and uploads, you still have to spend more money to upgrade your bandwidth! Today I will bring you a tutorial on compiling, updating and installing the latest kernel of BBR2-Kernel. Perfectly speed up your server and VPS.
1. Github project address
Click directly to the github project
2. The latest kernel installation method
Notes before installation:
- Before replacing the kernel, please ensure that the VPS has the VNC function. If it cannot be started, please go to the VNC page to manually switch the kernel startup
- This article does not guarantee whether the kernel will run 100% perfectly
- If you encounter the problem of kernel startup failure, please VNC to enter the server to manually select the kernel and delete the default kernel that reports the error
1. First connect to the server and enter the following command to open fq
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
2. centos7 execution command
mkdir BBR2-Kernel && cd BBR2-Kernel wget --no-check-certificate https://github.com/gzare/BBR2-Kernel/raw/master/kernel-devel-latest.x86_64.rpm wget --no-check-certificate https://github.com/gzare/BBR2-Kernel/raw/master/kernel-latest.x86_64.rpm wget --no-check-certificate https://github.com/gzare/BBR2-Kernel/raw/master/kernel-headers-latest.x86_64.rpm rpm -ivh *.rpm
grub2-set-default 0 grub2-mkconfig -o /boot/grub2/grub.cfg
3. Ubuntu/Debian execution command
mkdir BBR2-Kernel && cd BBR2-Kernel wget --no-check-certificate https://github.com/gzare/BBR2-Kernel/raw/master/linux-headers-latest_amd64.deb wget --no-check-certificate https://github.com/gzare/BBR2-Kernel/raw/master/linux-image-latest_amd64.deb dpkg -i *.deb update-grub
After restarting, check uname -a to check the kernel. If it is 5.4.0, the installation is successful. It has been successfully restarted on Debian10/9 KVM architecture and CentOS7 KVM architecture.
Recommended site searches: virtual host application, Ministry of Industry and Information Technology registration inquiry, personal domain name registration, best US server, registration number, virtual host application, dynamic vps second ip change, cn domain name price, mainland China ip agent, free domain name,
发表评论