<?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 6.2</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/centos-6-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>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS 6.2 yum安装配置lnmp服务器(Nginx+PHP+MySQL)</title>
		<link>https://www.osyunwei.com/archives/2353.html</link>
		<comments>https://www.osyunwei.com/archives/2353.html#comments</comments>
		<pubDate>Tue, 14 Feb 2012 06:12:57 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS 6.2]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[yum安装lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2353</guid>
		<description><![CDATA[准备篇： 1、配置防火墙，开启80端口、3306端口        vi /etc/sysconfig/iptables        -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT（允许80端口通过防火墙）        -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT（允许3306端口通过防火墙） 特别提示：很多网友把这两条规则添加到防火墙配置的最后一行，导致防火墙启动失败，正确的应该是添加到默认的22端口这条规则的下面 添加好之后防火墙规则如下所示： ######################################################### # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2353.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2353.html/feed</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>U盘安装CentOS 6.2（超级详细图解教程）</title>
		<link>https://www.osyunwei.com/archives/2307.html</link>
		<comments>https://www.osyunwei.com/archives/2307.html#comments</comments>
		<pubDate>Mon, 13 Feb 2012 08:48:50 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOS 6.2]]></category>
		<category><![CDATA[U盘]]></category>
		<category><![CDATA[U盘安装]]></category>
		<category><![CDATA[U盘安装CentOS]]></category>
		<category><![CDATA[U盘安装系统]]></category>
		<category><![CDATA[通过U盘安装CentOS 6.2]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2307</guid>
		<description><![CDATA[实现目的：用U盘安装CentOS 6.2 32位系统 所需工具： 一、UltraISO（用来制作U盘启动） 下载地址：http://www.newhua.com/soft/614.htm 二、CentOS 6.2 32位系统镜像 下载地址：http://vault.centos.org/6.2/isos/i386/CentOS-6.2-i386-bin-DVD1.iso 三、U盘一只 要求：U盘容量大于4G(因为CentOS 6.2 32位系统镜像文件需要3.55G的空间) 四、vesamenu.c32文件（用来替换CentOS 6.2默认文件） 下载地址：http://vault.centos.org/6.0/os/i386/isolinux/vesamenu.c32 ################################################################################### 安装步骤： 一、制作U盘启动引导盘 1、电脑插上U盘，打开UltraISO软件，文件---打开，选择你下载好的CentOS-6.2-i386-bin-DVD1.iso文件， 点启动光盘--写入硬盘镜像，在硬盘驱动器里面选择你的U盘（看清楚，千万别选错），写入方式默认为：USB-HDD+，然后点格式化。 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 格式化完成后，关闭对话框，然后再点写入，等几分钟，完成后，点返回，然后关闭UltraISO 2、打开U盘根目录下面的syslinux文件夹，用我们下载的文件vesamenu.c32替换里面原有的文件。     备注：如果没有syslinux文件夹，把isolinux文件夹名字改为syslinux 3、删除U盘根目录下面的Packages文件夹      备注：系统引导没有用到这个文件夹里面的文件，如果U盘空间足够大，也可以不删除。 4、把下载好的系统镜像CentOS-6.2-i386-bin-DVD1.iso复制到U盘根目录下面。 至此，U盘启动盘制作完成，然后退出U盘，这个U盘现在已经可以用来安装CentOS 6.2了。 二、安装CentOS 6.2 开机设置U盘第一启动，重启之后会出来安装界面： 默认选择第一项，回车。 选择Chinese（Simplified），简体中文，然后回车 选择键盘模式，默认 这一步是成败的关键步骤之一，移动光标，定位在Hard drive上, 选择OK，按回车，会出现下面的界面： 这里的/dev/sdb4代表你的U盘分区，我们前面已经把系统镜像拷贝到U盘根目录下面了，这里系统会自动识别 直接点OK，会出现下面的安装界面： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择第一项 选择第一项：是，丢弃所有数据 设置计算机名，默认即可 时区选择，默认即可。 设置root密码 注意：如果你使用的密码过于简单，系统会自动提示，这里选择“仍然使用” [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2307.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2307.html/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>CentOS 6.2 使用第三方yum源安装更多rpm软件包</title>
		<link>https://www.osyunwei.com/archives/1970.html</link>
		<comments>https://www.osyunwei.com/archives/1970.html#comments</comments>
		<pubDate>Sun, 29 Jan 2012 05:59:38 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOS 6.2]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[yum源]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=1970</guid>
		<description><![CDATA[引言：       CentOS自带的yum源中rpm包数量有限，很多时候找不到我们需的软件包，（例如：要安装网络连接查看软件iftop，默认设置下无法使用yum命令安装），下面教大家在CentOS 6.2中（以32位系统为例，64位系统安装方法一样），使用第三方yum源来安装更多软件包。 一、安装CentOS yum源优先级插件yum-priorities       yum install yum-priorities   #输入y安装 二、设置CentOS默认yum源的优先级为最高 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接      cd  /etc/yum.repos.d/   #进入yum源目录      vi CentOS-Base.repo    #在[base]、[updates]、[extras]组下面添加priority=1，在[centosplus]、[contrib]组下面添加priority=2 ################################################################    [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&#38;arch=$basearch&#38;repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 priority=1 [updates] name=CentOS-$releasever - Updates mirrorlist=http://mirrorlist.centos.org/?release=$releasever&#38;arch=$basearch&#38;repo=updates #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 priority=1 [extras] name=CentOS-$releasever - Extras mirrorlist=http://mirrorlist.centos.org/?release=$releasever&#38;arch=$basearch&#38;repo=extras #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 priority=1 [centosplus] name=CentOS-$releasever - Plus [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1970.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1970.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CentOS 6.2安装配置LAMP服务器(Apache+PHP5+MySQL)</title>
		<link>https://www.osyunwei.com/archives/1566.html</link>
		<comments>https://www.osyunwei.com/archives/1566.html#comments</comments>
		<pubDate>Wed, 21 Dec 2011 05:42:51 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS 6.2]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=1566</guid>
		<description><![CDATA[准备篇： 1、配置防火墙，开启80端口、3306端口    vi /etc/sysconfig/iptables    -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT（允许80端口通过防火墙）    -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT（允许3306端口通过防火墙） 特别提示：很多网友把这两条规则添加到防火墙配置的最后一行，导致防火墙启动失败，正确的应该是添加到默认的22端口这条规则的下面 添加好之后防火墙规则如下所示： ######################################################### # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1566.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1566.html/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>CentOS 6.2安装(超级详细图解教程)</title>
		<link>https://www.osyunwei.com/archives/1537.html</link>
		<comments>https://www.osyunwei.com/archives/1537.html#comments</comments>
		<pubDate>Tue, 20 Dec 2011 19:29:01 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOS 6.2]]></category>
		<category><![CDATA[CentOS 6.2安装]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=1537</guid>
		<description><![CDATA[一、说明： CentOS 6.2的安装镜像文件有两个DVD，安装系统只用到第一个镜像文件，即DVD1,另外一个镜像文件是附带的软件包。 附CentOS 6.2系统镜像下载地址： 32为：http://centos.ustc.edu.cn/centos/6.2/isos/i386/CentOS-6.2-i386-bin-DVD1to2.torrent 64位：http://centos.ustc.edu.cn/centos/6.2/isos/x86_64/CentOS-6.2-x86_64-bin-DVD1to2.torrent 友情提示：如果是虚拟机安装，建议在安装前先看下这篇文章 解决VMware Workstation虚拟机自动安装CentOS问题 http://www.osyunwei.com/archives/1297.html 二、安装系统：用光盘或者U盘成功引导后，出现下面的界面 界面说明：           Install or upgrade an existing system 安装或升级现有的系统           install system with basic video driver 安装过程中采用 基本的显卡驱动           Rescue installed system 进入系统修复模式           Boot from local drive 退出安装从硬盘启动 这里选择第一项，安装或升级现有的系统，回车。 出现是否对CD媒体进行测试的提问，这里选择“Skip”跳过测试。       系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择语言为：中文（简体） 键盘模式，默认即可 选择第一项 选择第一项：是，丢弃所有数据 设置计算机名，默认即可 时区选择，默认即可。 设置root密码 注意：如果你使用的密码过于简单，系统会自动提示，这里选择“仍然使用” [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1537.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1537.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>
