<?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; apt-get</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/apt-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>Wed, 01 Apr 2026 08:27:54 +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>
		<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>
		<item>
		<title>Debian 配置apt-get源安装SSH服务</title>
		<link>https://www.osyunwei.com/archives/2215.html</link>
		<comments>https://www.osyunwei.com/archives/2215.html#comments</comments>
		<pubDate>Sun, 12 Feb 2012 09:53:05 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2215</guid>
		<description><![CDATA[说明：在没有接入网络的情况下，采用最小话方式安装debian，默认是没有配置apt-get源、没有安装远程管理服务SSH的，这个时候是无法使用apt-get install 在线安装软件的，也无法使用putty等远程管理客户端连接服务器，下面教大家配置apt-get源，在线安装SSH服务： 1、配置apt-get源 cp  /etc/apt/sources.list  /etc/apt/sources.listbak   #备份原有配置文件        nano  /etc/apt/sources.list   #编辑 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接       注释掉本地光盘源这一行： deb cdrom:[Debian GNU/Linux 6.0.4 _Squeeze_ - Official i386 DVD Binary-1 20120128-12:53]/ squeeze contrib main       取消下面两行官方源前面的注释，添加以下代码： ctrl+o   #保存配置        ctrl+x   #退出        apt-get update   #更新源        apt-get upgrade  #更新系统 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 2、安装SSH服务  apt-get install ssh     #安装ssh服务 至此，Debian配置apt-get源安装SSH服务教程完成，现在可以使用apt-get install安装软件、使用putty远程连接服务器了。 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2215.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2215.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
