<?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</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/archlinux-2/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>
		<item>
		<title>Archlinux 设置IP地址、网关、DNS</title>
		<link>https://www.osyunwei.com/archives/2839.html</link>
		<comments>https://www.osyunwei.com/archives/2839.html#comments</comments>
		<pubDate>Tue, 28 Feb 2012 03:15:10 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[archlinux ip]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2839</guid>
		<description><![CDATA[说明： 系统：Archlinux IP地址：192.168.21.170 子网掩码：255.255.255.0 网关：192.168.21.2  DNS：8.8.8.8            8.8.4.4 操作： 1、设置IP地址、网关 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 nano /etc/rc.conf    #编辑配置文件 interface=eth0   #网卡名称 address=192.168.21.170  #IP地址 netmask=255.255.255.0   #子网掩码 broadcast=192.168.21.255    #这个是广播地址，根据IP地址和子网掩码计算得到 gateway=192.168.21.2   #网关   HOSTNAME="myhost"       #修改主机名称，可以默认不做修改 LOCALE="zh_CN.UTF-8"    #默认语言LOCALE="en_US.UTF-8"修改为中文，可以默认不做修改 ctrl+o    #保存 ctrl+x    #退出 2、设置DNS nano /etc/resolv.conf    #编辑配置文件 nameserver 8.8.8.8 nameserver 8.8.4.4 ctrl+o    #保存 ctrl+x    #退出 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 /etc/rc.d/network restart   #重启网络 现在Archlinux已经可以上网了 ######################################################### [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2839.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2839.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Archlinux 安装图解教程</title>
		<link>https://www.osyunwei.com/archives/2821.html</link>
		<comments>https://www.osyunwei.com/archives/2821.html#comments</comments>
		<pubDate>Mon, 27 Feb 2012 05:51:36 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[archlinux 安装]]></category>
		<category><![CDATA[archlinux 安装图解教程]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2821</guid>
		<description><![CDATA[一、说明： 操作系统：Arch Linux 2011.08.19 下载地址： 32位：http://mirrors.163.com/archlinux/iso/2011.08.19/archlinux-2011.08.19-core-i686.iso 64位：http://mirrors.163.com/archlinux/iso/2011.08.19/archlinux-2011.08.19-core-x86_64.iso 二、安装系统 用启动盘成功引导之后，出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 选项说明： 1、Boot Arch Linux   #引导安装系统 2、Boot existing OS  #启动现有的操作系统 3、Run Memtest86+ (RAM test)  #运行Memtest86 +（RAM测试） 4、Hardware Information （HDT）#显示硬件信息 5、Reboot #重启 6、Power off  #关闭电源 这里选择第一项，引导安装系统 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 输入/arch/setup 默认OK 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 选择第一个，Select source（选择安装介质） 用空格键选中第一项，本地安装介质（我们这里使用的是本地光盘安装） 选择第二项，Set editor（选择系统默认编辑器） 选择nano（备注：你也可以选择vi，建议大家选择nano） 选择第三项：设置时钟 选择第一个，设置时区 选择Asia，亚洲 选择Shanghai 选择第二项，设置时间类型 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2821.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2821.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
