<?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>系统运维 &#187; Ubuntu配置apt-get</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/ubuntu%E9%85%8D%E7%BD%AEapt-get/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu配置apt-get源安装SSH服务</title>
		<link>https://www.osyunwei.com/archives/2514.html</link>
		<comments>https://www.osyunwei.com/archives/2514.html#comments</comments>
		<pubDate>Sat, 18 Feb 2012 07:01:53 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Ubuntu配置apt-get]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2514</guid>
		<description><![CDATA[说明： Ubuntu默认安装下没有配置国内apt-get源、这样使用apt-get在线安装软件会很慢，下面教大家配置apt-get国内镜像源，在线安装SSH服务（最小话安装的Ubuntu默认没有安装SSH） 1、配置apt-get源 cp  /etc/apt/sources.list  /etc/apt/sources.listbak   #备份原有配置文件 nano  /etc/apt/sources.list   #编辑，添加以下代码： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接        deb http://mirrors.163.com/ubuntu/ oneiric main restricted universe multiverse        deb http://mirrors.163.com/ubuntu/ oneiric-security main restricted universe multiverse        deb http://mirrors.163.com/ubuntu/ oneiric-updates main restricted universe multiverse        deb http://mirrors.163.com/ubuntu/ oneiric-proposed main restricted universe multiverse        deb http://mirrors.163.com/ubuntu/ oneiric-backports main restricted universe multiverse        deb-src [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2514.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2514.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
