<?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; lnmp</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/lnmp%E6%9C%8D%E5%8A%A1%E5%99%A8%E9%85%8D%E7%BD%AE/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>Rocky Linux 10.x编译安装nginx-1.28.x+mysql-8.4.x+php-8.4.x</title>
		<link>https://www.osyunwei.com/archives/16714.html</link>
		<comments>https://www.osyunwei.com/archives/16714.html#comments</comments>
		<pubDate>Fri, 05 Sep 2025 07:34:12 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=16714</guid>
		<description><![CDATA[前置知识： Rocky Linux 10.x系统安装配置图解教程 https://www.osyunwei.com/archives/15874.html 准备篇 1、防火墙配置 Rocky Linux默认使用的是firewall作为防火墙 firewall-cmd --list-all #显示所有规则（含服务、端口、区域） systemctl status firewalld #检查 firewalld 状态 #开放80 443 3306端口 firewall-cmd --permanent --add-port=80/tcp firewall-cmd --permanent --add-port=443/tcp firewall-cmd --permanent --add-port=3306/tcp firewall-cmd --reload #重新加载防火墙配置 2、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 getenforce #查看 SELinux 当前运行模式 3、系统约定 软件源代码包存放位置：/usr/local/src 源码包编译安装位置：/usr/local/软件名字 4、软件包下载 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/16714.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/16714.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 10.9.x编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x 7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.4.x 5.3.x 5.2.x多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/11344.html</link>
		<comments>https://www.osyunwei.com/archives/11344.html#comments</comments>
		<pubDate>Sun, 13 Jun 2021 07:50:05 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11344</guid>
		<description><![CDATA[基础教程： Debian 10.9.x安装配置图解教程 https://www.osyunwei.com/archives/11103.html 准备篇： 一、配置防火墙，开启80端口、3306端口 Debian默认没有安装任何防火墙的，我们这里推荐使用iptables防火墙。 1.1安装iptables防火墙 whereis iptables #查看系统是否安装防火墙 apt-get install iptables #运行此命令安装防火墙 mkdir /etc/sysconfig #创建防火墙配置文件存放目录 touch /etc/sysconfig/iptables #创建防火墙配置文件 nano /etc/sysconfig/iptables #编辑添加防火墙规则 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/services to this default configuration *filter :INPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11344.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11344.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server 20.04.x LTS编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x 7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.4.x 5.3.x 多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/11183.html</link>
		<comments>https://www.osyunwei.com/archives/11183.html#comments</comments>
		<pubDate>Wed, 02 Jun 2021 06:16:28 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=11183</guid>
		<description><![CDATA[基础教程： Ubuntu Server 20.04.1 LTS安装配置图解教程 https://www.osyunwei.com/archives/10727.html 准备篇： 一、配置防火墙，开启80端口、3306端口 1.1安装iptables防火墙 Ubuntu Server默认没有开启任何防火墙的，但是默认安装了ufw防火墙，我们这里推荐使用iptables防火墙。 ufw status #查看系统自带的ufw防火墙状态 Status: inactive #表示关闭 ufw disable #关闭ufw防火墙，参数enable是开启，我们这里关闭 apt-get remove ufw #卸载ufw apt-get purge ufw #清除ufw依赖包 whereis iptables #查看系统是否安装防火墙 apt-get install iptables #运行此命令安装防火墙 mkdir /etc/sysconfig #创建防火墙配置文件存放目录 touch /etc/sysconfig/iptables #创建防火墙配置文件 nano /etc/sysconfig/iptables #编辑添加防火墙规则 # sample configuration for iptables service # you can edit this [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/11183.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/11183.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rocky Linux 8.x编译安装Nginx1.20.x+MySQL8.0.x+PHP8.0.x PHP7.4.x 7.3.x 7.2.x 7.1.x 7.0.x 5.6.x 5.5.x 5.3.x 多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/10917.html</link>
		<comments>https://www.osyunwei.com/archives/10917.html#comments</comments>
		<pubDate>Tue, 23 Mar 2021 11:28:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Rocky]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10917</guid>
		<description><![CDATA[本文档最后更新于2021年5月28日 基础教程： Rocky Linux 8.x系统安装配置图解教程 https://www.osyunwei.com/archives/11453.html 准备篇 一、防火墙配置 Rocky Linux 8.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10917.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10917.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 8.0.1905编译安装Nginx1.16.1+MySQL8.0.18+PHP7.3.10</title>
		<link>https://www.osyunwei.com/archives/10336.html</link>
		<comments>https://www.osyunwei.com/archives/10336.html#comments</comments>
		<pubDate>Fri, 25 Oct 2019 05:23:00 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=10336</guid>
		<description><![CDATA[必会知识： CentOS 8.0.1905系统安装配置图解教程 https://www.osyunwei.com/archives/10256.html 准备篇 一、防火墙配置 CentOS 从7.x开始默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum -y remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件，开发mysql默认端口3306 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10336.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10336.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 7.x编译安装Nginx1.10.3+MySQL5.7.16+PHP5.2 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3多版本全能环境</title>
		<link>https://www.osyunwei.com/archives/10057.html</link>
		<comments>https://www.osyunwei.com/archives/10057.html#comments</comments>
		<pubDate>Sat, 18 Mar 2017 07:18:37 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Web服务器]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=10057</guid>
		<description><![CDATA[本文档最后更新于2019年6月29日 前传： 1、CentOS 7.3.1611系统安装配置图解教程 http://www.osyunwei.com/archives/10003.html 2、CentOS服务器初始化设置 http://www.osyunwei.com/archives/9034.html 准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10057.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10057.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 7.3.1611编译安装Nginx1.10.3+MySQL5.7.16+PHP7.1.2</title>
		<link>https://www.osyunwei.com/archives/10046.html</link>
		<comments>https://www.osyunwei.com/archives/10046.html#comments</comments>
		<pubDate>Fri, 03 Mar 2017 02:50:10 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php7]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=10046</guid>
		<description><![CDATA[前传： 1、CentOS 7.3.1611系统安装配置图解教程 http://www.osyunwei.com/archives/10003.html 2、CentOS服务器初始化设置 http://www.osyunwei.com/archives/9034.html 准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/services to this default [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/10046.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/10046.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 6.5编译安装Nginx1.10.2+MySQL5.5.52+PHP5.5.38</title>
		<link>https://www.osyunwei.com/archives/9859.html</link>
		<comments>https://www.osyunwei.com/archives/9859.html#comments</comments>
		<pubDate>Fri, 16 Dec 2016 03:03:37 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9859</guid>
		<description><![CDATA[准备篇 一、配置防火墙，开启80端口、3306端口 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -m state --state [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9859.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9859.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 7.2.1511编译安装Nginx1.10.1+MySQL5.7.14+PHP7.0.11</title>
		<link>https://www.osyunwei.com/archives/9757.html</link>
		<comments>https://www.osyunwei.com/archives/9757.html#comments</comments>
		<pubDate>Tue, 11 Oct 2016 06:22:25 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9757</guid>
		<description><![CDATA[准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/services to this default configuration *filter :INPUT ACCEPT [0:0] :FORWARD [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9757.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9757.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 7.2.1511编译安装Nginx1.10.1+MySQL5.6.33+PHP5.6.26</title>
		<link>https://www.osyunwei.com/archives/9749.html</link>
		<comments>https://www.osyunwei.com/archives/9749.html#comments</comments>
		<pubDate>Sun, 09 Oct 2016 09:25:19 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9749</guid>
		<description><![CDATA[准备篇 一、防火墙配置 CentOS 7.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/services to this default configuration *filter :INPUT ACCEPT [0:0] :FORWARD [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9749.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9749.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下Web服务器环境搭建LNMP一键安装包 v2.6[20141224更新]</title>
		<link>https://www.osyunwei.com/archives/5081.html</link>
		<comments>https://www.osyunwei.com/archives/5081.html#comments</comments>
		<pubDate>Wed, 24 Dec 2014 06:17:02 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[一键安装]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5081</guid>
		<description><![CDATA[最新版本：lnmp-2.6 更新时间：20141224 MD5值：305651B15F9CCABF5A7912197206ED28 安装说明：请保证服务器能够正常上网、yum命令可以正常使用！ 1、wget http://www.osyunwei.com/lnmp/lnmp-2.6.tar.gz #下载，需要先执行yum install wget安装下载工具 2、tar zxvf lnmp-2.6.tar.gz #解压 3、cd lnmp-2.6 #进入安装目录 4、sh CentOS.sh #运行安装脚本 5、直到安装结束 6、cat /root/web-install.log #查看安装日志 配置说明： 1、MySQL数据库root密码默认为空 可以用下面命令修改密码： mysql -u root -p #进入mysql控制台 use mysql #切换到mysql数据库 update user set password=PASSWORD("123456") where user='root'; #修改root密码为123456 FLUSH PRIVILEGES; #刷新系统授权表 exit #退出mysql控制台 mysql -u root -p #重启进入mysql控制台，提示输入密码123456登录成功! 在终端命令行下还可以执行这条命令修改密码： mysql_secure_installation #设置Mysql密码，根据提示按Y 回车输入2次密码 2、添加站点(建议不要使用Nginx默认站点目录) cd /home ./vhost.sh #执行此命令，提示输入域名，例如www.osyunwei.com，进入确认界面，如果正确，输入Y 如果需要修改，输入N后返回重新输入。 接着会提示"Whether to open ftp service?(Y/N)"询问是否开启站点ftp服务，如果不需要，输入N完成设置，如果 要开启，输入Y，会提示"Please [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5081.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5081.html/feed</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>CentOS 5.11编译安装Nginx1.6.2+MySQL5.6.22+PHP5.6.3</title>
		<link>https://www.osyunwei.com/archives/8894.html</link>
		<comments>https://www.osyunwei.com/archives/8894.html#comments</comments>
		<pubDate>Tue, 16 Dec 2014 13:45:29 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=8894</guid>
		<description><![CDATA[准备篇： CentOS 5.x系统安装配置图解教程 http://www.osyunwei.com/archives/7002.html 一、配置防火墙，开启80端口、3306端口 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-securitylevel # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :RH-Firewall-1-INPUT - [0:0] -A INPUT -j RH-Firewall-1-INPUT -A FORWARD -j RH-Firewall-1-INPUT -A RH-Firewall-1-INPUT -i lo -j ACCEPT -A RH-Firewall-1-INPUT -p icmp --icmp-type [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/8894.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/8894.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 6.6编译安装Nginx1.6.2+MySQL5.6.21+PHP5.6.3</title>
		<link>https://www.osyunwei.com/archives/8867.html</link>
		<comments>https://www.osyunwei.com/archives/8867.html#comments</comments>
		<pubDate>Mon, 15 Dec 2014 08:04:59 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=8867</guid>
		<description><![CDATA[准备篇： CentOS 6.6系统安装配置图解教程 http://www.osyunwei.com/archives/8398.html 一、配置防火墙，开启80端口、3306端口 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/8867.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/8867.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CentOS 7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14</title>
		<link>https://www.osyunwei.com/archives/7891.html</link>
		<comments>https://www.osyunwei.com/archives/7891.html#comments</comments>
		<pubDate>Tue, 08 Jul 2014 06:00:15 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOS 7.0]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=7891</guid>
		<description><![CDATA[准备篇： CentOS 7.0系统安装配置图解教程 http://www.osyunwei.com/archives/7829.html 一、配置防火墙，开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙，这里改为iptables防火墙。 1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/7891.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/7891.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RHEL 7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14</title>
		<link>https://www.osyunwei.com/archives/7806.html</link>
		<comments>https://www.osyunwei.com/archives/7806.html#comments</comments>
		<pubDate>Thu, 03 Jul 2014 09:20:21 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[RHEL]]></category>
		<category><![CDATA[lnmp]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=7806</guid>
		<description><![CDATA[准备篇： RHEL 7.0系统安装配置图解教程 http://www.osyunwei.com/archives/7702.html 一、使用系统镜像文件配置本地yum源 1、使用WinSCP.exe等工具上传系统镜像文件rhel-server-7.0-x86_64-dvd.iso到/usr/local/src目录 2、使用Putty.exe工具远程连接到RHEL服务器 3、挂载系统镜像文件 mkdir /media/cdrom #新建镜像文件挂载目录 cd /usr/local/src #进入系统镜像文件存放目录 ls #列出目录文件，可以看到刚刚上传的系统镜像文件 mount -t iso9660 -o loop /usr/local/src/rhel-server-7.0-x86_64-dvd.iso /media/cdrom #挂载系统镜像 cd /media/cdrom #进入挂载目录，使用ls命令可以看到已经有文件存在了 备注：umount /media/cdrom #卸载系统镜像 4、设置开机自动挂载系统镜像文件 vi /etc/fstab #添加以下代码。实现开机自动挂载 /usr/local/src/rhel-server-7.0-x86_64-dvd.iso /media/cdrom iso9660 defaults,ro,loop 0 0 :wq! #保存退出 备注：iso9660使用df -T 查看 5、配置本地yum源 cd /etc/yum.repos.d/ #进入yum配置目录 touch rhel-media.repo #建立yum配置文件 vi rhel-media.repo #编辑配置文件，添加以下内容 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/7806.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/7806.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
