<?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>Licess&#039;s Blog &#187; Linux技术</title>
	<atom:link href="http://blog.licess.org/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.licess.org</link>
	<description>关注VPS Linux Nginx MySQL PHP WEB开发 系统管理 服务器架构 Debian CentOS</description>
	<lastBuildDate>Wed, 11 Jan 2012 11:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>wget 批量下载网站目录下的文件</title>
		<link>http://blog.licess.org/wget-download-files/</link>
		<comments>http://blog.licess.org/wget-download-files/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 04:47:18 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[ddnas]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[Wget]]></category>
		<category><![CDATA[批量下载]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=1023</guid>
		<description><![CDATA[今天整了一下ddnas，但是几次更新都出问题，于是准备在diavps上搞过镜像，自己搭建一个openwrt源。执行如下命令就会自动下载http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/下面的所有文件： wget -nd -r -l1 --no-parent http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/ 注：-nd 不创建目录；-r 递归下载；-l1只下载当前目录下的文件；–no-parent 不下载父目录中的文件。 如果想指定下载制定后缀的文件，如只下载http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/下.ipk文件和.gz文件： wget -nd -r -l1 --no-parent -A.ipk -A.gz http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/ 搞好后，更换源，再opkg update恢复正常 相关文章：Linux下Wget创建镜像站点 © licess for Licess&#039;s Blog, 2011. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: ddnas, openwrt, Wget, 批量下载 美国VPS推荐 &#124; 军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付 QQ：503228080]]></description>
			<content:encoded><![CDATA[<p>今天整了一下ddnas，但是几次更新都出问题，于是准备在<a href="http://www.vpser.net/go/diavps" target="_blank">diavps</a>上搞过镜像，自己搭建一个openwrt源。执行如下命令就会自动下载http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/下面的所有文件：</p>
<p>wget -nd -r -l1 --no-parent http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/</p>
<p>注：-nd 不创建目录；-r 递归下载；-l1只下载当前目录下的文件；–no-parent 不下载父目录中的文件。</p>
<p>如果想指定下载制定后缀的文件，如只下载http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/下.ipk文件和.gz文件：</p>
<p>wget -nd -r -l1 --no-parent -A.ipk -A.gz http://downloads.openwrt.org/snapshots/trunk/kirkwood/packages/</p>
<p>搞好后，更换源，再opkg update恢复正常</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/linux-wget-mirror/" title="Linux下Wget创建镜像站点">Linux下Wget创建镜像站点</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2011. |
<a href="http://blog.licess.org/wget-download-files/">Permalink</a> |
<a href="http://blog.licess.org/wget-download-files/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/wget-download-files/&title=wget 批量下载网站目录下的文件">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/ddnas/" rel="tag">ddnas</a>, <a href="http://blog.licess.org/tag/openwrt/" rel="tag">openwrt</a>, <a href="http://blog.licess.org/tag/wget/" rel="tag">Wget</a>, <a href="http://blog.licess.org/tag/%e6%89%b9%e9%87%8f%e4%b8%8b%e8%bd%bd/" rel="tag">批量下载</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/wget-download-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>localhost 与 127.0.0.1 的区别</title>
		<link>http://blog.licess.org/localhost-and-127-0-0-1/</link>
		<comments>http://blog.licess.org/localhost-and-127-0-0-1/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 08:23:32 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[127.0.0.1]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[区别]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=1011</guid>
		<description><![CDATA[localhost与127.0.0.1的区别是什么？相信有人会说是本地ip，曾有人说，用127.0.0.1比localhost好，可以减少一次解析。看来这个入门问题还有人不清楚，其实这两者是有区别的。 1、 localhost也叫local ，正确的解释是:本地服务器 127.0.0.1在windows等系统的正确解释是:本机地址(本机服务器) 他们的解析通过本机的host文件，windows自动将localhost解析为127.0.0.1 2、 localhot(local)是不经网卡传输！这点很重要，它不受网络防火墙和网卡相关的的限制。 127.0.0.1是通过网卡传输，依赖网卡，并受到网络防火墙和网卡相关的限制。 本机IP 也是通过网卡传输的，依赖网卡，并受到网络防火墙和网卡相关的限制。 但是本机IP与127.0.0.1的区别是： 127.0.0.1 只能通过本机访问 本机IP 通过本机访问也能通过外部访问 一般设置程序时本地服务用localhost是最好的，localhost不会解析成ip，也不会占用网卡、网络资源。 有时候用localhost可以，但用127.0.0.1就不可以的情况就是在于此。猜想localhost访问时，系统带的本机当前用户的权限去访问，而用ip的时候，等于本机是通过网络再去访问本机，用的到网络用户的权限。 相关文章：简单总结echo()和print()、require()和include()等易混淆函数的区别 © licess for Licess&#039;s Blog, 2011. &#124; Permalink &#124; 5 comments &#124; Add to del.icio.us Post tags: 127.0.0.1, localhost, 区别 美国VPS推荐 &#124; 军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付 QQ：503228080]]></description>
			<content:encoded><![CDATA[<p>localhost与127.0.0.1的区别是什么？相信有人会说是本地ip，曾有人说，用127.0.0.1比localhost好，可以减少一次解析。看来这个入门问题还有人不清楚，其实这两者是有区别的。</p>
<p>1、</p>
<p>localhost也叫local ，正确的解释是:本地服务器</p>
<p>127.0.0.1在windows等系统的正确解释是:本机地址(本机服务器)</p>
<p>他们的解析通过本机的host文件，windows自动将localhost解析为127.0.0.1<span id="more-1011"></span></p>
<p>2、</p>
<p>localhot(local)是不经网卡传输！这点很重要，它不受网络防火墙和网卡相关的的限制。</p>
<p>127.0.0.1是通过网卡传输，依赖网卡，并受到网络防火墙和网卡相关的限制。</p>
<p>本机IP 也是通过网卡传输的，依赖网卡，并受到网络防火墙和网卡相关的限制。</p>
<p>但是本机IP与127.0.0.1的区别是：</p>
<p>127.0.0.1 只能通过本机访问</p>
<p>本机IP 通过本机访问也能通过外部访问</p>
<p>一般设置程序时本地服务用localhost是最好的，localhost不会解析成ip，也不会占用网卡、网络资源。</p>
<p>有时候用localhost可以，但用127.0.0.1就不可以的情况就是在于此。猜想localhost访问时，系统带的本机当前用户的权限去访问，而用ip的时候，等于本机是通过网络再去访问本机，用的到网络用户的权限。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/echo-print-require-include/" title="简单总结echo()和print()、require()和include()等易混淆函数的区别">简单总结echo()和print()、require()和include()等易混淆函数的区别</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2011. |
<a href="http://blog.licess.org/localhost-and-127-0-0-1/">Permalink</a> |
<a href="http://blog.licess.org/localhost-and-127-0-0-1/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/localhost-and-127-0-0-1/&title=localhost 与 127.0.0.1 的区别">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/127-0-0-1/" rel="tag">127.0.0.1</a>, <a href="http://blog.licess.org/tag/localhost/" rel="tag">localhost</a>, <a href="http://blog.licess.org/tag/%e5%8c%ba%e5%88%ab/" rel="tag">区别</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/localhost-and-127-0-0-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</title>
		<link>http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/</link>
		<comments>http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/#comments</comments>
		<pubDate>Fri, 20 May 2011 05:54:49 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[自动完成]]></category>
		<category><![CDATA[自动补齐]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=995</guid>
		<description><![CDATA[Debian/Ubuntu的apt-get太常用了，不过偶尔可能也会碰到不太熟悉，想不起来的包的名称，除了去debian packages去查找，另外的方法就是给Debian/Ubuntu添加自动补齐/完成功能。方法如下： 1、安装bash-completion apt-get install bash-completion 2、编辑~/.bashrc 文件 添加如下内容： if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi 3、使其生效 退出SSH，重新登录。 apt-get install build-e  然后TAB一下，自动补齐了吧。 好久不写东西了，都荒草丛生了。 相关文章：LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包Debian 17岁了There are no public key available for the following key IDs:解决方法虚拟机下Debian VMWare TOOLS的安装Debian Linux deb包的安装方法Debian Linux下查看版本的命令Debian下彻底删除Gnome和KDE的方法让你的Debian Linux支持NTFS文件系统的读写Ubuntu 8.04 LTS (Hardy Heron) RC正式发布 © licess for Licess&#039;s Blog, 2011. [...]]]></description>
			<content:encoded><![CDATA[<p>Debian/Ubuntu的apt-get太常用了，不过偶尔可能也会碰到不太熟悉，想不起来的包的名称，除了去<a href="http://www.debian.org/distrib/packages" target="_blank">debian packages</a>去查找，另外的方法就是给Debian/Ubuntu添加自动补齐/完成功能。方法如下：</p>
<p><strong>1、安装bash-completion</strong></p>
<p>apt-get install bash-completion</p>
<p><strong>2、编辑~/.bashrc 文件</strong></p>
<p>添加如下内容：<span id="more-995"></span></p>
<p>if [ -f /etc/bash_completion ]; then<br />
. /etc/bash_completion<br />
fi</p>
<p><strong>3、使其生效</strong></p>
<p>退出SSH，重新登录。</p>
<p>apt-get install build-e  然后TAB一下，自动补齐了吧。</p>
<p>好久不写东西了，都荒草丛生了。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li><li><a href="http://blog.licess.org/lnmp-debian-ubuntu/" title="LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包">LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包</a></li><li><a href="http://blog.licess.org/debian-17th-birthday/" title="Debian 17岁了">Debian 17岁了</a></li><li><a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/" title="There are no public key available for the following key IDs:解决方法">There are no public key available for the following key IDs:解决方法</a></li><li><a href="http://blog.licess.org/debian_vmware_tools/" title="虚拟机下Debian VMWare TOOLS的安装">虚拟机下Debian VMWare TOOLS的安装</a></li><li><a href="http://blog.licess.org/debian_deb/" title="Debian Linux deb包的安装方法">Debian Linux deb包的安装方法</a></li><li><a href="http://blog.licess.org/debian_versoin/" title="Debian Linux下查看版本的命令">Debian Linux下查看版本的命令</a></li><li><a href="http://blog.licess.org/debian_delete_gnome_kde/" title="Debian下彻底删除Gnome和KDE的方法">Debian下彻底删除Gnome和KDE的方法</a></li><li><a href="http://blog.licess.org/debian_linux_ntfs/" title="让你的Debian Linux支持NTFS文件系统的读写">让你的Debian Linux支持NTFS文件系统的读写</a></li><li><a href="http://blog.licess.org/ubuntu804lts/" title="Ubuntu 8.04 LTS (Hardy Heron) RC正式发布">Ubuntu 8.04 LTS (Hardy Heron) RC正式发布</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2011. |
<a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/">Permalink</a> |
<a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/&title=为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/apt-get/" rel="tag">apt-get</a>, <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a>, <a href="http://blog.licess.org/tag/ubuntu/" rel="tag">ubuntu</a>, <a href="http://blog.licess.org/tag/%e8%87%aa%e5%8a%a8%e5%ae%8c%e6%88%90/" rel="tag">自动完成</a>, <a href="http://blog.licess.org/tag/%e8%87%aa%e5%8a%a8%e8%a1%a5%e9%bd%90/" rel="tag">自动补齐</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LNMP一键安装包 0.7发布 - 支持LNMPA</title>
		<link>http://blog.licess.org/lnmp-0-7-lnmpa/</link>
		<comments>http://blog.licess.org/lnmp-0-7-lnmpa/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 04:21:40 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[0.7]]></category>
		<category><![CDATA[lnamp]]></category>
		<category><![CDATA[LNMP]]></category>
		<category><![CDATA[lnmpa]]></category>
		<category><![CDATA[LNMP一键安装包]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=987</guid>
		<description><![CDATA[LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。 LNMPA是在LNMP的基础上产生的新的扩展，目前LNMP一键安装包的用户可以直接升级到LNMPA(Nginx、MySQL、PHP、Apache)，由Nginx作为前端处理静态页面、js、图片等，Apache作为后端处理PHP，解决高并发时php-cgi的502问题，提高服务器处理动态内容的能力及稳定性。 LNMP一键安装包 0.7 &#38; LNMPA已经在VPSYOU（感谢提供测试VPS）、DiaHosting（感谢提供测试VPS）、PhotonVPS（感谢提供测试VPS）、vpszz（感谢提供测试VPS）、BurstNet、Linode、YardVPS、DirectSpace、ThrustVPS、瑞豪开源VPS、BuyVM、123Systems等多家美国VPS的CentOS、Debian、Ubuntu的32位和64位系统上测试通过（CentOS/Debian 均为5.0以上版本，Ubuntu为9.04以上版本），并且在Debian6.0也测试通过(BurstNet除外)。 LNMP安装教程：http://lnmp.org/install.html LNMPA安装教程：http://lnmp.org/lnmpa.html 使用交流论坛：http://bbs.vpser.net/forum-25-1.html LNMP相关软件版本： Nginx 0.8.54 MySQL 5.1.54 PHP 5.2.17 PHPMyAdmin 3.3.7 相关更新： 1、优化安装过程，修复多处安装错误处理； 2、添加LNMP至LNMPA升级包； 3、重写PureFTP安装包，实现只需要输入密码即可安装成功； 4、Nginx升级至0.8.54、MySQL升级至5.1.54、PHP升级至5.2.17； 5、优化PHP升级脚本； 6、优化Nginx升级脚本； 7、添加LNMPA PHP版本升级工具； 8、优化eAccelerator自动安装脚本，支持LNMPA同时多次安装都不会出现多次加载； 9、优化ionCube自动安装脚本，支持LNMPA同时多次安装都不会出现多次加载；； 10、去除了Suhosin； 状态管理 LNMP状态管理： /root/lnmp {start&#124;stop&#124;reload&#124;restart&#124;kill&#124;status} Nginx状态管理：/etc/init.d/nginx {start&#124;stop&#124;reload&#124;restart} PHP-FPM状态管理：/etc/init.d/php-fpm {start&#124;stop&#124;quit&#124;restart&#124;reload&#124;logrotate} PureFTPd状态管理： /etc/init.d/pureftpd {start&#124;stop&#124;restart&#124;kill&#124;status} MySQL状态管理：/etc/init.d/mysql {start&#124;stop&#124;restart&#124;reload&#124;force-reload&#124;status} Apache状态管理：/etc/init.d/httpd {start&#124;stop&#124;restart&#124;graceful&#124;graceful-stop&#124;configtest&#124;status} 相关图形界面程序 phpinfo : http://前面输入的域名或IP/phpinfo.php phpMyAdmin : http://前面输入的域名或IP/phpmyadmin/ [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lnmp.org/" target="_blank"><img title="lnmp一键安装包" src="http://lnmp.org/images/logo.gif" alt="" width="156" height="46" /></a></p>
<p>LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。</p>
<p>LNMPA是在LNMP的基础上产生的新的扩展，目前LNMP一键安装包的用户可以直接升级到LNMPA(Nginx、MySQL、PHP、Apache)，由Nginx作为前端处理静态页面、js、图片等，Apache作为后端处理PHP，解决高并发时php-cgi的502问题，提高服务器处理动态内容的能力及稳定性。</p>
<p>LNMP一键安装包 0.7 &amp; LNMPA已经在<a href="http://www.vpser.net/go/vpsyou" target="_blank">VPSYOU</a>（感谢提供测试VPS）、<a href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>（感谢提供测试VPS）、<a href="http://www.vpser.net/go/photonvps" target="_blank">PhotonVPS</a>（感谢提供测试VPS）、<a href="http://www.vpser.net/go/vpszz" target="_blank">vpszz</a>（感谢提供测试VPS）、<a href="http://www.vpser.net/go/burst" target="_blank">BurstNet</a>、<a href="http://www.vpser.net/go/linode" target="_blank">Linode</a>、<a href="http://www.vpser.net/go/yardvps" target="_blank">YardVPS</a>、<a href="http://www.vpser.net/go/directspace" target="_blank">DirectSpace</a>、<a href="http://www.vpser.net/go/thrust" target="_blank">ThrustVPS</a>、<a href="http://www.vpser.net/go/rashost" target="_blank">瑞豪开源VPS</a>、<a href="http://www.vpser.net/go/buyvm" target="_blank">BuyVM</a>、<a href="http://www.vpser.net/go/123systems" target="_blank">123Systems</a>等多家美国VPS的CentOS、Debian、Ubuntu的32位和64位系统上测试通过（CentOS/Debian 均为5.0以上版本，Ubuntu为9.04以上版本），并且在Debian6.0也测试通过(<a href="http://www.vpser.net/go/burst" target="_blank">BurstNet</a>除外)。</p>
<p>LNMP安装教程：<a href="http://lnmp.org/install.html" target="_blank">http://lnmp.org/install.html</a></p>
<p>LNMPA安装教程：<a href="http://lnmp.org/lnmpa.html" target="_blank">http://lnmp.org/lnmpa.html</a></p>
<p>使用交流论坛：<a href="http://bbs.vpser.net/forum-25-1.html">http://bbs.vpser.net/forum-25-1.html<span id="more-987"></span></a></p>
<h3>LNMP相关软件版本：</h3>
<p>Nginx 0.8.54</p>
<p>MySQL 5.1.54</p>
<p>PHP 5.2.17</p>
<p>PHPMyAdmin 3.3.7</p>
<h3>相关更新：</h3>
<p>1、优化安装过程，修复多处安装错误处理；</p>
<p>2、添加LNMP至LNMPA升级包；</p>
<p>3、重写PureFTP安装包，实现只需要输入密码即可安装成功；</p>
<p>4、Nginx升级至0.8.54、MySQL升级至5.1.54、PHP升级至5.2.17；</p>
<p>5、优化PHP升级脚本；</p>
<p>6、优化Nginx升级脚本；</p>
<p>7、添加LNMPA PHP版本升级工具；</p>
<p>8、优化eAccelerator自动安装脚本，支持LNMPA同时多次安装都不会出现多次加载；</p>
<p>9、优化ionCube自动安装脚本，支持LNMPA同时多次安装都不会出现多次加载；；</p>
<p>10、去除了Suhosin；</p>
<h3>状态管理</h3>
<p>LNMP状态管理： /root/lnmp {start|stop|reload|restart|kill|status}</p>
<p>Nginx状态管理：/etc/init.d/nginx {start|stop|reload|restart}</p>
<p>PHP-FPM状态管理：/etc/init.d/php-fpm {start|stop|quit|restart|reload|logrotate}</p>
<p>PureFTPd状态管理： /etc/init.d/pureftpd {start|stop|restart|kill|status}</p>
<p>MySQL状态管理：/etc/init.d/mysql {start|stop|restart|reload|force-reload|status}</p>
<p>Apache状态管理：/etc/init.d/httpd {start|stop|restart|graceful|graceful-stop|configtest|status}</p>
<h3>相关图形界面程序</h3>
<p>phpinfo : http://前面输入的域名或IP/phpinfo.php</p>
<p>phpMyAdmin : http://前面输入的域名或IP/phpmyadmin/</p>
<p>探针 : http://前面输入的域名或IP/p.php</p>
<p>PureFTP管理界面：http://前面输入的域名或IP/ftp/</p>
<h3>LNMP相关目录</h3>
<p>nginx : /usr/local/nginx</p>
<p>mysql : /usr/local/mysql</p>
<p>php : /usr/local/php</p>
<p>网站目录: /home/wwwroot/</p>
<p>Nginx日志目录：/home/wwwlogs/</p>
<h3>LNMP相关配置文件</h3>
<p>Nginx主配置文件：/usr/local/nginx/conf/nginx.conf</p>
<p>MySQL配置文件：/etc/my.cnf</p>
<p>PHP配置文件：/usr/local/php/etc/php.ini</p>
<p>PureFtpd配置文件：/usr/local/pureftpd/pure-ftpd.conf</p>
<p>PureFtpd MySQL配置文件：/usr/local/pureftpd/pureftpd-mysql.conf</p>
<p>Apache配置文件：/usr/local/apache/conf/httpd.conf</p>
<h3>技术支持：</h3>
<p>LNMP官网：<a href="http://www.lnmp.org/" target="_blank">http://www.lnmp.org/</a></p>
<p>技术交流及反馈论坛：<a href="http://bbs.vpser.net/forum-25-1.html" target="_blank">http://bbs.vpser.net/forum-25-1.html</a></p>
<p>&nbsp;</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/lnmp-v0-8/" title="LNMP一键安装包 V0.8发布">LNMP一键安装包 V0.8发布</a></li><li><a href="http://blog.licess.org/lnmp-upgrade-any-nginx-version/" title="LNMP一键安装包 自动无缝升级Nginx至任意版本">LNMP一键安装包 自动无缝升级Nginx至任意版本</a></li><li><a href="http://blog.licess.org/lnmp-0-4/" title="LNMP一键安装包 0.4发布">LNMP一键安装包 0.4发布</a></li><li><a href="http://blog.licess.org/lnmp-screen/" title="安装lnmp前请先运行screen">安装lnmp前请先运行screen</a></li><li><a href="http://blog.licess.org/lnmp-0-5/" title="LNMP一键安装包 0.5 正式发布">LNMP一键安装包 0.5 正式发布</a></li><li><a href="http://blog.licess.org/lnmp-install-php-extensions/" title="lnmp之安装PHP模块(不需要重装PHP)">lnmp之安装PHP模块(不需要重装PHP)</a></li><li><a href="http://blog.licess.org/nginx-securit-script_filename/" title="nginx文件类型错误解析漏洞">nginx文件类型错误解析漏洞</a></li><li><a href="http://blog.licess.org/lnmp-pureftpd-allowoverwrite/" title="lnmp中pureftpd无法覆盖文件的解决方法">lnmp中pureftpd无法覆盖文件的解决方法</a></li><li><a href="http://blog.licess.org/lnmp-pureftpd-cp/" title="lnmp之pureftpd管理面板安装教程[图文]">lnmp之pureftpd管理面板安装教程[图文]</a></li><li><a href="http://blog.licess.org/wordpress-upgrade-error-ftp/" title="Wordpress无法使用自动更新，提示填写FTP信息的解决方法。">Wordpress无法使用自动更新，提示填写FTP信息的解决方法。</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2011. |
<a href="http://blog.licess.org/lnmp-0-7-lnmpa/">Permalink</a> |
<a href="http://blog.licess.org/lnmp-0-7-lnmpa/#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/lnmp-0-7-lnmpa/&title=LNMP一键安装包 0.7发布 - 支持LNMPA">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/0-7/" rel="tag">0.7</a>, <a href="http://blog.licess.org/tag/lnamp/" rel="tag">lnamp</a>, <a href="http://blog.licess.org/tag/lnmp/" rel="tag">LNMP</a>, <a href="http://blog.licess.org/tag/lnmpa/" rel="tag">lnmpa</a>, <a href="http://blog.licess.org/tag/lnmp%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e5%8c%85/" rel="tag">LNMP一键安装包</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/lnmp-0-7-lnmpa/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Centos下如何解包 rpm文件</title>
		<link>http://blog.licess.org/centos-linux-unpackage-rpm-files/</link>
		<comments>http://blog.licess.org/centos-linux-unpackage-rpm-files/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 02:16:37 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[解包]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=982</guid>
		<description><![CDATA[记录一下，备忘 rpm2cpio rpm包名.rpm&#124;cpio -id 相关文章：LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布CentOS 5.2安装以后的一些初始化操作今天在本本上装上CentOS 5 © licess for Licess&#039;s Blog, 2011. &#124; Permalink &#124; One comment &#124; Add to del.icio.us Post tags: centos, rpm, 解包 美国VPS推荐 &#124; 军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付 QQ：503228080]]></description>
			<content:encoded><![CDATA[<p>记录一下，备忘</p>
<p>rpm2cpio rpm包名.rpm|cpio -id</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li><li><a href="http://blog.licess.org/centos-init/" title="CentOS 5.2安装以后的一些初始化操作">CentOS 5.2安装以后的一些初始化操作</a></li><li><a href="http://blog.licess.org/notebook_centos/" title="今天在本本上装上CentOS 5">今天在本本上装上CentOS 5</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2011. |
<a href="http://blog.licess.org/centos-linux-unpackage-rpm-files/">Permalink</a> |
<a href="http://blog.licess.org/centos-linux-unpackage-rpm-files/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/centos-linux-unpackage-rpm-files/&title=Centos下如何解包 rpm文件">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/centos/" rel="tag">centos</a>, <a href="http://blog.licess.org/tag/rpm/" rel="tag">rpm</a>, <a href="http://blog.licess.org/tag/%e8%a7%a3%e5%8c%85/" rel="tag">解包</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/centos-linux-unpackage-rpm-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LNMP一键安装包 自动无缝升级Nginx至任意版本</title>
		<link>http://blog.licess.org/lnmp-upgrade-any-nginx-version/</link>
		<comments>http://blog.licess.org/lnmp-upgrade-any-nginx-version/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 04:51:47 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[LNMP]]></category>
		<category><![CDATA[LNMP一键安装包]]></category>
		<category><![CDATA[升级Nginx]]></category>
		<category><![CDATA[自动升级]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=976</guid>
		<description><![CDATA[前几天发布了LNMP一键安装包0.6，有一些lnmp用户一直在要求增加升级功能，今天发布的脚本就是专门用来升级Nginx，可以升级Nginx至任意官方已发布的Nginx版本。 执行：wget soft.vpser.net/lnmp/upgrade_nginx.sh;sh upgrade_nginx.sh 然后按提示输入要升级的Nginx版本号，Nginx的版本号可以从http://nginx.org/en/download.html查询。输入版本号后回车，再次回车确认即可开始安装，如果不出意外就会升级成功，如果出现问题可以到http://bbs.vpser.net lnmp专区发帖求助。 相关文章：LNMP一键安装包 V0.8发布LNMP一键安装包 0.7发布 &#8211; 支持LNMPAnginx文件类型错误解析漏洞LNMP一键安装包 0.4发布LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)安装lnmp前请先运行screenNginx 新的重载方式 (nginx -s reload)LNMP一键安装包 0.5 正式发布 © licess for Licess&#039;s Blog, 2011. &#124; Permalink &#124; 5 comments &#124; Add to del.icio.us Post tags: LNMP, LNMP一键安装包, Nginx, 升级Nginx, 自动升级 美国VPS推荐 &#124; 军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付 QQ：503228080]]></description>
			<content:encoded><![CDATA[<p><a href="http://lnmp.org/"><img title="lnmp" src="http://www.vpser.net/uploads/2010/11/lnmp.gif" alt="" width="156" height="46" /></a></p>
<p>前几天<a href="http://www.vpser.net/build/lnmp-0-6.html" target="_blank">发布了LNMP一键安装包0.6</a>，有一些lnmp用户一直在要求增加升级功能，今天发布的脚本就是专门用来<a href="http://www.vpser.net/manage/nginx-upgrade.html" target="_blank">升级Nginx</a>，可以升级Nginx至任意官方已发布的Nginx版本。</p>
<p>执行：<strong>wget soft.vpser.net/lnmp/upgrade_nginx.sh;sh upgrade_nginx.sh<br />
</strong></p>
<p>然后按提示输入要升级的Nginx版本号，Nginx的版本号可以从<a href="http://nginx.org/en/download.html">http://nginx.org/en/download.html</a>查询。输入版本号后回车，再次回车确认即可开始安装，如果不出意外就会升级成功，如果出现问题可以到<a href="http://bbs.vpser.net/" target="_blank">http://bbs.vpser.net</a> <a href="http://bbs.vpser.net/forum-25-1.html" target="_blank">lnmp专区</a>发帖求助。</p>
<p><img title="upgrade_nginx" src="http://www.vpser.net/uploads/2011/02/upgrade_nginx.jpg" alt="" width="526" height="269" /></p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/lnmp-v0-8/" title="LNMP一键安装包 V0.8发布">LNMP一键安装包 V0.8发布</a></li><li><a href="http://blog.licess.org/lnmp-0-7-lnmpa/" title="LNMP一键安装包 0.7发布 &#8211; 支持LNMPA">LNMP一键安装包 0.7发布 &#8211; 支持LNMPA</a></li><li><a href="http://blog.licess.org/nginx-securit-script_filename/" title="nginx文件类型错误解析漏洞">nginx文件类型错误解析漏洞</a></li><li><a href="http://blog.licess.org/lnmp-0-4/" title="LNMP一键安装包 0.4发布">LNMP一键安装包 0.4发布</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li><li><a href="http://blog.licess.org/lnmp-debian-ubuntu/" title="LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包">LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包</a></li><li><a href="http://blog.licess.org/lnmp/" title="LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)">LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)</a></li><li><a href="http://blog.licess.org/lnmp-screen/" title="安装lnmp前请先运行screen">安装lnmp前请先运行screen</a></li><li><a href="http://blog.licess.org/nginx-nginx-s-reload/" title="Nginx 新的重载方式 (nginx -s reload)">Nginx 新的重载方式 (nginx -s reload)</a></li><li><a href="http://blog.licess.org/lnmp-0-5/" title="LNMP一键安装包 0.5 正式发布">LNMP一键安装包 0.5 正式发布</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2011. |
<a href="http://blog.licess.org/lnmp-upgrade-any-nginx-version/">Permalink</a> |
<a href="http://blog.licess.org/lnmp-upgrade-any-nginx-version/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/lnmp-upgrade-any-nginx-version/&title=LNMP一键安装包 自动无缝升级Nginx至任意版本">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/lnmp/" rel="tag">LNMP</a>, <a href="http://blog.licess.org/tag/lnmp%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e5%8c%85/" rel="tag">LNMP一键安装包</a>, <a href="http://blog.licess.org/tag/nginx/" rel="tag">Nginx</a>, <a href="http://blog.licess.org/tag/%e5%8d%87%e7%ba%a7nginx/" rel="tag">升级Nginx</a>, <a href="http://blog.licess.org/tag/%e8%87%aa%e5%8a%a8%e5%8d%87%e7%ba%a7/" rel="tag">自动升级</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/lnmp-upgrade-any-nginx-version/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>LNMP一键安装包 0.6 正式发布 - 新春新版更给力</title>
		<link>http://blog.licess.org/lnmp-0-6/</link>
		<comments>http://blog.licess.org/lnmp-0-6/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 01:46:16 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=967</guid>
		<description><![CDATA[经过licess春节假期的紧张测试lnmp0.6发布了。 LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。 LNMP 0.6是一个安装优化版，主要是处理脚本安装过程中的错误及添加Ubuntu专用安装脚本，并未对安装程序的版本进行升级。 LNMP一键安装包 0.6已经在VPSYOU（感谢提供测试VPS）、DiaHosting（感谢提供测试VPS）、PhotonVPS、YardVPS、Linode、DirectSpace、ThrustVPS、瑞豪开源VPS、BuyVM、BurstNet等多家美国VPS的CentOS、Debian、Ubuntu的32位和64位系统上测试通过，并且新发布的Debian6.0也测试通过。 安装教程：http://lnmp.org/install.html LNMP相关软件版本： Nginx 0.7.67 MySQL 5.1.48 PHP 5.2.14 PHPMyAdmin 3.3.7 相关更新： 1、优化安装过程，修复多处安装错误处理，安装成功率大大提升； 2、添加ubuntu专用安装脚本ubuntu.sh； 3、修善pureftpd安装脚本，增加自动开机启动； 状态管理及相关管理页面： 添加虚拟主机：/root/vhost.sh LNMP状态管理： /root/lnmp {start&#124;stop&#124;reload&#124;restart&#124;kill&#124;status} PureFTPd状态管理 /root/pureftpd {start&#124;stop&#124;restart&#124;kill&#124;status} phpinfo : http://前面输入的域名或IP/phpinfo.php phpMyAdmin : http://前面输入的域名或IP/phpmyadmin/ 探针 : http://前面输入的域名或IP/p.php MySQL root密码：如果不输入直接回车为root，否则为你输入的密码。 技术支持： LNMP官网：http://www.lnmp.org/ 作者技术支持邮箱：www@lnmp.org 技术支持论坛：http://bbs.vpser.net/forum-25-1.html （注册需注明：LNMP，人工审核，请尽量通过论坛反馈，以便其他用户参考。） 相关文章：暂无相关日志 © licess for Licess&#039;s Blog, 2011. &#124; Permalink [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://lnmp.org/" target="_blank"><img title="lnmp一键安装包" src="http://lnmp.org/images/logo.gif" alt="" width="156" height="46" /></a></p>
<p>经过<a href="http://blog.licess.org" target="_blank">licess</a>春节假期的紧张测试lnmp0.6发布了。</p>
<p>LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。</p>
<p>LNMP 0.6是一个安装优化版，主要是处理脚本安装过程中的错误及添加Ubuntu专用安装脚本，并未对安装程序的版本进行升级。</p>
<p>LNMP一键安装包 0.6已经在<a href="http://www.vpser.net/go/vpsyou" target="_blank">VPSYOU</a>（感谢提供测试VPS）、<a href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>（感谢提供测试VPS）、<a href="http://www.vpser.net/go/photonvps" target="_blank">PhotonVPS</a>、<a href="http://www.vpser.net/go/yardvps" target="_blank">YardVPS</a>、<a href="http://www.vpser.net/go/linode" target="_blank">Linode</a>、<a href="http://www.vpser.net/go/directspace" target="_blank">DirectSpace</a>、<a href="http://www.vpser.net/go/thrust" target="_blank">ThrustVPS</a>、<a href="http://www.vpser.net/go/rashost" target="_blank">瑞豪开源VPS</a>、<a href="http://www.vpser.net/go/buyvm" target="_blank">BuyVM</a>、<a href="http://www.vpser.net/go/burst" target="_blank">BurstNet</a>等多家美国VPS的CentOS、Debian、Ubuntu的32位和64位系统上测试通过，并且新发布的Debian6.0也测试通过。</p>
<p>安装教程：<a href="http://lnmp.org/install.html" target="_blank">http://lnmp.org/install.html</a><img title="更多..." src="http://www.vpser.net/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /><span id="more-967"></span></p>
<p>LNMP相关软件版本：</p>
<p>Nginx 0.7.67<br />
MySQL 5.1.48<br />
PHP 5.2.14<br />
PHPMyAdmin 3.3.7</p>
<p>相关更新：<br />
1、优化安装过程，修复多处安装错误处理，安装成功率大大提升；<br />
2、添加ubuntu专用安装脚本ubuntu.sh；<br />
3、修善pureftpd安装脚本，增加自动开机启动；</p>
<div id="_mcePaste">状态管理及相关管理页面：</div>
<div>添加虚拟主机：/root/vhost.sh</div>
<div id="_mcePaste">LNMP状态管理： /root/lnmp {start|stop|reload|restart|kill|status}</div>
<div id="_mcePaste">PureFTPd状态管理 /root/pureftpd {start|stop|restart|kill|status}</div>
<div id="_mcePaste">phpinfo : http://前面输入的域名或IP/phpinfo.php</div>
<div id="_mcePaste">phpMyAdmin : http://前面输入的域名或IP/phpmyadmin/</div>
<div id="_mcePaste">探针 : http://前面输入的域名或IP/p.php</div>
<div id="_mcePaste">MySQL root密码：如果不输入直接回车为root，否则为你输入的密码。</div>
<p>技术支持：</p>
<p>LNMP官网：<a href="http://www.lnmp.org/" target="_blank">http://www.lnmp.org/</a><br />
作者技术支持邮箱：<a href="mailto:www@lnmp.org">www@lnmp.org</a><br />
技术支持论坛：<a href="http://bbs.vpser.net/forum-25-1.html" target="_blank">http://bbs.vpser.net/forum-25-1.html</a> （注册需注明：LNMP，人工审核，请尽量通过论坛反馈，以便其他用户参考。）</p>
</div>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li>暂无相关日志</li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2011. |
<a href="http://blog.licess.org/lnmp-0-6/">Permalink</a> |
<a href="http://blog.licess.org/lnmp-0-6/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/lnmp-0-6/&title=LNMP一键安装包 0.6 正式发布 - 新春新版更给力">del.icio.us</a>
<br/>
Post tags: <br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/lnmp-0-6/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>安装lnmp前请先运行screen</title>
		<link>http://blog.licess.org/lnmp-screen/</link>
		<comments>http://blog.licess.org/lnmp-screen/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 15:19:02 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[VPS相关]]></category>
		<category><![CDATA[LNMP]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[安装lnmp]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=924</guid>
		<description><![CDATA[虽然之前vps侦探已经发表过screen命令的使用方法，并结合lnmp一键安装包进行了简单的说明，但是还是有些小白会问当通过putty或者SecureCRT安装lnmp时，网络突然掉线或者不小心putty被关掉等等原因，造成lnmp安装过程被中断怎么办，其实防止这种现象很简单，只要在安装lnmp前执行screen命令就可以了。 licess也在vps侦探上说过screen命令的使用方法，下面结合lnmp的安装过程再说一下。 1、screen安装方法就不说了，看vps侦探上的文章吧 2、执行：screen -S lnmp 创建screen会话。 2、执行：wget -c http://soft.vpser.net/lnmp/lnmp0.5-full.tar.gz 下载安装包。 3、执行：tar zxvf lnmp0.5-full.tar.gz 解压。 4、执行：cd lnmp0.5-full/ 进入lnmp0.5目录。 5、Centos执行：./centos.sh ,Debian 执行：./debian.sh 进行安装。 如果网络掉线，可以重新连接，再执行 screen -r lnmp 就会看到你的lnmp安装进程。 相关文章：LNMP一键安装包 V0.8发布LNMP一键安装包 0.7发布 &#8211; 支持LNMPALNMP一键安装包 自动无缝升级Nginx至任意版本LNMP一键安装包 0.5 正式发布lnmp之安装PHP模块(不需要重装PHP)nginx文件类型错误解析漏洞lnmp中pureftpd无法覆盖文件的解决方法lnmp之pureftpd管理面板安装教程[图文]LNMP一键安装包 0.4发布Wordpress无法使用自动更新，提示填写FTP信息的解决方法。 © licess for Licess&#039;s Blog, 2011. &#124; Permalink &#124; 4 comments &#124; Add to del.icio.us Post tags: LNMP, screen, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="lnmp一键安装包" src="http://lnmp.org/images/logo.gif" alt="" width="156" height="46" /></p>
<p>虽然之前vps侦探已经发表过screen命令的使用方法，并结合lnmp一键安装包进行了简单的说明，但是还是有些小白会问当通过putty或者SecureCRT<a href="http://lnmp.org/install.html" target="_blank">安装lnmp</a>时，网络突然掉线或者不小心putty被关掉等等原因，造成lnmp安装过程被中断怎么办，其实防止这种现象很简单，只要在安装lnmp前执行screen命令就可以了。</p>
<p><a href="http://blog.licess.org" target="_self">licess</a>也在<a href="http://www.vpser.net" target="_blank">vps侦探</a>上说过<a href="http://www.vpser.net/manage/screen.html" target="_blank">screen命令的使用方法</a>，下面结合lnmp的安装过程再说一下。</p>
<p>1、<a href="http://www.vpser.net/manage/screen.html" target="_blank">screen安装方法</a>就不说了，看vps侦探上的文章吧</p>
<p>2、执行：<strong>screen -S lnmp </strong> 创建screen会话。<span id="more-924"></span></p>
<p>2、执行：<strong>wget -c </strong><a href="http://soft.vpser.net/lnmp/lnmp0.5-full.tar.gz" target="_blank"><strong>http://soft.vpser.net/lnmp/lnmp0.5-full.tar.gz</strong></a> 下载安装包。</p>
<p>3、执行：<strong>tar zxvf lnmp0.5-full.tar.gz</strong> 解压。</p>
<p>4、执行：cd lnmp0.5-full/ 进入lnmp0.5目录。</p>
<p>5、Centos执行：<strong>./centos.sh</strong> ,Debian 执行：<strong>./debian.sh </strong> 进行安装。</p>
<p>如果网络掉线，可以重新连接，再执行 <strong>screen -r lnmp </strong>就会看到你的lnmp安装进程。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/lnmp-v0-8/" title="LNMP一键安装包 V0.8发布">LNMP一键安装包 V0.8发布</a></li><li><a href="http://blog.licess.org/lnmp-0-7-lnmpa/" title="LNMP一键安装包 0.7发布 &#8211; 支持LNMPA">LNMP一键安装包 0.7发布 &#8211; 支持LNMPA</a></li><li><a href="http://blog.licess.org/lnmp-upgrade-any-nginx-version/" title="LNMP一键安装包 自动无缝升级Nginx至任意版本">LNMP一键安装包 自动无缝升级Nginx至任意版本</a></li><li><a href="http://blog.licess.org/lnmp-0-5/" title="LNMP一键安装包 0.5 正式发布">LNMP一键安装包 0.5 正式发布</a></li><li><a href="http://blog.licess.org/lnmp-install-php-extensions/" title="lnmp之安装PHP模块(不需要重装PHP)">lnmp之安装PHP模块(不需要重装PHP)</a></li><li><a href="http://blog.licess.org/nginx-securit-script_filename/" title="nginx文件类型错误解析漏洞">nginx文件类型错误解析漏洞</a></li><li><a href="http://blog.licess.org/lnmp-pureftpd-allowoverwrite/" title="lnmp中pureftpd无法覆盖文件的解决方法">lnmp中pureftpd无法覆盖文件的解决方法</a></li><li><a href="http://blog.licess.org/lnmp-pureftpd-cp/" title="lnmp之pureftpd管理面板安装教程[图文]">lnmp之pureftpd管理面板安装教程[图文]</a></li><li><a href="http://blog.licess.org/lnmp-0-4/" title="LNMP一键安装包 0.4发布">LNMP一键安装包 0.4发布</a></li><li><a href="http://blog.licess.org/wordpress-upgrade-error-ftp/" title="Wordpress无法使用自动更新，提示填写FTP信息的解决方法。">Wordpress无法使用自动更新，提示填写FTP信息的解决方法。</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2011. |
<a href="http://blog.licess.org/lnmp-screen/">Permalink</a> |
<a href="http://blog.licess.org/lnmp-screen/#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/lnmp-screen/&title=安装lnmp前请先运行screen">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/lnmp/" rel="tag">LNMP</a>, <a href="http://blog.licess.org/tag/screen/" rel="tag">screen</a>, <a href="http://blog.licess.org/tag/%e5%ae%89%e8%a3%85lnmp/" rel="tag">安装lnmp</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/lnmp-screen/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LNMP一键安装包 0.5 正式发布</title>
		<link>http://blog.licess.org/lnmp-0-5/</link>
		<comments>http://blog.licess.org/lnmp-0-5/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 13:42:23 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[0.5]]></category>
		<category><![CDATA[LNMP]]></category>
		<category><![CDATA[一键安装包]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=914</guid>
		<description><![CDATA[LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。 主要针对LNMP安装脚本进行了优化，减少因为环境差异引起的安装错误，其次对Nginx、PHP、MySQL等主要程序进行了版本升级。同时优化了eAccelerator和增加ionCube安装程序，Zend Optimizer、eAccelerator和、ionCube可以完美共存。 LNMP一键安装包 0.5已经在DiaHosting、BuyVM、Linode等几家美国VPS的CentOS、Debian的32位和64位系统上测试通过。 安装方法：http://lnmp.org/install.html LNMP相关软件版本： Nginx 0.7.67 MySQL 5.1.48 PHP 5.2.14 PHPMyAdmin 3.3.7 其他更新： 1、为安全将Nginx日志移动到/home/wwwlogs/下面； 2、更改32位64位判别方式； 3、增加系统时间调整，防止时间错误造成编译出错； 4、优化eAccelerator安装程序； 5、增加eAccelerator安装程序； 6、虚拟主机添加可以直接运行：/root/vhost.sh 。 LNMP相关目录： mysql :   /usr/local/mysql php :     /usr/local/php nginx :   /usr/local/nginx 网站目录 :     /home/wwwroot/ 技术支持： LNMP官网：http://www.lnmp.org/ 作者技术支持邮箱：www@lnmp.org 技术支持论坛：http://bbs.vpser.net/forum-25-1.html （注册需注明：LNMP，人工审核，请尽量通过论坛反馈，以便其他用户参考。） 相关文章：LNMP一键安装包 V0.8发布lnmp中pureftpd无法覆盖文件的解决方法LNMP一键安装包 0.4发布LNMP一键安装包0.3中wordpress Rewrite(伪静态规则)正确写法LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)LNMP一键安装包 0.7发布 &#8211; 支持LNMPALNMP一键安装包 自动无缝升级Nginx至任意版本安装lnmp前请先运行screenlnmp之安装PHP模块(不需要重装PHP) © licess [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://lnmp.org/" target="_blank"><img title="lnmp一键安装包" src="http://lnmp.org/images/logo.gif" alt="" width="156" height="46" /></a></p>
<p>LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RadHat、Debian VPS(VDS)或独立主机安装LNMP(Nginx、MySQL、PHP、phpMyAdmin)生产环境的Shell程序。</p>
<p>主要针对LNMP安装脚本进行了优化，减少因为环境差异引起的安装错误，其次对Nginx、PHP、MySQL等主要程序进行了版本升级。同时优化了eAccelerator和增加ionCube安装程序，Zend Optimizer、eAccelerator和、ionCube可以完美共存。</p>
<p>LNMP一键安装包 0.5已经在<a href="http://www.vpser.net/go/diahosting" target="_blank">DiaHosting</a>、<a href="http://www.vpser.net/go/buyvm" target="_blank">BuyVM</a>、<a href="http://www.vpser.net/go/linode" target="_blank">Linode</a>等几家美国VPS的CentOS、Debian的32位和64位系统上测试通过。<img title="更多..." src="http://www.vpser.net/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /><span id="more-914"></span></p>
<p>安装方法：<a href="http://lnmp.org/install.html" target="_blank">http://lnmp.org/install.html</a></p>
<p>LNMP相关软件版本：</p>
<p>Nginx 0.7.67<br />
MySQL 5.1.48<br />
PHP 5.2.14<br />
PHPMyAdmin 3.3.7</p>
<p>其他更新：<br />
1、为安全将Nginx日志移动到/home/wwwlogs/下面；<br />
2、更改32位64位判别方式；<br />
3、增加系统时间调整，防止时间错误造成编译出错；<br />
4、优化eAccelerator安装程序；<br />
5、增加eAccelerator安装程序；<br />
6、虚拟主机添加可以直接运行：/root/vhost.sh 。</p>
<p>LNMP相关目录：<br />
mysql :   /usr/local/mysql<br />
php :     /usr/local/php<br />
nginx :   /usr/local/nginx<br />
网站目录 :     /home/wwwroot/</p>
<p>技术支持：</p>
<p>LNMP官网：<a href="http://www.lnmp.org/" target="_blank">http://www.lnmp.org/</a><br />
作者技术支持邮箱：<a href="mailto:www@lnmp.org">www@lnmp.org</a><br />
技术支持论坛：<a href="http://bbs.vpser.net/forum-25-1.html" target="_blank">http://bbs.vpser.net/forum-25-1.html</a> （注册需注明：LNMP，人工审核，请尽量通过论坛反馈，以便其他用户参考。）</p>
</div>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/lnmp-v0-8/" title="LNMP一键安装包 V0.8发布">LNMP一键安装包 V0.8发布</a></li><li><a href="http://blog.licess.org/lnmp-pureftpd-allowoverwrite/" title="lnmp中pureftpd无法覆盖文件的解决方法">lnmp中pureftpd无法覆盖文件的解决方法</a></li><li><a href="http://blog.licess.org/lnmp-0-4/" title="LNMP一键安装包 0.4发布">LNMP一键安装包 0.4发布</a></li><li><a href="http://blog.licess.org/lnmp-0-3-wordpress-rewrite/" title="LNMP一键安装包0.3中wordpress Rewrite(伪静态规则)正确写法">LNMP一键安装包0.3中wordpress Rewrite(伪静态规则)正确写法</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li><li><a href="http://blog.licess.org/lnmp/" title="LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)">LNMP-Linux下Nginx+MySQL+PHP+phpMyAdmin+eAcelerator一键安装包(2011年12月14日更新)</a></li><li><a href="http://blog.licess.org/lnmp-0-7-lnmpa/" title="LNMP一键安装包 0.7发布 &#8211; 支持LNMPA">LNMP一键安装包 0.7发布 &#8211; 支持LNMPA</a></li><li><a href="http://blog.licess.org/lnmp-upgrade-any-nginx-version/" title="LNMP一键安装包 自动无缝升级Nginx至任意版本">LNMP一键安装包 自动无缝升级Nginx至任意版本</a></li><li><a href="http://blog.licess.org/lnmp-screen/" title="安装lnmp前请先运行screen">安装lnmp前请先运行screen</a></li><li><a href="http://blog.licess.org/lnmp-install-php-extensions/" title="lnmp之安装PHP模块(不需要重装PHP)">lnmp之安装PHP模块(不需要重装PHP)</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2010. |
<a href="http://blog.licess.org/lnmp-0-5/">Permalink</a> |
<a href="http://blog.licess.org/lnmp-0-5/#comments">15 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/lnmp-0-5/&title=LNMP一键安装包 0.5 正式发布">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/0-5/" rel="tag">0.5</a>, <a href="http://blog.licess.org/tag/lnmp/" rel="tag">LNMP</a>, <a href="http://blog.licess.org/tag/%e4%b8%80%e9%94%ae%e5%ae%89%e8%a3%85%e5%8c%85/" rel="tag">一键安装包</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/lnmp-0-5/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Debian 17岁了</title>
		<link>http://blog.licess.org/debian-17th-birthday/</link>
		<comments>http://blog.licess.org/debian-17th-birthday/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:37:41 +0000</pubDate>
		<dc:creator>licess</dc:creator>
				<category><![CDATA[Linux技术]]></category>
		<category><![CDATA[17岁]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://blog.licess.org/?p=874</guid>
		<description><![CDATA[8月16号,Debian已经走过了17个岁月，迎来了它的第十七个生日大浪淘沙，在这个纷争的年代，能坚持这么久，实属不易，Debian官方网站也给出了一个链接，Debian Appreciation Day!! Ian Murdock 在创立之时为 Debian 定下了“开放、自由、反映 GNU 精神”的准则，时过17年， Debian 已经发展成 Linux 发行版中庞大的一族，对 Linux 软件和硬件的发展带来了巨大的影响。著名的 Ubuntu 也是它的衍生发行版之一。 Debian 6.0 的代码已经冻结，在修复几个重要 Bug 后计划于今年年底的时候发布。 PS：本站及旗下所有运行的VPS均是Debian，Debian不仅稳定、简约，而且有丰富的软件包、帮助文档等。 相关文章：为Debian/Ubuntu的apt-get install添加自动补齐/完成功能There are no public key available for the following key IDs:解决方法LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包虚拟机下Debian VMWare TOOLS的安装Debian Linux deb包的安装方法Debian Linux下查看版本的命令Debian下彻底删除Gnome和KDE的方法让你的Debian Linux支持NTFS文件系统的读写 © licess for Licess&#039;s Blog, 2010. &#124; Permalink &#124; No [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-876" title="cakedebian" src="http://blog.licess.org/wp-content/uploads/2010/08/cakedebian.png" alt="" width="270" height="266" /></p>
<p><strong>8月16号,Debian已经走过了17个岁月，迎来了它的第十七个生日大浪淘沙，在这个纷争的年代，能坚持这么久，实属不易，Debian官方网站也给出了一个链接，<a href="http://thank.debian.net/" target="_blank">Debian Appreciation Day!!</a></strong></p>
<p>Ian Murdock 在创立之时为 Debian 定下了“开放、自由、反映 GNU 精神”的准则，时过17年， Debian 已经发展成 Linux 发行版中庞大的一族，对 Linux 软件和硬件的发展带来了巨大的影响。著名的 Ubuntu 也是它的衍生发行版之一。</p>
<p>Debian 6.0 的代码已经冻结，在修复几个重要 Bug 后计划于今年年底的时候发布。</p>
<p>PS：本站及旗下所有运行的VPS均是Debian，Debian不仅稳定、简约，而且有丰富的软件包、帮助文档等。</p>
<h2  class="related_post_title">相关文章：</h2><ul class="related_post"><li><a href="http://blog.licess.org/debianubuntu-apt-get-install-autocompletion/" title="为Debian/Ubuntu的apt-get install添加自动补齐/完成功能">为Debian/Ubuntu的apt-get install添加自动补齐/完成功能</a></li><li><a href="http://blog.licess.org/there-are-no-public-key-available-for-the-following-key-ids/" title="There are no public key available for the following key IDs:解决方法">There are no public key available for the following key IDs:解决方法</a></li><li><a href="http://blog.licess.org/lnmp-v0-3/" title="LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布">LNMP &#8211; CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布</a></li><li><a href="http://blog.licess.org/lnmp-debian-ubuntu/" title="LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包">LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包</a></li><li><a href="http://blog.licess.org/debian_vmware_tools/" title="虚拟机下Debian VMWare TOOLS的安装">虚拟机下Debian VMWare TOOLS的安装</a></li><li><a href="http://blog.licess.org/debian_deb/" title="Debian Linux deb包的安装方法">Debian Linux deb包的安装方法</a></li><li><a href="http://blog.licess.org/debian_versoin/" title="Debian Linux下查看版本的命令">Debian Linux下查看版本的命令</a></li><li><a href="http://blog.licess.org/debian_delete_gnome_kde/" title="Debian下彻底删除Gnome和KDE的方法">Debian下彻底删除Gnome和KDE的方法</a></li><li><a href="http://blog.licess.org/debian_linux_ntfs/" title="让你的Debian Linux支持NTFS文件系统的读写">让你的Debian Linux支持NTFS文件系统的读写</a></li></ul><hr />
<p><small>© licess for <a href="http://blog.licess.org">Licess&#039;s Blog</a>, 2010. |
<a href="http://blog.licess.org/debian-17th-birthday/">Permalink</a> |
<a href="http://blog.licess.org/debian-17th-birthday/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://blog.licess.org/debian-17th-birthday/&title=Debian 17岁了">del.icio.us</a>
<br/>
Post tags: <a href="http://blog.licess.org/tag/17%e5%b2%81/" rel="tag">17岁</a>, <a href="http://blog.licess.org/tag/debian/" rel="tag">debian</a><br/>
<br/>
<img src="http://www.vpser.net/images/tuijian.gif"> <a href="http://www.vpser.net/usa-vps/">美国VPS推荐</a>  | <a href="http://shop63846532.taobao.com/">军哥代购 - 提供美国及海外VPS/VPN/域名代购，美元/欧元代付</a> QQ：503228080
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.licess.org/debian-17th-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

