<?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>debian9 &#8211; 科技改变生活-雨落星辰</title>
	<atom:link href="https://p1e.cn/html/tag/debian9/feed" rel="self" type="application/rss+xml" />
	<link>https://p1e.cn</link>
	<description>所有的伟大,都源于一个勇敢的开始</description>
	<lastBuildDate>Sat, 10 Apr 2021 07:48:08 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>简单几步把debian 9升级到debian 10</title>
		<link>https://p1e.cn/html/2896.html</link>
					<comments>https://p1e.cn/html/2896.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Sat, 10 Apr 2021 07:47:03 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian9]]></category>
		<guid isPermaLink="false">https://www.815494.com/?p=2896</guid>

					<description><![CDATA[最近在用vps的时候发现其后台只有debian 9，而debian 10发布之后很多新东西都很方便，对于debian\centos这样的Linux发型版本，如果我们不是有特殊的需求的情况下还是尽量追新吧。站长最近也打算抛弃ubuntu回归debian了。 不废话了： 更新： apt-get update &#38;&#38; apt-get upgrade 备份一份： cp /etc/apt/sources.list /etc/apt/sources.list.orig 将/etc/apt/sources.list]]></description>
										<content:encoded><![CDATA[<p>最近在用vps的时候发现其后台只有debian 9，而debian 10发布之后很多新东西都很方便，对于debian\centos这样的Linux发型版本，如果我们不是有特殊的需求的情况下还是尽量追新吧。站长最近也打算抛弃ubuntu回归debian了。</p>
<p>不废话了：</p>
<h4><strong>更新</strong>：</h4>
<pre>apt-get update &amp;&amp; apt-get upgrade</pre>
<h4><strong>备份一份</strong>：</h4>
<pre>cp /etc/apt/sources.list /etc/apt/sources.list.orig</pre>
<h4><strong>将/etc/apt/sources.list里所有“stretch”替换为“buster”</strong>：</h4>
<pre>sed -i 's/stretch/buster/g' /etc/apt/sources.list</pre>
<h4><strong>再更新一下</strong></h4>
<pre>apt-get update &amp;&amp; apt-get upgrade</pre>
<h4><strong>执行升级命令</strong></h4>
<pre>apt-get dist-upgrade</pre>
<h4><strong>提示完成后重启</strong></h4>
<pre>reboot</pre>
<h4><strong>查看下当前debian版本</strong></h4>
<pre>lsb_release -a</pre>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/2896.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
