Last update at :2024-03-23,Edit by888u
BBR/BBR PLUS/LotServer three-in-one kernel is released, freely switch acceleration methods!
Still wondering which acceleration to use? I believe that the die-hard fans of console information should have used it a long time ago. Since everyone has been using it for a year and has not encountered any bugs, I will release it on the occasion of the New Year and let everyone enjoy it.
Compiled using the official original Kernel source code, only supports CentOS7. If you like, remember to pay attention to the host information.
The rendering is as follows: You do not need to change the core to support three acceleration methods. One core can unlock three postures and freely switch acceleration methods, BBR/BBRPLUS and sharp Speed can coexist, but bloggers don’t recommend it.
Eating posture:
FastTCP three-core acceleration one-click script:
The TV series <
Manual installation:
1. Install the three-in-one kernel
rpm -ivh http://tutu.ovh/kernel/lotserver/withbbrplus/4.11.2/kernel-4.11.2_1.el7.elrepo.x86_64-1.x86_64.rpm --force2. View the new kernel entry id
View all entries
awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfgor
awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2-efi.cfg (for UEFI booted servers)View the current default entry
grub2-editenv list3. Change to specify the entry, regenerate the grub file and restart the operating system.
grub2-mkconfig -o /boot/grub2/grub.cfg grub2-set-default 04. Freely switch acceleration modes
Enable original BBR: vi /etc/sysctl.conf add two lines
net.ipv4.tcp_congestion_control = bbr net.core.default_qdisc = fq net.ipv4.tcp_fastopen = 3Effective immediately
sysctl -p /etc/sysctl.confEnable BBR PLUS: vi /etc/sysctl.conf add two lines
net.ipv4.tcp_congestion_control = bbrplus net.core.default_qdisc = fq net.ipv4.tcp_fastopen = 3Effective immediately
sysctl -p /etc/sysctl.confView enabled congestion control algorithms:
sysctl net.ipv4.tcp_available_congestion_controlEnable LotServer sharp speed:
bash <(wget --no-check-certificate -qO- http://tutu.ovh/bash/lotserver/Install.sh) install 4.11.2-1.el7.elrepo.x86_64Recommended site search: IP address query, personal free space, Korean server recommendation, latest free proxy IP, Hong Kong vps cloud server, how much does general server hosting cost, free IP proxy server, how to query domain name registration number, server high defense Hong Kong ,Registered domain name query,
发表评论