<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[孤城浪子的地盘]]></title> 
<link>https://www.gclz.cn/index.php</link> 
<description><![CDATA[]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[孤城浪子的地盘]]></copyright>
<item>
<link>https://www.gclz.cn/post//</link>
<title><![CDATA[Debian 12 (bookworm) 安装方法及其国内软件源]]></title> 
<author>孤城浪子 &lt;admin@yourname.com&gt;</author>
<category><![CDATA[系统经验]]></category>
<pubDate>Mon, 03 Jun 2024 15:28:07 +0000</pubDate> 
<guid>https://www.gclz.cn/post//</guid> 
<description>
<![CDATA[ 
	把 /etc/apt/sources.list 里面的内容全部注释掉，增加以下 Debian 12 的软件源： <h2>国内常见镜像站点</h2> <p>Debian全球镜像站列表：https://www.debian.org/mirror/list 。</p> <p>下面列出国内常用的镜像站点及 /etc/apt/sources.list 中的具体对应内容：</p> <h3>阿里云镜像站</h3> <pre class="codehilite highlighter-hljs">deb https:<span class="hljs-comment">//mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib<br /></span>deb-src https:<span class="hljs-comment">//mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib<br /></span>deb https:<span class="hljs-comment">//mirrors.aliyun.com/debian-security/ bookworm-security main<br /></span>deb-src https:<span class="hljs-comment">//mirrors.aliyun.com/debian-security/ bookworm-security main<br /></span>deb https:<span class="hljs-comment">//mirrors.aliyun.com/debian/ bookworm-updates main non-free non-free-firmware contrib<br /></span>deb-src https:<span class="hljs-comment">//mirrors.aliyun.com/debian/ bookworm-updates main non-free non-free-firmware contrib<br /></span>deb https:<span class="hljs-comment">//mirrors.aliyun.com/debian/ bookworm-backports main non-free non-free-firmware contrib</span> <br />deb-src https:<span class="hljs-comment">//mirrors.aliyun.com/debian/ bookworm-backports main non-free non-free-firmware contrib</span> </pre> <h3>腾讯云镜像站</h3> <pre class="codehilite highlighter-hljs">deb https:<span class="hljs-comment">//mirrors.tencent.com/debian/ bookworm main non-free non-free-firmware contrib</span> <br />deb-src https:<span class="hljs-comment">//mirrors.tencent.com/debian/ bookworm main non-free non-free-firmware contrib</span> <br />deb https:<span class="hljs-comment">//mirrors.tencent.com/debian-security/ bookworm-security main</span> <br />deb-src https:<span class="hljs-comment">//mirrors.tencent.com/debian-security/ bookworm-security main</span> <br />deb https:<span class="hljs-comment">//mirrors.tencent.com/debian/ bookworm-updates main non-free non-free-firmware contrib</span> <br />deb-src https:<span class="hljs-comment">//mirrors.tencent.com/debian/ bookworm-updates main non-free non-free-firmware contrib</span> <br />deb https:<span class="hljs-comment">//mirrors.tencent.com/debian/ bookworm-backports main non-free non-free-firmware contrib</span> <br />deb-src https:<span class="hljs-comment">//mirrors.tencent.com/debian/ bookworm-backports main non-free non-free-firmware contrib</span> </pre> <h3>网易镜像站</h3> <pre class="codehilite highlighter-hljs">deb https://mirrors.163.com/debian/ bookworm main non-free non-free-firmware contrib <br />deb-src https://mirrors.163.com/debian/ bookworm main non-free non-free-firmware contrib <br />deb https://mirrors.163.com/debian-security/ bookworm-security main <br />deb-src https://mirrors.163.com/debian-security/ bookworm-security main <br />deb https://mirrors.163.com/debian/ bookworm-updates main non-free non-free-firmware contrib <br />deb-src https://mirrors.163.com/debian/ bookworm-updates main non-free non-free-firmware contrib <br />deb https://mirrors.163.com/debian/ bookworm-backports main non-free non-free-firmware contrib <br />deb-src https://mirrors.163.com/debian/ bookworm-backports main non-free non-free-firmware contrib </pre> <h3>华为镜像站</h3> <pre class="codehilite highlighter-hljs">deb https:<span class="hljs-comment">//mirrors.huaweicloud.com/debian/ bookworm main non-free non-free-firmware contrib</span> <br />deb-src https:<span class="hljs-comment">//mirrors.huaweicloud.com/debian/ bookworm main non-free non-free-firmware contrib</span> <br />deb https:<span class="hljs-comment">//mirrors.huaweicloud.com/debian-security/ bookworm-security main</span> <br />deb-src https:<span class="hljs-comment">//mirrors.huaweicloud.com/debian-security/ bookworm-security main</span> <br />deb https:<span class="hljs-comment">//mirrors.huaweicloud.com/debian/ bookworm-updates main non-free non-free-firmware contrib</span> <br />deb-src https:<span class="hljs-comment">//mirrors.huaweicloud.com/debian/ bookworm-updates main non-free non-free-firmware contrib</span> <br />deb https:<span class="hljs-comment">//mirrors.huaweicloud.com/debian/ bookworm-backports main non-free non-free-firmware contrib</span> <br />deb-src https:<span class="hljs-comment">//mirrors.huaweicloud.com/debian/ bookworm-backports main non-free non-free-firmware contrib</span> </pre> <h3>清华大学镜像站</h3> <pre class="codehilite highlighter-hljs">deb https:<span class="hljs-comment">//mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware</span> <br />deb-src https:<span class="hljs-comment">//mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware</span> <br />deb https:<span class="hljs-comment">//mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware</span> <br />deb-src https:<span class="hljs-comment">//mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware</span> <br />deb https:<span class="hljs-comment">//mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware</span> <br />deb-src https:<span class="hljs-comment">//mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware</span> <br />deb https:<span class="hljs-comment">//mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware</span> <br />deb-src https:<span class="hljs-comment">//mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware</span> </pre> <h3>中科大镜像站</h3> <pre class="codehilite highlighter-hljs">deb https:<span class="hljs-comment">//mirrors.ustc.edu.cn/debian/ bookworm main contrib non-free non-free-firmware</span> <br />deb-src https:<span class="hljs-comment">//mirrors.ustc.edu.cn/debian/ bookworm main contrib non-free non-free-firmware</span> <br />deb https:<span class="hljs-comment">//mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware</span> <br />deb-src https:<span class="hljs-comment">//mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware</span> <br />deb https:<span class="hljs-comment">//mirrors.ustc.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware</span> <br />deb-src https:<span class="hljs-comment">//mirrors.ustc.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware</span> <br />deb https:<span class="hljs-comment">//mirrors.ustc.edu.cn/debian-security/ bookworm-security main contrib non-free non-free-firmware</span> <br />deb-src https:<span class="hljs-comment">//mirrors.ustc.edu.cn/debian-security/ bookworm-security main contrib non-free non-free-firmware</span></pre>
]]>
</description>
</item><item>
<link>https://www.gclz.cn/post//#blogcomment</link>
<title><![CDATA[[评论] Debian 12 (bookworm) 安装方法及其国内软件源]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.gclz.cn/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>