<?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; archlinux 配置pacman源</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/archlinux-%E9%85%8D%E7%BD%AEpacman%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>Archlinux 配置pacman源安装openssh</title>
		<link>https://www.osyunwei.com/archives/2846.html</link>
		<comments>https://www.osyunwei.com/archives/2846.html#comments</comments>
		<pubDate>Tue, 28 Feb 2012 04:29:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[archlinux 配置pacman源]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[pacman]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2846</guid>
		<description><![CDATA[1、配置pacman源 nano /etc/pacman.d/mirrorlist   #编辑pacman源 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 找到## China，取消下面每行前面的注释，开启国内pacman源 ## China Server = http://mirrors.163.com/archlinux/$repo/os/$arch Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch Server = http://mirror6.bjtu.edu.cn/archlinux/$repo/os/$arch Server = ftp://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch ctrl+o    #保存 ctrl+x    #退出 pacman -Syu   #更新系统 2、安装openssh 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 pacman -S openssh   #安装openssh nano /etc/rc.conf   #编辑文件，在最后添加下面代码 DAEMONS=(hwcloak syslog-ng network netfs crond sshd)   #添加sshd开机启动 ctrl+o    #保存 ctrl+x    #退出 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2846.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2846.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
