<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深度VPS &#187; BBRPLUS/</title>
	<atom:link href="http://www.deepvps.com/tag/bbrplus/feed" rel="self" type="application/rss+xml" />
	<link>http://www.deepvps.com</link>
	<description>专注VPS技术，关注前端技术</description>
	<lastBuildDate>Sat, 04 Feb 2023 14:00:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux一键安装常见/最新内核脚本 BBR/锐速/BBRPLUS/BBR2</title>
		<link>http://www.deepvps.com/vps-bbr-bbrplus.html</link>
		<comments>http://www.deepvps.com/vps-bbr-bbrplus.html#comments</comments>
		<pubDate>Wed, 25 Jan 2023 11:48:20 +0000</pubDate>
		<dc:creator>deepvps</dc:creator>
				<category><![CDATA[VPS优化]]></category>
		<category><![CDATA[BBR]]></category>
		<category><![CDATA[BBRPLUS/]]></category>
		<category><![CDATA[锐速]]></category>

		<guid isPermaLink="false">http://www.deepvps.com/?p=1660</guid>
		<description><![CDATA[Google 开源了其 TCP BBR 拥塞控制算法，并提交到了 Linux 内核，从 4.9 开始，Linux 内核已经用上了该算法。根据以往的传统，Google 总是先在自家的生产环境上线运用后，才会将代码开源，此次也不例外。
根据实地测试，在部署了最新版内核并开启了 TCP BBR 的机器上，网速甚至可以提升好几个数量级。
预先准备
centos：yum install ca-certificates wget -y &#38;&#38; update-ca-trust force-enable
debian/ubuntu：apt-get install ca-certificates wget -y &#38;&#38; update-ca-certificates
不卸载内核版本
wget -O tcpx.sh &#8220;https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh&#8221; &#38;&#38; chmod +x tcpx.sh &#38;&#38; ./tcpx.sh

卸载内核版本
wget -O tcp.sh &#8220;https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh&#8221; &#38;&#38; chmod +x tcp.sh &#38;&#38; ./tcp.sh
提示：目前脚本对CN地址作了特殊处理，如果非CN地址被MAXMIND识别为CN，那可能造成处理的链接返回503无法通过链接检测
锐速/bbr/bbrplus 对应的版本：
跟随github地址为 https://github.com/ylx2016/kernel/releases
bbrplus新版源 https://github.com/UJX6N
不卸载版本22优化项默认开启tcp fast open，卸载默认关闭。
BBR
centos7 – 跟随github
debian/ubuntu – 跟随github 支持ARM64
BBRPLUS
centos7 [...]]]></description>
			<content:encoded><![CDATA[<p>Google 开源了其 TCP BBR 拥塞控制算法，并提交到了 Linux 内核，从 4.9 开始，Linux 内核已经用上了该算法。根据以往的传统，Google 总是先在自家的生产环境上线运用后，才会将代码开源，此次也不例外。<br />
根据实地测试，在部署了最新版内核并开启了 TCP BBR 的机器上，网速甚至可以提升好几个数量级。</p>
<p>预先准备</p>
<blockquote><p>centos：yum install ca-certificates wget -y &amp;&amp; update-ca-trust force-enable<br />
debian/ubuntu：apt-get install ca-certificates wget -y &amp;&amp; update-ca-certificates</p></blockquote>
<p>不卸载内核版本</p>
<blockquote><p>wget -O tcpx.sh &#8220;https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh&#8221; &amp;&amp; chmod +x tcpx.sh &amp;&amp; ./tcpx.sh</p></blockquote>
<p><span id="more-1660"></span></p>
<p>卸载内核版本</p>
<blockquote><p>wget -O tcp.sh &#8220;https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh&#8221; &amp;&amp; chmod +x tcp.sh &amp;&amp; ./tcp.sh</p></blockquote>
<p>提示：目前脚本对CN地址作了特殊处理，如果非CN地址被MAXMIND识别为CN，那可能造成处理的链接返回503无法通过链接检测</p>
<p>锐速/bbr/bbrplus 对应的版本：</p>
<p>跟随github地址为 https://github.com/ylx2016/kernel/releases</p>
<p>bbrplus新版源 https://github.com/UJX6N</p>
<p>不卸载版本22优化项默认开启tcp fast open，卸载默认关闭。</p>
<p>BBR</p>
<p>centos7 – 跟随github</p>
<p>debian/ubuntu – 跟随github 支持ARM64</p>
<p>BBRPLUS</p>
<p>centos7 – 4.14.129</p>
<p>debian/ubuntu – 4.14.129</p>
<p>BBRPLUS新版号 仅限Cloud VMs 改为UJX6N的源</p>
<p>centos7/8 – 跟随github</p>
<p>debian/ubuntu – 跟随github 支持ARM64</p>
<p>XANMOD – 当前为最新LTS内核</p>
<p>centos7 – 跟随github</p>
<p>centos8 – 跟随github</p>
<p>debian/ubuntu – 跟随官方</p>
<p>BBR2合并到XANMOD</p>
<p>CLOUD 由新版BBRPLUS替代</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deepvps.com/vps-bbr-bbrplus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
