<?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; 本地源</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/%E6%9C%AC%E5%9C%B0%E6%BA%90/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 Server 12.10配置本地apt-get源</title>
		<link>https://www.osyunwei.com/archives/5653.html</link>
		<comments>https://www.osyunwei.com/archives/5653.html#comments</comments>
		<pubDate>Thu, 27 Dec 2012 12:38:36 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[本地源]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5653</guid>
		<description><![CDATA[说明： 服务器操作系统：Ubuntu Servwr 12.10 服务器IP地址：192.168.21.152 1、挂载系统光盘（需要先准备好系统安装盘放入光驱） 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 /dev/cdrom  /media/cdrom  #把光盘挂载到/media/cdrom目录下 扩展阅读：服务器如果没有光驱，可以把系统镜像文件上传到服务器，然后通过下面的命令挂载镜像文件 mount -o loop -t iso9660  /home/ubuntu-12.10-server-i386.iso  /media/cdrom #把系统镜像文件/home/ubuntu-12.10-server-i386.iso挂载到/media/cdrom目录下 2、配置源文件 cp /etc/apt/sources.list /etc/apt/sources.listbak #备份原文件 nano /etc/apt/sources.list  #编辑，删除全部内容，添加下面一行 deb file:///media/cdrom quantal main  系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 ctrl+o  #保存配置 ctrl+x  #退出 参数说明： #/media/cdrom为挂载的目录（可以自己创建） #quantal为Ubuntu Server 12.10 的版本名称，main为系统安装文件中pool目录下的文件夹名字 #umount /media/cdrom 命令可以卸载 3、测试apt-get源是否设置成功 apt-get install ssh  #安装ssh 至此，Ubuntu [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5653.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5653.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
