<?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>代码 &#8211; 中年韭菜的自我关爱</title>
	<atom:link href="https://www.muyunyying.top/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.muyunyying.top</link>
	<description>一枚番茄爹的碎碎念</description>
	<lastBuildDate>Fri, 11 Dec 2020 07:36:59 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
<site xmlns="com-wordpress:feed-additions:1">153092130</site>	<item>
		<title>CentOS 7.7 安装google bbr</title>
		<link>https://www.muyunyying.top/2020/03/06/centos-7-7-%e5%ae%89%e8%a3%85google-bbr/</link>
					<comments>https://www.muyunyying.top/2020/03/06/centos-7-7-%e5%ae%89%e8%a3%85google-bbr/#respond</comments>
		
		<dc:creator><![CDATA[muyunyying]]></dc:creator>
		<pubDate>Fri, 06 Mar 2020 02:46:23 +0000</pubDate>
				<category><![CDATA[代码]]></category>
		<category><![CDATA[建站]]></category>
		<category><![CDATA[vps]]></category>
		<guid isPermaLink="false">https://www.muyunyying.top/?p=1843</guid>

					<description><![CDATA[沙雕linode又特么更新内核把老子wp站的内核给更新回centos 7.7了 只能再重新装一遍 1、查看系统 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>沙雕linode又特么更新内核把老子wp站的内核给更新回centos 7.7了</p>
<p>只能再重新装一遍</p>
<p>1、查看系统版本</p>
<p><code>cat /etc/redhat-release<br />
CentOS Linux release 7.7.1908 (Core)</code></p>
<p>2、安装elrepo内核（www.elrepo.org，选centos7路线）</p>
<p><del datetime="2020-10-10T04:53:45+00:00">rpm &#8211;import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org</del><br />
<code>yum install https://www.elrepo.org/elrepo-release-7.el7.elrepo.noarch.rpm<br />
yum --enablerepo=elrepo-kernel install kernel-ml -y</code></p>
<p>3、检查、更换内核版本（要先在linode dashboard里选择grub2内核）</p>
<p><code>[root@li1191-15 kerrigan]# uname -r<br />
3.10.0-1062.12.1.el7.x86_64<br />
[root@li1191-15 kerrigan]# awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg<br />
CentOS Linux (5.5.8-1.el7.elrepo.x86_64) 7 (Core)<br />
CentOS Linux (3.10.0-1062.12.1.el7.x86_64) 7 (Core)<br />
CentOS Linux (5.3.6-1.el7.elrepo.x86_64) 7 (Core)<br />
CentOS Linux (3.10.0-1062.1.2.el7.x86_64) 7 (Core)<br />
CentOS Linux (3.10.0-957.27.2.el7.x86_64) 7 (Core)<br />
CentOS Linux (5.2.0-1.el7.elrepo.x86_64) 7 (Core)<br />
CentOS Linux (3.10.0-957.21.3.el7.x86_64) 7 (Core)<br />
CentOS Linux (3.10.0-957.21.2.el7.x86_64) 7 (Core)<br />
CentOS Linux (5.0.9-1.el7.elrepo.x86_64) 7 (Core)<br />
CentOS Linux (4.18.14-1.el7.elrepo.x86_64) 7 (Core)<br />
CentOS Linux (0-rescue-cb018d6767ca4c8983df25647a8794b0) 7 (Core)<br />
[root@li1191-15 kerrigan]# grub2-set-default 0<br />
[root@li1191-15 kerrigan]# reboot</p>
<p>[root@li1191-15 kerrigan]# uname -r<br />
5.5.8-1.el7.elrepo.x86_64</code></p>
<p>4、修改文件开启bbr</p>
<p><code>vim /etc/sysctl.conf<br />
# 在文件末尾添加如下内容<br />
net.core.default_qdisc = fq<br />
net.ipv4.tcp_congestion_control = bbr<br />
#退出<br />
sysctl -p</code></p>
<p>5、检查bbr是否开启</p>
<p><code>[root@li1191-15 kerrigan]# sysctl net.ipv4.tcp_available_congestion_control<br />
net.ipv4.tcp_available_congestion_control = reno cubic bbr<br />
[root@li1191-15 kerrigan]# lsmod | grep bbr<br />
tcp_bbr 20480 13</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.muyunyying.top/2020/03/06/centos-7-7-%e5%ae%89%e8%a3%85google-bbr/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1843</post-id>	</item>
	</channel>
</rss>
