<?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; debian 6.0.4</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/debian-6-0-4/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>Debian 6.0.4安装配置lnmp（Nginx+MySQL+PHP）第二版</title>
		<link>https://www.osyunwei.com/archives/2406.html</link>
		<comments>https://www.osyunwei.com/archives/2406.html#comments</comments>
		<pubDate>Thu, 16 Feb 2012 15:43:12 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian 6.0.4]]></category>
		<category><![CDATA[Debian安装配置lnmp]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[Nginx+MySQL+PHP]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2406</guid>
		<description><![CDATA[准备篇： 1、配置防火墙，开启80端口、3306端口 说明：debian默认安装是没有开启任何防火墙的，为了服务器的安全，建议大家安装启用防火墙设置，这里推荐使用iptables防火墙。 whereis iptables   #查看系统是否安装防火墙 iptables: /sbin/iptables /usr/share/iptables /usr/share/man/man8/iptables.8.gz  #表示已经安装iptables apt-get install iptables   #如果默认没有安装，请运行此命令安装防火墙 iptables -L  #查看防火墙配置信息，显示如下： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 ##################################################### Chain INPUT (policy ACCEPT) target     prot opt source               destination Chain FORWARD (policy ACCEPT) target     prot opt source               destination Chain OUTPUT (policy ACCEPT) target     prot opt source               destination ##################################################### nano /etc/iptables.default.rules    #添加以下内容 ################################################################################################## *filter [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2406.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2406.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Debian 6.0.4安装配置lnmp（Nginx+MySQL+PHP）第一版</title>
		<link>https://www.osyunwei.com/archives/2387.html</link>
		<comments>https://www.osyunwei.com/archives/2387.html#comments</comments>
		<pubDate>Thu, 16 Feb 2012 11:00:16 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[LNMP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian 6.0.4]]></category>
		<category><![CDATA[Debian 安装配置lnmp]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[Nginx+MySQL+PHP]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2387</guid>
		<description><![CDATA[准备篇： 1、配置防火墙，开启80端口、3306端口 说明：debian默认安装是没有开启任何防火墙的，为了服务器的安全，建议大家安装启用防火墙设置，这里推荐使用iptables防火墙。 whereis iptables   #查看系统是否安装防火墙 iptables: /sbin/iptables /usr/share/iptables /usr/share/man/man8/iptables.8.gz  #表示已经安装iptables apt-get install iptables   #如果默认没有安装，请运行此命令安装防火墙 iptables -L  #查看防火墙配置信息，显示如下： 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容版权所有,转载请注明出处及原文链接 ##################################################### Chain INPUT (policy ACCEPT) target     prot opt source               destination Chain FORWARD (policy ACCEPT) target     prot opt source               destination Chain OUTPUT (policy ACCEPT) target     prot opt source               destination ##################################################### nano /etc/iptables.default.rules    #添加以下内容 ################################################################################################## *filter [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2387.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2387.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian 6.0.4安装图解教程</title>
		<link>https://www.osyunwei.com/archives/2184.html</link>
		<comments>https://www.osyunwei.com/archives/2184.html#comments</comments>
		<pubDate>Sat, 11 Feb 2012 05:38:10 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian 6.0.4]]></category>
		<category><![CDATA[debian安装]]></category>
		<category><![CDATA[debian安装图解]]></category>
		<category><![CDATA[debian安装图解教程]]></category>
		<category><![CDATA[debian安装教程]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2184</guid>
		<description><![CDATA[一、说明： debian 6.0.4的安装镜像文件有8个DVD，安装基本系统只用到第一个镜像文件，即DVD1,其它镜像文件是附带的软件包。 附debian 6.0.4系统镜像下载地址： 32为：http://cdimage.debian.org/debian-cd/6.0.4/i386/iso-dvd/debian-6.0.4-i386-DVD-1.iso 64位：http://cdimage.debian.org/debian-cd/6.0.4/amd64/iso-dvd/debian-6.0.4-amd64-DVD-1.iso 二、安装系统：用启动盘成功引导之后，出现下面的界面 界面说明：           Install 安装系统           graphical install 图形安装           advanced options 高级选项           Help 帮助 这里选择第一项，安装系统，回车。 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 选择语言为：中文（简体） 地区选择为：中国 键盘模式，默认即可 设置主机名字 设置主机域名，默认即可 设置root密码 再次确认密码 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 新建普通用户 设置普通用户密码 再次输入密码 选择：手动 选择磁盘 是 选择空闲分区 创建新分区   输入分区大小 分区类型：主分区 开始   分区设定结束 输入分区大小，划分为交换空间，注意：交换空间的大小一般为物理内存的2倍 点用于：EXT3日志文件系统 选择交换空间 分区设定结束 分区设定结束并将修改写入磁盘 注意：分区之前，自己先要规划好怎么分区？ 我这里的分区如下： 硬盘总共5.4G [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2184.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2184.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
