<?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; Linux Server</title> <atom:link href="http://www.7qy.com/html/tag/linux-server/feed" rel="self" type="application/rss+xml" /><link>http://www.7qy.com</link> <description>泡一壶茶自得其乐，喝一杯酒岁月当歌。</description> <lastBuildDate>Fri, 18 Jun 2010 12:32:53 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>CentOS5.5 32位系统,编译升级2.6.32.12内核笔记</title><link>http://www.7qy.com/html/285.html</link> <comments>http://www.7qy.com/html/285.html#comments</comments> <pubDate>Sat, 29 May 2010 15:32:35 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux Server]]></category> <category><![CDATA[资源共享]]></category> <category><![CDATA[centos]]></category><guid isPermaLink="false">http://www.7qy.com/?p=285</guid> <description><![CDATA[centos 5.5最新版在不久以前发布了，下载安装后发现，5.5所带的内核还是比较老，所以本次编译升级了性能最好的2.6.32.X系列稳定内核2.6.32.12版，并做以下笔录！<span class="readmore"><a href="http://www.7qy.com/html/285.html" title="CentOS5.5 32位系统,编译升级2.6.32.12内核笔记">阅读全文——共910字</a></span>]]></description> <content:encoded><![CDATA[<p>centos 5.5最新版在不久以前发布了，下载安装后发现，5.5所带的内核还是比较老，所以本次编译升级了性能最好的2.6.32.X系列稳定内核2.6.32.12版，并做以下笔录！<br /> <img src="http://rdmosinc.free.fr/photo/upload/1275148667x1879321295.jpg" alt="" /></p><p><img src="http://rdmosinc.free.fr/photo/upload/1275148710x1879321295.jpg" alt="" /></p><p><img src="http://rdmosinc.free.fr/photo/upload/1275148765x1879321295.jpg" alt="" /></p><p><span id="more-285"></span><br /> 1.下载内核</p><blockquote><p>cd /usr/src<br /> wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.32.12.tar.gz<br /> tar zxvf linux-2.6.32.12.tar.gz<br /> cd linux-2.6.32.12</p></blockquote><p>2.下载热点内核标准配置文件</p><blockquote><p>wget http://vbets.googlecode.com/files/config<br /> mv config .config</p></blockquote><p>3.编译内核</p><blockquote><p>make dep<br /> make bzImage<br /> make modules<br /> make modules_install<br /> make install</p></blockquote><p>4.解压修改内核</p><blockquote><p>cp /boot/initrd-2.6.32.12.img /tmp<br /> cd /tmp/<br /> mkdir newinitrd<br /> cd newinitrd/<br /> zcat ../initrd-2.6.32.12.img |cpio -i<br /> rm -rf /tmp/initrd-2.6.32.12.img</p></blockquote><blockquote><p>vi init</p></blockquote><p>找到这2行一样的,去掉1行<br /> echo &#8220;Loading dm-region-hash.ko module&#8221;<br /> insmod /lib/dm-region-hash.ko<br /> echo &#8220;Loading dm-region-hash.ko module&#8221;<br /> insmod /lib/dm-region-hash.ko</p><p>5.从新打包内核</p><blockquote><p>find .|cpio -c -o > ../initrd<br /> cd ../<br /> gzip -9 < initrd > initrd-2.6.32.12.img<br /> rm -rf /boot/initrd-2.6.32.12.img<br /> cp initrd-2.6.32.12.img /boot<br /> rm -rf /cd /usr/src/linux-2.6.32.12.tar.gz<br /> rm -rf /cd /usr/src/linux-2.6.32.12</p></blockquote><p>6.设置从新内核启动</p><blockquote><p>vi /boot/grub/grub.conf</p></blockquote><p>把default=1改为default=0</p><p>7.重新启动系统</p><blockquote><p>reboot</p></blockquote><p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/285.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(6)</li><li><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统 2010.05.19">热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</a>(9)</li><li><a href="http://www.7qy.com/html/233.html" title="目前算的上最全的centos系统资料提供下载 2010.04.2">目前算的上最全的centos系统资料提供下载</a>(5)</li><li><a href="http://www.7qy.com/html/223.html" title="热点CentOs 5.X OpenVZ（VPS）+WEB管理程序，自动安装程序 2010.03.17">热点CentOs 5.X OpenVZ（VPS）+WEB管理程序，自动安装程序</a>(2)</li><li><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序 2010.03.10">热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</a>(0)</li><li><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统 2010.03.8">(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</a>(5)</li><li><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载 2010.02.24">4套 linux server VMware 7模版系统提供下载</a>(2)</li><li><a href="http://www.7qy.com/html/64.html" title="很多人使用CentOS 5.x RDPM安装脚本不能正常使用mysql的问题 2010.02.14">很多人使用CentOS 5.x RDPM安装脚本不能正常使用mysql的问题</a>(0)</li><li><a href="http://www.7qy.com/html/61.html" title="memcache加速缓存引擎在centos下的安装流程 2010.02.4">memcache加速缓存引擎在centos下的安装流程</a>(1)</li><li><a href="http://www.7qy.com/html/60.html" title="热点CentOS 5.x RDPM MYSQL自动升级脚本 2010.02.3">热点CentOS 5.x RDPM MYSQL自动升级脚本</a>(0)</li></ul><h3>Recent Comments</h3><ul></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/285.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>热点centos 5.5 X32 服务器特殊版发布，提供下载</title><link>http://www.7qy.com/html/279.html</link> <comments>http://www.7qy.com/html/279.html#comments</comments> <pubDate>Wed, 26 May 2010 11:47:46 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[未分类]]></category> <category><![CDATA[centos]]></category> <category><![CDATA[eAccelerator]]></category> <category><![CDATA[jsp]]></category> <category><![CDATA[Linux Server]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[php-cgi]]></category> <category><![CDATA[rdpm]]></category> <category><![CDATA[ZendOptimizer]]></category><guid isPermaLink="false">http://www.7qy.com/?p=279</guid> <description><![CDATA[发布的文件并不是iso，光盘，但确实是系统。发布的目的是与服务器系统爱好者和系统管理员交流快速部署和架设以centos 5.5为基础系统的web服务器环境。热点是一个热中于研究windows和linux服务器架设与部署的民间组织，只有3个人，所以没有精力也没有意向朝linux 桌面系统发展因为是交流使用,安装前请备份好你系统的重要资料,本人不对使用本系统的后果负责!<span class="readmore"><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载">阅读全文——共1245字</a></span>]]></description> <content:encoded><![CDATA[<p>发布的文件并不是iso，光盘，但确实是系统。<br /> 发布的目的是与服务器系统爱好者和系统管理员交流快速部署和架设以centos 5.5为基础系统的web服务器环境。热点是一个热中于研究windows和linux服务器架设与部署的民间组织，只有3个人，所以没有精力也没有意向朝linux 桌面系统发展</p><p>因为是交流使用,安装前请备份好你系统的重要资料,本人不对使用本系统的后果负责!</p><p>系统说明：<br /> 热点centos 5.5 X32 服务器特殊版 以最新的32位centos 5.5为基础，分为有x-windows版 和无x-windows版，系统内核升级为性能最好的2.6.32.9稳定版，集成热点rdpm 1.1.3 web服务器环境，支持php jsp mysql ftp 服务器组件，详情见：<a href="http://www.7qy.com/html/275.html">http://www.7qy.com/html/275.html</a><span id="more-279"></span></p><p>安装方法：</p><p>1.首先自己安装centos 5.x 设置能上网，包括已安装的vps系统</p><p>2.备份<br /> /etc/resolv.conf<br /> /etc/sysconfig/network<br /> /etc/sysconfig/network-scripts/ifcfg-eth0</p><p>vps系统需要多备份/etc/sysconfig/network-scripts/ifcfg-venet0:0文件</p><p>3.下载热点centos 5.5 X32 服务器特殊版（有x和无x的选择一个）</p><p>4.解压后把backup.tar.bz2和setup.sh上传到服务器的/目录下</p><p>5.在终端下执行：</p><blockquote><p>cd /<br /> sh setup.sh</p></blockquote><p>进行安装</p><p>如果不能执行setup.sh,执行以下命令：</p><blockquote><p>cd /<br /> chmod +x setup.sh<br /> chmod 755 setup.sh<br /> ./setup.sh</p></blockquote><p>PS！！！ 安装脚本有自动备份网络配置文件的功能，如果不放心请手工备份，并编辑setup.sh 去掉最后一行的reboot命令，恢复完系统手工恢复你备份的网络配置文件，这样比较保险，恢复完手工重新启动</p><p>无x-windows版 659 MB 下载地址：<br /> <a href="http://u.115.com/file/f33a388200">http://u.115.com/file/f33a388200</a><br /> backup.tar.bz2文件md5:94b5cefacecc20aa1c6865aac31e0440</p><p>管理员帐号:root  管理员密码:linuxadmin</p><p>有x-windows版 1.20 GB 下载地址（4个分卷包，放入同一目录解压）：<br /> <a href="http://u.115.com/file/f328fb2266">http://u.115.com/file/f328fb2266</a><br /> <a href="http://u.115.com/file/f3bfe0d661">http://u.115.com/file/f3bfe0d661</a><br /> <a href="http://u.115.com/file/f3bef373e8">http://u.115.com/file/f3bef373e8</a><br /> <a href="http://u.115.com/file/f34218f216">http://u.115.com/file/f34218f216</a><br /> backup.tar.bz2文件md5:1a9e1c5edfe59068b33cf0893bc59f65</p><p>管理员帐号:root  管理员密码:linuxadmin<br /> 普通用户帐号:webmaster 密码:linuxadmin</p><p>友情提醒，下载解压后必须检查文件的MD5，如发现与本站发布的不符，请不要使用！</p><p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/279.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统 2010.05.19">热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</a>(9)</li><li><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统 2010.03.8">(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</a>(5)</li><li><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序 2010.03.10">热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</a>(0)</li><li><a href="http://www.7qy.com/html/50.html" title="[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq 2009.11.19">[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq</a>(0)</li><li><a href="http://www.7qy.com/html/255.html" title="热点win2008全能服务器数据中心免费终结版,提供下载 2010.05.1">热点win2008全能服务器数据中心免费终结版,提供下载</a>(16)</li><li><a href="http://www.7qy.com/html/252.html" title="热点win2008全能服务器数据中心虚拟机版提供下载 2010.04.28">热点win2008全能服务器数据中心虚拟机版提供下载</a>(0)</li><li><a href="http://www.7qy.com/html/237.html" title="配置好的win系统下的php5.2.13绿色包,适合iis/nginx/cherokee使用 2010.04.6">配置好的win系统下的php5.2.13绿色包,适合iis/nginx/cherokee使用</a>(5)</li><li><a href="http://www.7qy.com/html/191.html" title="热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境 2010.03.1">热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境</a>(7)</li><li><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载 2010.02.24">4套 linux server VMware 7模版系统提供下载</a>(2)</li><li><a href="http://www.7qy.com/html/49.html" title="热点RDPM提供下载!win系统下一键搭建（php/jsp/mysql/ftp）环境 2009.11.19">热点RDPM提供下载!win系统下一键搭建（php/jsp/mysql/ftp）环境</a>(0)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >oracle</a> : <a class="comment_content" href="http://www.7qy.com/html/279.html#comment-164" title="View the entire comment by oracle" >下不了，能否在提供下载一下呢</a></li><li><a class="commentor" href="http://attorneyinjurynewpersonalyork.net" >personal attorney in jury new york</a> : <a class="comment_content" href="http://www.7qy.com/html/279.html#comment-135" title="View the entire comment by personal attorney in jury new york" >支持下买大,呵呵&#8230;&#8230;下载用用呵呵 +1
+1</a></li><li><a class="commentor" href="http://www.automatic-cars.info" >Kaine Acres</a> : <a class="comment_content" href="http://www.7qy.com/html/279.html#comment-118" title="View the entire comment by Kaine Acres" >支持下买大,呵呵&#8230;&#8230;下载用用呵呵
+1</a></li><li><a class="commentor" href="" >scotoma</a> : <a class="comment_content" href="http://www.7qy.com/html/279.html#comment-112" title="View the entire comment by scotoma" >支持下买大,呵呵......下载用用呵呵</a></li><li><a class="commentor" href="" >ahpay</a> : <a class="comment_content" href="http://www.7qy.com/html/279.html#comment-111" title="View the entire comment by ahpay" >为什么不打包成一个安装版。那样不是会更好么？</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/279.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</title><link>http://www.7qy.com/html/275.html</link> <comments>http://www.7qy.com/html/275.html#comments</comments> <pubDate>Wed, 19 May 2010 15:45:30 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[未分类]]></category> <category><![CDATA[centos]]></category> <category><![CDATA[eAccelerator]]></category> <category><![CDATA[jsp]]></category> <category><![CDATA[Linux Server]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[nginx]]></category> <category><![CDATA[php]]></category> <category><![CDATA[php-cgi]]></category> <category><![CDATA[rdpm]]></category> <category><![CDATA[resin]]></category> <category><![CDATA[ZendOptimizer]]></category><guid isPermaLink="false">http://www.7qy.com/?p=275</guid> <description><![CDATA[本自动安装脚本是参考了张宴等人的资料而写,在此表示感谢本安装脚本在centos5.x 32位系统 最小安装上通过测试本脚在centos5.x 32位系统上自动安装nginx php resin jdk(jsp)<span class="readmore"><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统">阅读全文——共2038字</a></span>]]></description> <content:encoded><![CDATA[<p>本自动安装脚本是参考了张宴等人的资料而写,在此表示感谢<br /> 本安装脚本在centos5.x 32位系统 最小安装上通过测试</p><p>本脚在centos5.x 32位系统上自动安装nginx php resin jdk(jsp)</p><p>mysql 环境,适合物理机和vps vm等虚拟服务器安装</p><p>模块式安装方式,新手无需记复杂的命令,简单的几个命令,快速搭建</p><p>nginx/php/mysql/resin/jsp(java)/ftp(vsftpd)/webmin环境</p><p>一.程序介绍</p><p>1.nginx/php/mysql模块包含以下文件<br /> nginx-0.8.37<br /> php-5.2.13<br /> mysql-5.1.46<br /> eaccelerator-0.9.6<br /> ZendOptimizer-3.3.9<br /> ImageMagick-6.5.1-2<br /> imagick-2.3.0<br /> libiconv-1.13<br /> libmcrypt-2.5.8<br /> mcrypt-2.6.8<br /> memcache-2.2.5<br /> mhash-0.9.9.9<br /> pcre-8.01<br /> PDO_MYSQL-1.0.2<br /> php-5.2.13-fpm-0.5.13.diff<br /> phpmyadmin-3.1.3.2</p><p>2.resin/jsp(java)模块包括以下文件(本模块可选择安装)<br /> jdk-6u17-linux-i586<br /> resin-pro-3.1.9<br /> mysql-connector-java-5.1.12<br /> sun-javadb-client-10.4.2-1.1.i386<br /> sun-javadb-common-10.4.2-1.1.i386<br /> sun-javadb-core-10.4.2-1.1.i386<br /> sun-javadb-demo-10.4.2-1.1.i386<br /> sun-javadb-docs-10.4.2-1.1.i386<br /> sun-javadb-javadoc-10.4.2-1.1.i386</p><p>3.ftp(vsftpd)模块包括以下文件(本模块可选择安装)<br /> vsftpd-2.2.2</p><p>4.webmin模块包括以下文件(本模块可选择安装)<br /> webmin-1.500<br /> <span id="more-275"></span><br /> 二.安装方法</p><p>1.下栽rdpm-1.1.3.tar.gz 然后上传到服务器<br /> 下载地址:<a href="http://u.115.com/file/f3475ed61f">http://u.115.com/file/f3475ed61f</a><br /> MD5:81fed49e26343fdfdeb8959fa180a351</p><p>2.解压程序,并进入程序目录</p><blockquote><p>tar zxf rdpm-1.1.3.tar.gz<br /> cd rdpm-1.1.3/</p></blockquote><p>3.升级系统(升级完成会重新启动系统),执行:</p><blockquote><p>sh up.sh</p></blockquote><p>4.安装nginx/php/mysql模块,执行:</p><blockquote><p>sh rdpm.sh</p></blockquote><p>5.安装ftp模块,执行:</p><blockquote><p>sh ftp.sh</p></blockquote><p>6.安装jsp(java)模块,执行:</p><blockquote><p>sh jsp.sh</p></blockquote><p>7.安装webmin模块,执行:</p><blockquote><p>sh webmin.sh</p></blockquote><p>安装完成nginx/php/mysql模块后,重新启动系统,检查/tmp目录下有没有mysql.sock文件,本文件生成的时间与电脑的运行速度有关,慢的可能几分钟,生成文件后在浏览器里输入 http://ip/phpmyadmin/打开phpmyadmin页面,输入帐号root密码空登陆,登陆后设置root密码并删</p><p>除不必要的帐号</p><p>修改nginx.conf</p><blockquote><p>vi</p><p>/usr/local/webserver/nginx/conf/nginx.conf</p></blockquote><p>找到:</p><blockquote><p>#if (-d $request_filename){<br /> #rewrite ^/(.*)([^/])$ http://// permanent;<br /> #}</p></blockquote><p>替换成:</p><blockquote><p>if (-d $request_filename){<br /> rewrite ^/(.*)([^/])$ http://$host/$1$2/ permanent;<br /> }</p></blockquote><p>然后从新启动php和nginx</p><blockquote><p>killall -9</p><p>nginx;/usr/local/webserver/nginx/sbin/nginx<br /> ulimit -SHn 51200<br /> /usr/local/webserver/php/sbin/php-fpm restart<br /> /usr/local/webserver/nginx/sbin/nginx</p></blockquote><p>建立ftp帐号</p><blockquote><p>adduser -d /目录名 -g ftp -s /sbin/nologin 帐号</p></blockquote><p>如:adduser -d /wwwroot/htdocs/host_7qy_com -g ftp -s</p><p>/sbin/nologin 7qy_com</p><p>修改目录权限</p><blockquote><p>chmod -R 775 /目录名</p></blockquote><p>如:chmod -R 775 /wwwroot/htdocs/host_7qy_com</p><p>设置ftp帐号密码</p><blockquote><p>passwd 帐号</p></blockquote><p>如:passwd 7qy_com</p><p>最后输入密码并确认一次就可以了</p><p>修改ftp帐号限制</p><blockquote><p>vi /etc/vsftpd.chroot</p></blockquote><p>把刚才建立的ftp帐号加进去,每个帐号一行</p><p>在nginx.conf里建立server并把站点目录设置成刚才建立的ftp目录(</p><p>注意ftp目录下的隐藏文件不能删除)</p><p>webmin登陆http://ip:10000 帐号和密码是你的root帐号和密码<p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/275.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(6)</li><li><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统 2010.03.8">(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</a>(5)</li><li><a href="http://www.7qy.com/html/50.html" title="[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq 2009.11.19">[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq</a>(0)</li><li><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序 2010.03.10">热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</a>(0)</li><li><a href="http://www.7qy.com/html/191.html" title="热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境 2010.03.1">热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境</a>(7)</li><li><a href="http://www.7qy.com/html/49.html" title="热点RDPM提供下载!win系统下一键搭建（php/jsp/mysql/ftp）环境 2009.11.19">热点RDPM提供下载!win系统下一键搭建（php/jsp/mysql/ftp）环境</a>(0)</li><li><a href="http://www.7qy.com/html/10.html" title="ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台 2009.04.9">ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台</a>(0)</li><li><a href="http://www.7qy.com/html/255.html" title="热点win2008全能服务器数据中心免费终结版,提供下载 2010.05.1">热点win2008全能服务器数据中心免费终结版,提供下载</a>(16)</li><li><a href="http://www.7qy.com/html/252.html" title="热点win2008全能服务器数据中心虚拟机版提供下载 2010.04.28">热点win2008全能服务器数据中心虚拟机版提供下载</a>(0)</li><li><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载 2010.02.24">4套 linux server VMware 7模版系统提供下载</a>(2)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >oracle</a> : <a class="comment_content" href="http://www.7qy.com/html/275.html#comment-163" title="View the entire comment by oracle" >下载不了。能否提供下载一下。谢谢</a></li><li><a class="commentor" href="" >oracle</a> : <a class="comment_content" href="http://www.7qy.com/html/275.html#comment-162" title="View the entire comment by oracle" >下载不了了。哪里还可以下载吗？</a></li><li><a class="commentor" href="" >alex</a> : <a class="comment_content" href="http://www.7qy.com/html/275.html#comment-152" title="View the entire comment by alex" >按照教程安装完成nginx/php/mysql模块后在/tmp目录下没有发现有mysql.sock这...</a></li><li><a class="commentor" href="" >alex</a> : <a class="comment_content" href="http://www.7qy.com/html/275.html#comment-151" title="View the entire comment by alex" >联系配置服务器失败；某些可能原因是需要为 ORBit 启用 TCP/IP 联网，或者由于系统崩溃，您...</a></li><li><a class="commentor" href="http://www.yudi.cc" >雨滴</a> : <a class="comment_content" href="http://www.7qy.com/html/275.html#comment-128" title="View the entire comment by 雨滴" >我的问题是，
make[4]: *** wait: 没有子进程。 停止。
make[4]: **...</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/275.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>目前算的上最全的centos系统资料提供下载</title><link>http://www.7qy.com/html/233.html</link> <comments>http://www.7qy.com/html/233.html#comments</comments> <pubDate>Fri, 02 Apr 2010 01:02:45 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[资源共享]]></category> <category><![CDATA[centos]]></category> <category><![CDATA[Linux Server]]></category><guid isPermaLink="false">http://www.7qy.com/?p=233</guid> <description><![CDATA[下载:http://u.115.com/file/f3a011ffa<span class="readmore"><a href="http://www.7qy.com/html/233.html" title="目前算的上最全的centos系统资料提供下载">阅读全文——共34字</a></span>]]></description> <content:encoded><![CDATA[<p>下载:<a href="http://u.115.com/file/f3a011ffa">http://u.115.com/file/f3a011ffa</a><br /> <a href="http://www.7qy.com/wp-content/uploads/2010/04/1.jpg"><img src="http://www.7qy.com/wp-content/uploads/2010/04/1.jpg" alt="" title="1" width="492" height="291" class="alignnone size-full wp-image-234" /></a></p><p><a href="http://www.7qy.com/wp-content/uploads/2010/04/2.jpg"><img src="http://www.7qy.com/wp-content/uploads/2010/04/2.jpg" alt="" title="2" width="486" height="384" class="alignnone size-full wp-image-235" /></a><p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/233.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/285.html" title="CentOS5.5 32位系统,编译升级2.6.32.12内核笔记 2010.05.29">CentOS5.5 32位系统,编译升级2.6.32.12内核笔记</a>(0)</li><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(6)</li><li><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统 2010.05.19">热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</a>(9)</li><li><a href="http://www.7qy.com/html/223.html" title="热点CentOs 5.X OpenVZ（VPS）+WEB管理程序，自动安装程序 2010.03.17">热点CentOs 5.X OpenVZ（VPS）+WEB管理程序，自动安装程序</a>(2)</li><li><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序 2010.03.10">热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</a>(0)</li><li><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统 2010.03.8">(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</a>(5)</li><li><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载 2010.02.24">4套 linux server VMware 7模版系统提供下载</a>(2)</li><li><a href="http://www.7qy.com/html/64.html" title="很多人使用CentOS 5.x RDPM安装脚本不能正常使用mysql的问题 2010.02.14">很多人使用CentOS 5.x RDPM安装脚本不能正常使用mysql的问题</a>(0)</li><li><a href="http://www.7qy.com/html/61.html" title="memcache加速缓存引擎在centos下的安装流程 2010.02.4">memcache加速缓存引擎在centos下的安装流程</a>(1)</li><li><a href="http://www.7qy.com/html/60.html" title="热点CentOS 5.x RDPM MYSQL自动升级脚本 2010.02.3">热点CentOS 5.x RDPM MYSQL自动升级脚本</a>(0)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >不错</a> : <a class="comment_content" href="http://www.7qy.com/html/233.html#comment-147" title="View the entire comment by 不错" >不错，下载来慢慢
我是从深度跑来这里的</a></li><li><a class="commentor" href="http://www.joyzx.net" >joyzx</a> : <a class="comment_content" href="http://www.7qy.com/html/233.html#comment-130" title="View the entire comment by joyzx" >有没有chm版本或者txt版本的?我15寸显示器看PDF吃力</a></li><li><a class="commentor" href="http://www.mxyanyan.com" >慢性咽炎</a> : <a class="comment_content" href="http://www.7qy.com/html/233.html#comment-105" title="View the entire comment by 慢性咽炎" >这个centos那个版本啊</a></li><li><a class="commentor" href="http://www.mxyanyan.com" >慢性咽炎</a> : <a class="comment_content" href="http://www.7qy.com/html/233.html#comment-104" title="View the entire comment by 慢性咽炎" >不错 资料很全，谢谢！这几天正自学这玩意</a></li><li><a class="commentor" href="" >hehe</a> : <a class="comment_content" href="http://www.7qy.com/html/233.html#comment-77" title="View the entire comment by hehe" >谢谢了啊</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/233.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>热点CentOs 5.X OpenVZ（VPS）+WEB管理程序，自动安装程序</title><link>http://www.7qy.com/html/223.html</link> <comments>http://www.7qy.com/html/223.html#comments</comments> <pubDate>Wed, 17 Mar 2010 15:45:42 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[原创软件]]></category> <category><![CDATA[centos]]></category> <category><![CDATA[Linux Server]]></category> <category><![CDATA[openvz]]></category> <category><![CDATA[vps]]></category> <category><![CDATA[webvz]]></category><guid isPermaLink="false">http://www.7qy.com/?p=223</guid> <description><![CDATA[本程序只在centos5.x 32位系统 有x无x标准安装上通过测试,本程序方便新手快速搭建以openvz软件的vps服务器1.安装vps服务器主体文件openvzwget http://vbets.googlecode.com/files/openvz.tar.gz<span class="readmore"><a href="http://www.7qy.com/html/223.html" title="热点CentOs 5.X OpenVZ（VPS）+WEB管理程序，自动安装程序">阅读全文——共366字</a></span>]]></description> <content:encoded><![CDATA[<p>本程序只在centos5.x 32位系统 有x无x标准安装上通过测试,本程序方便新手快速搭建以openvz软件的vps服务器</p><p>1.安装vps服务器主体文件openvz</p><blockquote><p>wget http://vbets.googlecode.com/files/openvz.tar.gz<br /> tar xvf openvz.tar.gz<br /> cd openvz<br /> chmod +x setup.sh.x<br /> ./setup.sh.x</p></blockquote><p>2.安装openvz的web控制程序webvz2.0(可选)<br /> <span id="more-223"></span></p><blockquote><p>wget http://vbets.googlecode.com/files/webvz.tar.gz<br /> tar xvf webvz.tar.gz<br /> cd webvz<br /> chmod +x setup.sh.x<br /> ./setup.sh.x</p></blockquote><p>web控制面版登陆http://ip:3000<br /> 管理员帐号:admin  密码:admin123<p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/223.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/63.html" title="零成本，搭建自己的vps服务器 2010.02.7">零成本，搭建自己的vps服务器</a>(0)</li><li><a href="http://www.7qy.com/html/285.html" title="CentOS5.5 32位系统,编译升级2.6.32.12内核笔记 2010.05.29">CentOS5.5 32位系统,编译升级2.6.32.12内核笔记</a>(0)</li><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(6)</li><li><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统 2010.05.19">热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</a>(9)</li><li><a href="http://www.7qy.com/html/233.html" title="目前算的上最全的centos系统资料提供下载 2010.04.2">目前算的上最全的centos系统资料提供下载</a>(5)</li><li><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序 2010.03.10">热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</a>(0)</li><li><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统 2010.03.8">(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</a>(5)</li><li><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载 2010.02.24">4套 linux server VMware 7模版系统提供下载</a>(2)</li><li><a href="http://www.7qy.com/html/67.html" title="Ubuntu  cherokee php5 mysql5 vm/vps安装随笔 2010.02.20">Ubuntu  cherokee php5 mysql5 vm/vps安装随笔</a>(0)</li><li><a href="http://www.7qy.com/html/64.html" title="很多人使用CentOS 5.x RDPM安装脚本不能正常使用mysql的问题 2010.02.14">很多人使用CentOS 5.x RDPM安装脚本不能正常使用mysql的问题</a>(0)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://www.armysoul.org" >phoebus</a> : <a class="comment_content" href="http://www.7qy.com/html/223.html#comment-42" title="View the entire comment by phoebus" >The system is going down for reboot NOW!
./setup....</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/223.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</title><link>http://www.7qy.com/html/218.html</link> <comments>http://www.7qy.com/html/218.html#comments</comments> <pubDate>Wed, 10 Mar 2010 05:11:21 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[原创软件]]></category> <category><![CDATA[centos]]></category> <category><![CDATA[eAccelerator]]></category> <category><![CDATA[Linux Server]]></category> <category><![CDATA[nginx]]></category> <category><![CDATA[php]]></category> <category><![CDATA[rdpm]]></category><guid isPermaLink="false">http://www.7qy.com/?p=218</guid> <description><![CDATA[友情提醒,升级有风险,注意备份!只适合热点centos-rdpm-1.1.1升级本次升级<span class="readmore"><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序">阅读全文——共288字</a></span>]]></description> <content:encoded><![CDATA[<p>友情提醒,升级有风险,注意备份!</p><p>只适合热点centos-rdpm-1.1.1升级<br /> 本次升级<br /> php-5.2.11升级为5.2.13<br /> eaccelerator-0.9.5.3升级为0.9.6<br /> 其他不变.</p><p>升级方法:</p><blockquote><p>wget http://vbets.googlecode.com/files/php_up.tar.gz<br /> tar zxf php_up.tar.gz<br /> cd php_up/<br /> chmod +x php_up.sh.x<br /> ./php_up.sh.x</p></blockquote><p>部分基于openvz xen Virutozzo的VPS如果出现502 PHP不能正常启动,执行压缩包里的patch.sh</p><blockquote><p>cd php_up/<br /> sh patch.sh</p></blockquote><p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/218.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统 2010.05.19">热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</a>(9)</li><li><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统 2010.03.8">(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</a>(5)</li><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(6)</li><li><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载 2010.02.24">4套 linux server VMware 7模版系统提供下载</a>(2)</li><li><a href="http://www.7qy.com/html/50.html" title="[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq 2009.11.19">[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq</a>(0)</li><li><a href="http://www.7qy.com/html/61.html" title="memcache加速缓存引擎在centos下的安装流程 2010.02.4">memcache加速缓存引擎在centos下的安装流程</a>(1)</li><li><a href="http://www.7qy.com/html/59.html" title="热点CentOS 5.x RDPM nginx平滑升级脚本 2010.02.3">热点CentOS 5.x RDPM nginx平滑升级脚本</a>(0)</li><li><a href="http://www.7qy.com/html/49.html" title="热点RDPM提供下载!win系统下一键搭建（php/jsp/mysql/ftp）环境 2009.11.19">热点RDPM提供下载!win系统下一键搭建（php/jsp/mysql/ftp）环境</a>(0)</li><li><a href="http://www.7qy.com/html/10.html" title="ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台 2009.04.9">ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台</a>(0)</li><li><a href="http://www.7qy.com/html/285.html" title="CentOS5.5 32位系统,编译升级2.6.32.12内核笔记 2010.05.29">CentOS5.5 32位系统,编译升级2.6.32.12内核笔记</a>(0)</li></ul><h3>Recent Comments</h3><ul></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/218.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</title><link>http://www.7qy.com/html/207.html</link> <comments>http://www.7qy.com/html/207.html#comments</comments> <pubDate>Mon, 08 Mar 2010 00:34:13 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[原创软件]]></category> <category><![CDATA[centos]]></category> <category><![CDATA[eAccelerator]]></category> <category><![CDATA[jsp]]></category> <category><![CDATA[Linux Server]]></category> <category><![CDATA[nginx]]></category> <category><![CDATA[php]]></category> <category><![CDATA[phpmyadmin]]></category> <category><![CDATA[rdpm]]></category> <category><![CDATA[resin]]></category> <category><![CDATA[vsftpd]]></category> <category><![CDATA[webmin]]></category> <category><![CDATA[ZendOptimizer]]></category><guid isPermaLink="false">http://www.7qy.com/?p=207</guid> <description><![CDATA[本自动安装脚本是参考了张宴等人的资料而写,在此表示感谢本安装脚本在centos5.x 32位系统 最小安装上通过测试本脚在centos5.x 32位系统上自动安装nginx php resin jdk(jsp) mysql 环境,适合物理机和vps vm等虚拟服务器安装<span class="readmore"><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统">阅读全文——共2564字</a></span>]]></description> <content:encoded><![CDATA[<p>本自动安装脚本是参考了张宴等人的资料而写,在此表示感谢<br /> 本安装脚本在centos5.x 32位系统 最小安装上通过测试</p><p>本脚在centos5.x 32位系统上自动安装nginx php resin jdk(jsp) mysql 环境,适合物理机和vps vm等虚拟服务器安装</p><p>模块式安装方式,新手无需记复杂的命令,简单的几个命令,快速搭建 nginx/php/mysql/resin/jsp(java)/ftp(vsftpd)/webmin环境<span id="more-207"></span></p><p>一.程序介绍</p><p>1.nginx/php/mysql模块包含以下文件<br /> nginx-0.8.34<br /> php-5.2.13<br /> mysql-5.1.44<br /> eaccelerator-0.9.6<br /> ZendOptimizer-3.3.9<br /> ImageMagick-6.5.1-2<br /> imagick-2.3.0<br /> libiconv-1.13<br /> libmcrypt-2.5.8<br /> mcrypt-2.6.8<br /> memcache-2.2.5<br /> mhash-0.9.9.9<br /> pcre-8.01<br /> PDO_MYSQL-1.0.2<br /> php-5.2.13-fpm-0.5.13.diff<br /> phpmyadmin-3.1.3.2</p><p>2.resin/jsp(java)模块包括以下文件(本模块可选择安装)<br /> jdk-6u17-linux-i586<br /> resin-pro-3.1.9<br /> mysql-connector-java-5.1.12<br /> sun-javadb-client-10.4.2-1.1.i386<br /> sun-javadb-common-10.4.2-1.1.i386<br /> sun-javadb-core-10.4.2-1.1.i386<br /> sun-javadb-demo-10.4.2-1.1.i386<br /> sun-javadb-docs-10.4.2-1.1.i386<br /> sun-javadb-javadoc-10.4.2-1.1.i386</p><p>3.ftp(vsftpd)模块包括以下文件(本模块可选择安装)<br /> vsftpd-2.2.2</p><p>4.webmin模块包括以下文件(本模块可选择安装)<br /> webmin-1.500</p><p>5.部分vps或者精简系统编译php后无法启动的补丁patch</p><p>二.安装方法</p><p>1.下栽rdpm-1.1.2.tar.gz 然后上传到服务器<br /> 下载地址:停止下载<br /> 2.解压程序,并进入程序目录</p><blockquote><p>tar zxf rdpm-1.1.2.tar.gz<br /> cd rdpm-1.1.2/</p></blockquote><p>3.升级系统(升级完成会重新启动系统),执行:</p><blockquote><p>sh up.sh</p></blockquote><p>4.安装nginx/php/mysql模块,执行:</p><blockquote><p>sh rdpm.sh</p></blockquote><p>5.安装ftp模块,执行:</p><blockquote><p>sh ftp.sh</p></blockquote><p>6.安装jsp(java)模块,执行:</p><blockquote><p>sh jsp.sh</p></blockquote><p>7.安装webmin模块,执行:</p><blockquote><p>sh webmin.sh</p></blockquote><p>8.如果编译完成后出现php不能正常启动,执行:</p><blockquote><p>sh patch.sh</p></blockquote><p>安装完成nginx/php/mysql模块后,重新启动系统,检查/tmp目录下有没有mysql.sock文件,本文件生成的时间与电脑的运行速度有关,慢的可能几分钟,生成本文件后在浏览器里输入 http://ip/phpmyadmin/打开phpmyadmin页面,输入帐号root密码空登陆,登陆后设置root密码并删除不必要的帐号</p><p>修改nginx.conf</p><blockquote><p>vi /usr/local/webserver/nginx/conf/nginx.conf</p></blockquote><p>找到:</p><blockquote><p>#if (-d $request_filename){<br /> #rewrite ^/(.*)([^/])$ http://// permanent;<br /> #}</p></blockquote><p>替换成:</p><blockquote><p>if (-d $request_filename){<br /> rewrite ^/(.*)([^/])$ http://$host/$1$2/ permanent;<br /> }</p></blockquote><p>然后从新启动php和nginx</p><blockquote><p>killall -9 nginx;/usr/local/webserver/nginx/sbin/nginx<br /> ulimit -SHn 51200<br /> /usr/local/webserver/php/sbin/php-fpm restart<br /> /usr/local/webserver/nginx/sbin/nginx</p></blockquote><p>建立ftp帐号</p><blockquote><p>adduser -d /目录名 -g ftp -s /sbin/nologin 帐号</p></blockquote><p>如:adduser -d /wwwroot/htdocs/host_7qy_com -g ftp -s /sbin/nologin 7qy_com</p><p>修改目录权限</p><blockquote><p>chmod -R 775 /目录名</p></blockquote><p>如:chmod -R 775 /wwwroot/htdocs/host_7qy_com</p><p>设置ftp帐号密码</p><blockquote><p>passwd 帐号</p></blockquote><p>如:passwd 7qy_com</p><p>最后输入密码并确认一次就可以了</p><p>修改ftp帐号限制</p><blockquote><p>vi /etc/vsftpd.chroot</p></blockquote><p>把刚才建立的ftp帐号加进去,每个帐号一行</p><p>在nginx.conf里建立server并把站点目录设置成刚才建立的ftp目录(注意ftp目录下的隐藏文件不能删除)</p><p>webmin登陆http://ip:10000 帐号和密码是你的root帐号和密码</p><p>增加 wget下载<br /><blockquote> wget http://vbets.googlecode.com/停止下载<br /> tar zxvf rdpm-1.1.2.tar.gz<br /> cd rdpm-1.1.2/<br /> wget http://vbets.googlecode.com/停止下载<br /> tar zxvf jsp.tar.gz<br /> wget http://vbets.googlecode.com/停止下载<br /> tar zxvf vsftpd.tar.gz<br /> wget http://vbets.googlecode.com/停止下载<br /> tar zxvf webmin.tar.gz<br /> wget http://vbets.googlecode.com/停止下载<br /> tar zxvf patch.tar.gz</p></blockquote><p>使用RDPM-1.1.2搭建的vm7模板系统下载:<a href="http://u.115.com/file/f0177a9d77">http://u.115.com/file/f0177a9d77</a></p><p>IP:192.168.1.105<br /> 网关:192.168.1.254<br /> DNS:192.168.1.254</p><p>管理员帐号:root 密码:vm5test<br /> mysql管理员帐号:root 密码:vm5test<br /> webmin访问地址:http://192.168.1.105:10000 登陆帐号为系统帐号和密码<br /> ftp帐号:7qy_com 密码:ftptest<p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/207.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统 2010.05.19">热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</a>(9)</li><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(6)</li><li><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序 2010.03.10">热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</a>(0)</li><li><a href="http://www.7qy.com/html/50.html" title="[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq 2009.11.19">[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq</a>(0)</li><li><a href="http://www.7qy.com/html/191.html" title="热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境 2010.03.1">热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境</a>(7)</li><li><a href="http://www.7qy.com/html/49.html" title="热点RDPM提供下载!win系统下一键搭建（php/jsp/mysql/ftp）环境 2009.11.19">热点RDPM提供下载!win系统下一键搭建（php/jsp/mysql/ftp）环境</a>(0)</li><li><a href="http://www.7qy.com/html/10.html" title="ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台 2009.04.9">ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台</a>(0)</li><li><a href="http://www.7qy.com/html/255.html" title="热点win2008全能服务器数据中心免费终结版,提供下载 2010.05.1">热点win2008全能服务器数据中心免费终结版,提供下载</a>(16)</li><li><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载 2010.02.24">4套 linux server VMware 7模版系统提供下载</a>(2)</li><li><a href="http://www.7qy.com/html/29.html" title="热点nginx(php)/resin(java)/mysql一键安装绿色版发布 2009.02.6">热点nginx(php)/resin(java)/mysql一键安装绿色版发布</a>(1)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >Fantasyw</a> : <a class="comment_content" href="http://www.7qy.com/html/207.html#comment-95" title="View the entire comment by Fantasyw" >你好，115网盘地址不能下载，麻烦更新下，谢谢净土了</a></li><li><a class="commentor" href="http://iamneo.cn" >neo</a> : <a class="comment_content" href="http://www.7qy.com/html/207.html#comment-66" title="View the entire comment by neo" >不好意思，mysql密码重启了下就可以用了，就是安装时间太长了</a></li><li><a class="commentor" href="http://iamneo.cn" >neo</a> : <a class="comment_content" href="http://www.7qy.com/html/207.html#comment-62" title="View the entire comment by neo" >安装nginx/php/mysql模块 好长时间，等疯了。
phpmyadmin改了下mysql的...</a></li><li><a class="commentor" href="http://www.lusongsong.com" >卢松松</a> : <a class="comment_content" href="http://www.7qy.com/html/207.html#comment-24" title="View the entire comment by 卢松松" >干嘛用的呢</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/207.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>4套 linux server VMware 7模版系统提供下载</title><link>http://www.7qy.com/html/158.html</link> <comments>http://www.7qy.com/html/158.html#comments</comments> <pubDate>Wed, 24 Feb 2010 00:42:50 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux Server]]></category> <category><![CDATA[Web server]]></category> <category><![CDATA[原创软件]]></category> <category><![CDATA[资源共享]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[centos]]></category> <category><![CDATA[cherokee]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[dropbear]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[nginx]]></category> <category><![CDATA[openssh]]></category> <category><![CDATA[php]]></category> <category><![CDATA[pure-ftpd]]></category> <category><![CDATA[putty]]></category> <category><![CDATA[SliTaz]]></category> <category><![CDATA[ssh]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[WinSCP]]></category><guid isPermaLink="false">http://www.7qy.com/?p=158</guid> <description><![CDATA[发布的目的是让新手了解linux系统架设服务器的方法必须安装VMware 7，下载模版系统，解压后直接用VMware 7打开一. 32位 centos 5.4<span class="readmore"><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载">阅读全文——共1523字</a></span>]]></description> <content:encoded><![CDATA[<p>发布的目的是让新手了解linux系统架设服务器的方法</p><p>必须安装VMware 7，下载模版系统，解压后直接用VMware 7打开</p><p>一. 32位 centos 5.4<br /> 系统内核 2.6.32.7<br /> web环境 使用热点rdpm搭建<br /> nginx 0.8.33<br /> php 5.2.11 CGI-FCGI<br /> eAccelerator v0.9.5.3<br /> Zend Optimizer v3.3.9<br /> Zend Extension Manager v1.2.2<br /> mysql 5.1.42</p><p>ssh:openssh<span id="more-158"></span></p><p>系统和mysql管理员帐号：root 密码：vm1test<br /> ip:192.168.1.101 网关：192.168.1.254 DNS:192.168.1.254  桥连<br /> 以上自行修改</p><p>ssh管理 win系统下推荐使用WinSCP/putty</p><p>下载地址：<a href="http://u.115.com/file/f38827c33b">http://u.115.com/file/f38827c33b</a><br /> md5:23a7ea55b81c106ab39a71c0bdd7c5f0</p><p>二. 32位Ubuntu 9.10 server<br /> 系统内核 2.6.31-20<br /> Cherokee/0.99.43<br /> php 5.2.10 CGI-FCGI<br /> eAccelerator v0.9.5.3<br /> Zend Optimizer v3.3.9<br /> Zend Extension Manager v1.2.2<br /> mysql 5.1.37</p><p>ssh:openssh</p><p>系统和mysql管理员帐号：root 密码：vm2test<br /> ip:192.168.1.102 网关：192.168.1.254 DNS:192.168.1.254  桥连<br /> 以上自行修改</p><p>ssh管理 win系统下推荐使用WinSCP/putty</p><p>下载地址：<a href="http://u.115.com/file/f358d96ca">http://u.115.com/file/f358d96ca</a><br /> md5:0dcf4f3e3ebf9485e6b64e5f346447b6</p><p>三. 32位Debian 5.0.4<br /> 系统内核 2.6.26-2<br /> Apache/2.2.14<br /> php 5.3.1 APACHE2HANDLER<br /> eAccelerator 无<br /> Zend Optimizer 无<br /> Zend Extension Manager 无<br /> mysql 5.1.43</p><p>ssh:openssh</p><p>系统和mysql管理员帐号：root 密码：vm3test 普通帐号：webmaster 密码：vm3test<br /> ip:192.168.1.103 网关：192.168.1.254 DNS:192.168.1.254  桥连<br /> 以上自行修改</p><p>ssh管理 win系统下推荐使用WinSCP/putty</p><p>下载地址：<a href="http://u.115.com/file/f35541e58b">http://u.115.com/file/f35541e58b</a><br /> md5:d8dcc01d12c3ff0fae597a3a8a7e4991</p><p>四. 32位SliTaz 2.0 号称世界上最小的linux系统<br /> 系统内核 2.6.30.6<br /> lighttpd /1.14.14<br /> php 5.2.11 CGI-FCGI<br /> eAccelerator v0.9.5.3<br /> Zend Optimizer v3.3.9<br /> Zend Extension Manager 无<br /> mysql 5.1.38<br /> pure-ftpd</p><p>ssh:dropbear</p><p>系统和mysql管理员帐号：root 密码：vm4test 普通帐号：webmaster 密码：vm4test<br /> ip:192.168.1.104 网关：192.168.1.254 DNS:192.168.1.254  桥连<br /> 以上自行修改</p><p>ssh管理 win系统下推荐使用putty<br /> （WinSCP无法连接）<br /> 使用putty工具只能使用普通帐号和密码登陆,然后输入su命令,输入密码,切换到root帐号下<br /> ftp可以使用 root帐号登陆<br /> 下载地址：<a href="http://u.115.com/file/f32932650f">http://u.115.com/file/f32932650f</a><br /> md5:2fc1e24f1b1180cf3cdbcf50382542c9<p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/158.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统 2010.05.19">热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</a>(9)</li><li><a href="http://www.7qy.com/html/67.html" title="Ubuntu  cherokee php5 mysql5 vm/vps安装随笔 2010.02.20">Ubuntu  cherokee php5 mysql5 vm/vps安装随笔</a>(0)</li><li><a href="http://www.7qy.com/html/50.html" title="[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq 2009.11.19">[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq</a>(0)</li><li><a href="http://www.7qy.com/html/10.html" title="ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台 2009.04.9">ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台</a>(0)</li><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(6)</li><li><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序 2010.03.10">热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</a>(0)</li><li><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统 2010.03.8">(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</a>(5)</li><li><a href="http://www.7qy.com/html/191.html" title="热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境 2010.03.1">热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境</a>(7)</li><li><a href="http://www.7qy.com/html/64.html" title="很多人使用CentOS 5.x RDPM安装脚本不能正常使用mysql的问题 2010.02.14">很多人使用CentOS 5.x RDPM安装脚本不能正常使用mysql的问题</a>(0)</li><li><a href="http://www.7qy.com/html/61.html" title="memcache加速缓存引擎在centos下的安装流程 2010.02.4">memcache加速缓存引擎在centos下的安装流程</a>(1)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://lingyired.com" >灵亦rEd</a> : <a class="comment_content" href="http://www.7qy.com/html/158.html#comment-117" title="View the entire comment by 灵亦rEd" >我现在用ubuntu10.04下的火狐浏览器，发现你的首页错位+乱码</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/158.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>32位linux下的免编译ZendOptimizer3.3.3/3.3.9</title><link>http://www.7qy.com/html/153.html</link> <comments>http://www.7qy.com/html/153.html#comments</comments> <pubDate>Wed, 24 Feb 2010 00:28:59 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux Server]]></category> <category><![CDATA[Web server]]></category> <category><![CDATA[资源共享]]></category> <category><![CDATA[php]]></category> <category><![CDATA[ZendOptimizer]]></category><guid isPermaLink="false">http://www.7qy.com/?p=153</guid> <description><![CDATA[内有3.3.3和3.3.9两个so文件,解压到任何目录,无需编译,在php.ini最下面加上以下内容.注意! 内容里的文件路径换成你实际的路径[zend]<span class="readmore"><a href="http://www.7qy.com/html/153.html" title="32位linux下的免编译ZendOptimizer3.3.3/3.3.9">阅读全文——共351字</a></span>]]></description> <content:encoded><![CDATA[<p>内有3.3.3和3.3.9两个so文件,解压到任何目录,无需编译,在php.ini最下面加上以下内容.<br /> 注意! 内容里的文件路径换成你实际的路径</p><blockquote><p>[zend]<br /> zend_optimizer.optimization_level=15<br /> zend_extension=/usr/local/zend/3.3.9/ZendOptimizer.so<br /> zend_optimizer.version=3.3.9<br /> zend_extension=/usr/local/zend/lib/ZendExtensionManager.so<br /> zend_extension_ts=/usr/local/zend/lib/ZendExtensionManager_TS.so</p></blockquote><p>下载地址:<a href="http://u.115.com/file/f3af7c5b2">http://u.115.com/file/f3af7c5b2</a><p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/153.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(6)</li><li><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统 2010.05.19">热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</a>(9)</li><li><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统 2010.03.8">(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</a>(5)</li><li><a href="http://www.7qy.com/html/255.html" title="热点win2008全能服务器数据中心免费终结版,提供下载 2010.05.1">热点win2008全能服务器数据中心免费终结版,提供下载</a>(16)</li><li><a href="http://www.7qy.com/html/237.html" title="配置好的win系统下的php5.2.13绿色包,适合iis/nginx/cherokee使用 2010.04.6">配置好的win系统下的php5.2.13绿色包,适合iis/nginx/cherokee使用</a>(5)</li><li><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序 2010.03.10">热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</a>(0)</li><li><a href="http://www.7qy.com/html/191.html" title="热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境 2010.03.1">热点RDPM-1.1.2-beta,一键安装php jsp mysql开发环境</a>(7)</li><li><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载 2010.02.24">4套 linux server VMware 7模版系统提供下载</a>(2)</li><li><a href="http://www.7qy.com/html/149.html" title="配置好的php5.2.12绿色包,CGI-FCGI模式 2010.02.24">配置好的php5.2.12绿色包,CGI-FCGI模式</a>(3)</li><li><a href="http://www.7qy.com/html/67.html" title="Ubuntu  cherokee php5 mysql5 vm/vps安装随笔 2010.02.20">Ubuntu  cherokee php5 mysql5 vm/vps安装随笔</a>(0)</li></ul><h3>Recent Comments</h3><ul></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/153.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ubuntu  cherokee php5 mysql5 vm/vps安装随笔</title><link>http://www.7qy.com/html/67.html</link> <comments>http://www.7qy.com/html/67.html#comments</comments> <pubDate>Sat, 20 Feb 2010 22:09:03 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[资源共享]]></category> <category><![CDATA[cherokee]]></category> <category><![CDATA[Linux Server]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[vm]]></category> <category><![CDATA[vps]]></category><guid isPermaLink="false">http://www.7qy.com/html/67.html</guid> <description><![CDATA[安装环境:ubuntu 9.10 server 无X-Windows为什么选择cherokee而不选择apache nginx lighttpd这些大牌，因为使用VPS/VM的用户站点一般都不会是大型站点，cherokee号称最快的web服务器软件有它的优势，在低并发下100并发（10万浏览量/天）的情况下，甚至比nginx还快些，其次cherokee带有可视化的web控制面版，方便使用者管理自己的服务器，开设虚拟主机.cherokee的控制面版采用一次性动态密码，每次输入命令才能启动控制面版，安全性大大提高<span class="readmore"><a href="http://www.7qy.com/html/67.html" title="Ubuntu  cherokee php5 mysql5 vm/vps安装随笔">阅读全文——共1014字</a></span>]]></description> <content:encoded><![CDATA[<p>安装环境:ubuntu 9.10 server 无X-Windows</p><p>为什么选择cherokee而不选择apache nginx lighttpd这些大牌，因为使用VPS/VM的用户站点一般都不会是大型站点，cherokee号称最快的web服务器软件有它的优势，在低并发下100并发（10万浏览量/天）的情况下，甚至比nginx还快些，其次cherokee带有可视化的web控制面版，方便使用者管理自己的服务器，开设虚拟主机.<br /> cherokee的控制面版采用一次性动态密码，每次输入命令才能启动控制面版，安全性大大提高<br /> <a href="http://rdmosinc.free.fr/photo/upload/1267265891x2053040636.jpg"><img alt="" src="http://rdmosinc.free.fr/photo/upload/1267265891x2053040636.jpg" title="面版" class="alignnone" width="640" height="480" /></a><br /> <span id="more-67"></span><br /> 1.打开这个地址选择你系统对版的源<br /> <a target="_blank" href="https://launchpad.net/~cherokee-webserver/+archive/ppa">https://launchpad.net/~cherokee-webserver/+archive/ppa</a><br /> <img src="attachments/month_1002/8201022023854.jpg" border="0" alt=""/></p><p>2.编辑sources.list把源加到最后</p><blockquote><p>vi /etc/apt/sources.list</p></blockquote><p>比如是ubuntu 9.10就加下面的<br /> deb http://ppa.launchpad.net/cherokee-webserver/ppa/ubuntu karmic main<br /> deb-src http://ppa.launchpad.net/cherokee-webserver/ppa/ubuntu karmic main</p><p>3.导入key</p><blockquote><p>apt-key adv &#8211;keyserver keyserver.Ubuntu.com &#8211;recv-keys EBA7BD49</p></blockquote><p>4.更新</p><blockquote><p>apt-get up&#100;ate<br /> apt-get upgrade<br /> apt-get dist-upgrade</p></blockquote><p>5.安装必要组件</p><blockquote><p>apt-get install cpp gcc g++ make</p></blockquote><p>6.安装MYSQL，安装过程中需要设置mysql密码</p><blockquote><p>apt-get install mysql-server mysql-client -y</p></blockquote><p>7.安装PHP</p><blockquote><p>apt-get install php5-cgi php5-mysql php5-curl php5-gd php5-idn php5-dev php5-imap php5-mcrypt php5-ming php5-pspell php5-recode php5-snmp php5-tidy php5-xmlrpc php5-sqlite php5-xsl -y</p></blockquote><p>8.安装cherokee</p><blockquote><p>apt-get install cherokee</p></blockquote><p>9.启动cherokee控制面版，会随机产生一个一次性密码，控制面版地址http://IP:9090</p><blockquote><p>cherokee-admin -b</p></blockquote><p><img src="http://rdmosinc.free.fr/photo/upload/1267003690x1879321557.jpg" border="0" alt=""/><p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/67.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/158.html" title="4套 linux server VMware 7模版系统提供下载 2010.02.24">4套 linux server VMware 7模版系统提供下载</a>(2)</li><li><a href="http://www.7qy.com/html/10.html" title="ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台 2009.04.9">ubunt9.04桌面版，快速搭建resin+java+nginx+php5+mysql5整合平台</a>(0)</li><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(6)</li><li><a href="http://www.7qy.com/html/275.html" title="热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统 2010.05.19">热点CentOs-RDPM1.1.3（nginx+php+mysql+resin+jdk+vsftpd）自动安装程序，支持最新的5.5系统</a>(9)</li><li><a href="http://www.7qy.com/html/50.html" title="[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq 2009.11.19">[12-4更新]CentOS 5.x RDPM安装脚本,一键安装nginx php jsp mysq</a>(0)</li><li><a href="http://www.7qy.com/html/252.html" title="热点win2008全能服务器数据中心虚拟机版提供下载 2010.04.28">热点win2008全能服务器数据中心虚拟机版提供下载</a>(0)</li><li><a href="http://www.7qy.com/html/237.html" title="配置好的win系统下的php5.2.13绿色包,适合iis/nginx/cherokee使用 2010.04.6">配置好的win系统下的php5.2.13绿色包,适合iis/nginx/cherokee使用</a>(5)</li><li><a href="http://www.7qy.com/html/223.html" title="热点CentOs 5.X OpenVZ（VPS）+WEB管理程序，自动安装程序 2010.03.17">热点CentOs 5.X OpenVZ（VPS）+WEB管理程序，自动安装程序</a>(2)</li><li><a href="http://www.7qy.com/html/218.html" title="热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序 2010.03.10">热点CENTOS-RDPM PHP5.2.11-5.2.13升级程序</a>(0)</li><li><a href="http://www.7qy.com/html/207.html" title="(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统 2010.03.8">(停止下载)热点centos-rdpm-1.1.2提供下载! 包括vm7模板系统</a>(5)</li></ul><h3>Recent Comments</h3><ul></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/67.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>