<?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/category/system/other-system/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>openSUSE-Leap-15.6系统安装图解教程</title>
		<link>https://www.osyunwei.com/archives/15119.html</link>
		<comments>https://www.osyunwei.com/archives/15119.html#comments</comments>
		<pubDate>Wed, 05 Feb 2025 08:20:35 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15119</guid>
		<description><![CDATA[一、安装openSUSE 镜像下载地址： https://opensuse-guide.ustclug.org/index.php https://mirrors.ustc.edu.cn/opensuse/distribution/openSUSE-stable/iso/ https://mirrors.ustc.edu.cn/opensuse/distribution/openSUSE-stable/iso/openSUSE-Leap-15.6-DVD-x86_64-Media.iso 成功引导系统后进入下面的界面 选择Installation进行安装，默认是简体中文 安装 下一步 选择否 选择服务器 磁盘分区界面，可以使用默认的分区 这里我们自定义分区，使用LVM分区 选择专家分区程序 从现有分区开始 添加分区 创建1GB的分区 选择原始卷（未格式化） 分区ID：BIOS引导分区 不挂载设备 下一步 继续添加分区 默认剩余全部容量 原始卷（未格式化） 不格式化设备 分区ID：Linux LVM 不挂载设备 下一步 选择LVM卷组 添加卷组 卷组名称：vg（可以自定义名称） 选择可用设备，添加到右边 下一步 选择vg，添加逻辑卷 逻辑卷名称：root（可以自定义） 常规卷 下一步 默认全部容量 下一步 原始卷（未格式化） 格式化设备 文件系统：Ext4 挂载设备 挂载点：/ 下一步 自定义LVM分区完成 下一步 下一步 跳过用户创建 下一步 设置root密码 密码过于简单会提示 下一步 安装 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15119.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15119.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE-Leap-15.5系统安装图解教程</title>
		<link>https://www.osyunwei.com/archives/14245.html</link>
		<comments>https://www.osyunwei.com/archives/14245.html#comments</comments>
		<pubDate>Thu, 18 Jan 2024 05:53:47 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[suse]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14245</guid>
		<description><![CDATA[一、安装openSUSE 镜像下载地址： https://opensuse-guide.ustclug.org/index.php https://mirrors.ustc.edu.cn/opensuse/distribution/openSUSE-stable/iso/ 选择：否 选择：服务器 这里使用的是默认分区方案，可以根据需要自定义分区。 跳过用户创建 设置root密码 二、配置openSUSE 1、设置ip地址和子网掩码 vi /etc/sysconfig/network/ifcfg-eth0 #编辑配置文件 BOOTPROTO='static' STARTMODE='auto' ZONE=public IPADDR='192.168.21.172' NETMASK='255.255.255.0' :wq! #保存退出 2、设置网关 vi /etc/sysconfig/network/routes default 192.168.21.2 - - :wq! #保存退出 3、设置dns #openSUSE-Leap-15需要修改/etc/sysconfig/network/config这个配置文件来设置dns #/etc/resolv.conf是/run/netconfig/resolv.conf的软连接，实际要在/etc/sysconfig/network/config修改 vi /etc/sysconfig/network/config NETCONFIG_DNS_STATIC_SERVERS="8.8.8.8 8.8.4.4" :wq! #保存退出 systemctl restart network #重启网络 cat /etc/resolv.conf cat /run/netconfig/resolv.conf ping www.baidu.com 4、修改主机名 vi /etc/hostname webserver :wq! #保存退出 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14245.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14245.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD修改安装源</title>
		<link>https://www.osyunwei.com/archives/3020.html</link>
		<comments>https://www.osyunwei.com/archives/3020.html#comments</comments>
		<pubDate>Mon, 05 Mar 2012 15:19:24 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[FreeBSD安装源]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3020</guid>
		<description><![CDATA[说明： FreeBSD中安装软件一般有两种方式： （一）、使用pk_add -r Package 来安装软件，Package安装的是已经编译好的二进制软件包，Package默认下载软件包的路径是在/var/db/pkg中 （二）、使用Ports方式编译安装，Ports是下载源码到本地，再执行编译安装，ports软件包的路径是在/usr/ports中 以上两种安装方式都需要从网络下载软件包，默认是从官方的源下载软件包的，速度比较慢，可以修改配置文件指定国内的镜像源来快速安装软件 1、修改Pcakage源为163的镜像源 setenv PACKAGESITE http://mirrors.163.com/FreeBSD/releases/i386/8.1-RELEASE/packages/Latest/ pkg_add -r package    #package为要安装的软件名 2、安装Ports源 portsnap fetch -s portsnap.cn.freebsd.org     #安装ports ee /etc/portsnap.conf   #编辑文件 SERVERNAME=portsnap.cn.FreeBSD.org    #更改服务器为国内镜像 按esc 回车，再按a保存 portsnap fetch extract   #下载ports快照 portsnap update  #更新 ee /etc/make.conf  #编辑文件，添加下面代码 MASTER_SITE_BACKUP?=http://mirrors.163.com/FreeBSD/distfiles/${DIST_SUBDIR}/ MASTER_SITE_OVERRIDE?=${MASTER_SITE_BACKUP} 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 cd  /usr/ports make search name=nginx    #查找ports中是否有nginx这个软件 cd  /usr/ports/www/nginx   #进入软件包目录 make install [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3020.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3020.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FreeBSD配置防火墙开启SSH服务</title>
		<link>https://www.osyunwei.com/archives/3007.html</link>
		<comments>https://www.osyunwei.com/archives/3007.html#comments</comments>
		<pubDate>Sun, 04 Mar 2012 17:12:39 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[FreeBSD防火墙]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3007</guid>
		<description><![CDATA[1、配置FreeBSD 防火墙 ee /etc/rc.conf   #编辑，在最后添加 firewall_enable="yes"  #开启防火墙 net.inet.ip.fw.verbose=1   #启用防火墙日志功能 net.inet.ip.fw.verbose_limit=5  #启用防火墙日志功能 natd_enable="YES"  # 开启防火墙NAT功能 natd_interface="rl0"      natd_flags="-dynamic -m" firewall_script="/etc/ipfw.rules"      #自定义防火墙规则路径 按esc，回车，再按a保存配置 2、添加防火墙规则 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 ee /etc/ipfw.rules    #编辑防火墙规则，添加以下代码 备注：参数说明： #$cmd 300 deny all from 192.168.0.0/16  to any in via $pif  #RFC 1918 private IP 我的IP地址是192.168.21.173，是属于192.168.0.0/16 IP段，所以这里要注释掉这一行，允许连接外网，否则主机无法联网。 $cmd 380 allow tcp from any to me 22 in [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3007.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3007.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FreeBSD设置IP地址、网关、DNS</title>
		<link>https://www.osyunwei.com/archives/3001.html</link>
		<comments>https://www.osyunwei.com/archives/3001.html#comments</comments>
		<pubDate>Sun, 04 Mar 2012 13:24:58 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[FreeBSD dns]]></category>
		<category><![CDATA[FreeBSD IP]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=3001</guid>
		<description><![CDATA[说明： IP：192.168.21.173 子网掩码：255.255.255.0 网关：192.168.21.2 DNS：8.8.8.8            8.8.4.4 1、设置IP地址、网关 ee  /etc/rc.conf   #编辑 ifconfig_em0="inet 192.168.21.173  netmask 255.255.255.0"  #设置IP地址，子网掩码 defaultrouter="192.168.21.2"   #设置网关 hostname="FreeBSD"   #设置主机名字 esc 回车，再按a保存 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 2、设置DNS ee /etc/resolv.conf  #编辑 nameserver 8.8.8.8 nameserver 8.8.4.4 esc 回车，再按a保存 sh /etc/rc   #重启网络 /etc/netstart  #重启网络 现在FreeBSD已经可以上网了！ &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/3001.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » FreeBSD设置IP地址、网关、DNS<p><a rel="bookmark" href="https://www.osyunwei.com/archives/3001.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/3001.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FreeBSD 8.2安装图解教程</title>
		<link>https://www.osyunwei.com/archives/2985.html</link>
		<comments>https://www.osyunwei.com/archives/2985.html#comments</comments>
		<pubDate>Sun, 04 Mar 2012 06:10:31 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[FreeBSD8.2]]></category>
		<category><![CDATA[FreeBSD安装]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2985</guid>
		<description><![CDATA[一、说明： 操作系统：FreeBSD 8.2 下载地址：ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/8.2/FreeBSD-8.2-RELEASE-i386-disc1.iso 二、安装系统 用启动盘成功引导之后，出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 等待10秒、或者按数字1、或者直接回车，进入安装模式 选择国家和地区 用向上方向键定位到45 China(中国)，切换到OK回车 键盘布局，默认即可（美国标准键盘布局） 默认OK 硬盘选择界面，这里我们要使用整个硬盘来安装FreeBSD，直接按A,然后再按Q即可 特别注意：如果你要选择硬盘的某一个分区来安装FreeBSD，或者你的硬盘还有重要数据，千万别按A 否则整个硬盘被格式化。按键说明：A使用整个硬盘；G设置硬盘驱动；C创建新分区；D删除分区；Z改变分区格式； S激活分区；T改变分区类型；U撤销分区操作；Q分区完成。 硬盘引导管理器选择界面，这里我们只有一个系统，所以选择第一项，标准引导，进入磁盘分区界面 说明：先规划好如何分区 FreeBSD swap  236M /   2441M /data    2441M 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 按C,创建新分区，输入swap分区的大小，这里是485153（单位换算：485153 ST=485153/2/1024/=236M） 选择Swap 继续按C创建新分区，输入分区大小5000000 选择FS系统分区 挂载点/ 继续按C创建新分区，输入5000000 选择FS系统分区 挂载点：/data 整个分区设置完成，按Q使设置生效 选择分类界面，由于是服务器，我们不选择任何软件包，直接默认OK，返回到主菜单 选择安装介质，我们是光盘安装的，所以选择第一项CD/DVD 询问是否确认安装，这里选择YES 正在安装，安装完成之后进入下面配置界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 默认OK 是否配置网络，这里选择NO，整个安装完成之后再配置 设置网关，选择NO 是否启用超级守护进程，选择NO 是否开启SSH远程登录，现在NO稍后再开启 是否启用FTP服务，选择NO 是否启用NFS服务，选择NO [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2985.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2985.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SUSE Linux Enterprise Server 设置防火墙开启ssh远程端口</title>
		<link>https://www.osyunwei.com/archives/2931.html</link>
		<comments>https://www.osyunwei.com/archives/2931.html#comments</comments>
		<pubDate>Sat, 03 Mar 2012 12:08:59 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[防火墙]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2931</guid>
		<description><![CDATA[1、vi /etc/sysconfig/SuSEfirewall2   #编辑防火墙设置 FW_SERVICES_EXT_TCP="22"   #开启22端口 rcSuSEfirewall2 restart   #重启防火墙 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 2、安装ssh zypper serach ssh  #查找软件包 zypper install openssh  #安装，或者使用yast2 -i openssh 命令 chkconfig sshd on  #设置开机启动 ############################################### 扩展阅读： 修改主机名字 vi /etc/HOSTNAME  #编辑文件 hostname -F /etc/HOSTNAME   #使修改立刻生效 禁止图形界面登录 vi /etc/inittab id:3:initdefault:   #3为文本模式，5为图形界面模式 ############################################### &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/2931.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » SUSE Linux Enterprise Server 设置防火墙开启ssh远程端口<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2931.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2931.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUSE Linux Enterprise Server 设置IP地址、网关、DNS</title>
		<link>https://www.osyunwei.com/archives/2923.html</link>
		<comments>https://www.osyunwei.com/archives/2923.html#comments</comments>
		<pubDate>Sat, 03 Mar 2012 08:09:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[SUSE dns]]></category>
		<category><![CDATA[SUSE ip]]></category>
		<category><![CDATA[SUSE 网关]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2923</guid>
		<description><![CDATA[说明： ip：192.168.21.172 子网掩码：255.255.255.0 网关：192.168.21.2 dns：8.8.8.8          8.8.4.4 1、设置ip地址 vi /etc/sysconfig/network/ifcfg-eth0   #编辑配置文件 BOOTPROTO='static'   #静态IP BROADCAST='192.168.21.255'   #广播地址 IPADDR='192.168.21.172'   #IP地址 NETMASK='255.255.255.0'   #子网掩码 NETWORK='192.168.21.0'  #网络地址 STARTMODE='auto'    #开机启动网络 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 2、设置网关 vi /etc/sysconfig/network/routes #编辑文件 default 192.168.21.2 - - 3、设置dns vi /etc/resolv.conf   #编辑文件 nameserver=8.8.8.8 nameserver=8.8.4.4 rcnetwork restart  #重启网络 service network restart #重启网络 /etc/init.d/network restart #重启网络 配置完成，现在SUSE Linux已经可以联网了！ &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/2923.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2923.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2923.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SUSE Linux Enterprise Server 11 SP1安装图解教程</title>
		<link>https://www.osyunwei.com/archives/2905.html</link>
		<comments>https://www.osyunwei.com/archives/2905.html#comments</comments>
		<pubDate>Tue, 28 Feb 2012 12:22:03 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[SUSE Linux Enterprise]]></category>
		<category><![CDATA[SUSE Linux 安装]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2905</guid>
		<description><![CDATA[一、说明： 操作系统：SUSE Linux Enterprise Server 11 SP1 下载地址：http://cdn.novell.com/prot/wGqu-GCcLaI~/SLES-11-SP1-DVD-i586-GM-DVD1.iso 需要注册才能下载 二、安装系统 用启动盘成功引导之后，出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 默认进入下面界面 安装界面说明： 1、Boot from Hard Disk  #从硬盘启动 2、installation  #安装 3、Repail installed System   #修复已安装的系统 4、Rescue System   #救援系统 5、Check installation Media   #检查安装媒体 第6、7项代表测试 这里选择第二项，installation安装 语言选择简体中文、键盘布局：英语（美国） 安装方式：全新安装 设置时区：亚洲，上海 服务器方案，物理机 安装设置，点击更改可以自定义，比如最小话安装，或者桌面安装，分区模式等，这里我们需要自定义分区，点击 分区 自定义分区 说明：分区之前选要规划好 swap    1G /      3G /data  1G 选择硬盘，sda，点击添加 主分区 自定义大小1G 文件系统，Swap安装点Swap 继续添加 主分区 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2905.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2905.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>
