<?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; CentOS 5.8</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/centos-5-8/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>CentOS 5.8编译安装Nginx1.0.15+MySQL5.5.25a+PHP5.3.15</title>
		<link>https://www.osyunwei.com/archives/4924.html</link>
		<comments>https://www.osyunwei.com/archives/4924.html#comments</comments>
		<pubDate>Sat, 21 Jul 2012 04:56:18 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS 5.8]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4924</guid>
		<description><![CDATA[说明： 操作系统：CentOS 5.8 32位 系统安装教程：CentOS 5.8安装图解教程 http://www.osyunwei.com/archives/4881.html 准备篇： 一、配置好IP、DNS 、网关，确保使用远程连接工具能够连接服务器 CentOS 设置IP地址、网关、DNS教程：http://www.osyunwei.com/archives/423.html 二、配置防火墙，开启80端口、3306端口 vi /etc/sysconfig/iptables  #编辑 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT  #允许80端口通过防火墙 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT  #允许3306端口通过防火墙 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 特别提示：很多网友把这两条规则添加到防火墙配置的最后一行，导致防火墙启动失败，正确的应该是添加到默认的22端口这条规则的下面 添加好之后防火墙规则如下所示： ######################################################### # Firewall configuration [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4924.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4924.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CentOS 5.8安装图解教程</title>
		<link>https://www.osyunwei.com/archives/4881.html</link>
		<comments>https://www.osyunwei.com/archives/4881.html#comments</comments>
		<pubDate>Fri, 20 Jul 2012 08:44:15 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOS 5.8]]></category>
		<category><![CDATA[CentOS 安装]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=4881</guid>
		<description><![CDATA[附CentOS 5.8系统镜像下载地址： 32位下载地址： http://mirrors.163.com/centos/5.8/isos/i386/CentOS-5.8-i386-bin-DVD.torrent 64位下载地址： http://mirrors.163.com/centos/5.8/isos/x86_64/CentOS-5.8-x86_64-bin-DVD.torrent 备注： CentOS 5.8系统镜像有两个DVD文件，安装系统只用到第一个，第二个镜像是系统自带的软件包。 用光盘成功引导系统，会出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 直接回车，进入图形化安装界面 按键盘上的Tab键，把光标定位到skip，然后回车（跳过光盘镜像检测） 点击Next 语言选择界面：简体中文，点Next  键盘模式：美国英语式  点下一步 如果磁盘之前没有分区过，会出现上面的界面，点是 （初始化这个驱动器并清除所有数据），出现下面的界面 磁盘分区模式，选择"建立自定义的分区结构" 下一步 进入磁盘分区界面 说明：在对磁盘进行分区之前，要先规划好如何分区，每个分区设置多大 我这里的分区如下 / 4096MB Swap 1019MB  #swap一般建议为物理内存的2倍大小 建议：生产服务器可以单独划分一个/data分区 这样做的好处是，如果系统出现问题，不会影响到数据，或者需要重装系统，数据不用转移。 点新建，会出现下面的界面 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 挂载点： / 文件系统类型：ext3 大小：4096 其它大小选项 选择：固定大小 设置好之后，点确定，出现下面的界面 继续点新建，会出现下面的界面 文件系统类型：swap 大小：1019 其它大小选项 选择：固定大小 设置好之后，点确定，出现下面的界面 分区完成，点下一步，出现下面的界面 默认 下一步，出现下面的界面 设置主机名字、IP地址等信息，这里默认下一步，等系统安装完成之后再设置 时区选择，选择 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/4881.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/4881.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
