<?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>纯 白 色</title> <atom:link href="http://www.7qy.com/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>(5)</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>(5)</li><li><a href="http://www.7qy.com/html/233.html" title="目前算的上最全的centos系统资料提供下载 2010.04.2">目前算的上最全的centos系统资料提供下载</a>(4)</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>(5)</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>(11)</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="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><li><a class="commentor" href="http://www.jn-seo.com" >济南seo</a> : <a class="comment_content" href="http://www.7qy.com/html/279.html#comment-110" title="View the entire comment by 济南seo" >没事，随便逛逛！
o(∩_∩)o</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/279.html/feed</wfw:commentRss> <slash:comments>5</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>(5)</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>(11)</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="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><li><a class="commentor" href="http://www.yudi.cc" >雨滴</a> : <a class="comment_content" href="http://www.7qy.com/html/275.html#comment-127" title="View the entire comment by 雨滴" >似乎你的第二部应该和第三步对调一下，那样就完美了。。。</a></li><li><a class="commentor" href="" >epai</a> : <a class="comment_content" href="http://www.7qy.com/html/275.html#comment-115" title="View the entire comment by epai" >115网盘下载不了。还有其他下载地址吗？？</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/275.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>热点win2008全能服务器数据中心免费终结版,提供下载</title><link>http://www.7qy.com/html/255.html</link> <comments>http://www.7qy.com/html/255.html#comments</comments> <pubDate>Sat, 01 May 2010 09:24:42 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Web server]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[原创软件]]></category> <category><![CDATA[2008]]></category> <category><![CDATA[aspjpeg]]></category> <category><![CDATA[aspupload]]></category> <category><![CDATA[Core]]></category> <category><![CDATA[FastCGI]]></category> <category><![CDATA[g6ftp]]></category> <category><![CDATA[jsp]]></category> <category><![CDATA[mssql]]></category> <category><![CDATA[n点虚拟主机管理系统]]></category> <category><![CDATA[php]]></category> <category><![CDATA[php-cgi]]></category> <category><![CDATA[resin]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[w3jmail]]></category> <category><![CDATA[winwebmail]]></category> <category><![CDATA[ZendOptimizer]]></category> <category><![CDATA[全能]]></category> <category><![CDATA[服务器]]></category><guid isPermaLink="false">http://www.7qy.com/?p=255</guid> <description><![CDATA[版权归微软(microsoft)公司所有！制作本系统的目的是为了广大系统爱好者交流测试使用，请在下载后24小时内删除！本人不对使用本系统造成的任何损失负责！严禁使用本系统做商业或者盗版用途.本系统未激活,请测试者自行解决!请备份好您的重要资料！如有可能请购买正版！微软原版 windows server 2008 据中心版制作,做了必要的优化,没有破解,可以使用网络上包括微软的激活方式激活(key kms mak 电话 激活器等)<span class="readmore"><a href="http://www.7qy.com/html/255.html" title="热点win2008全能服务器数据中心免费终结版,提供下载">阅读全文——共1545字</a></span>]]></description> <content:encoded><![CDATA[<p>版权归微软(microsoft)公司所有！制作本系统的目的是为了广大系统爱好者交流测试使用，请在下载后24小时内删除！本人不对使用本系统造成的任何损失负责！严禁使用本系统做商业或者盗版用途.本系统未激活,请测试者自行解决!<br /> 请备份好您的重要资料！如有可能请购买正版！</p><p>微软原版 windows server 2008 据中心版制作,做了必要的优化,没有破解,可以使用网络上包括微软的激活方式激活(key kms mak 电话 激活器等)<br /> 本系统为ghost安装版,ghost11.0.2压缩(工具包里附带)</p><p>本系统为SP1 ,可自行通过windows update升级SP2补丁</p><p>系统支持 asp / asp.net1.1-3.5 sp1 / php 5.2.x / jsp(java 6) / acc/ ODBC / SQLite / Hsqldb /mssql 2000 sp4 / mysql 5.x / / g6ftp server 3.9.0 / winwebmail 3.8.0.1 / n点虚拟主机管理系统 / aspjpeg / aspupload / w3jmail<br /> <span id="more-255"></span></p><p>一.恢复系统说明:<br /> 一次性吧 c_pan .gho d_pan .gho e_pan .gho 恢复到c / d /e盘里<br /> c_pan .gho 对应系统c盘<br /> d_pan .gho 对应系统d盘<br /> e_pan .gho 对应系统e盘</p><p>C盘gho文件分卷包（下载后放在一个目录下解压）<br /> C_PAN.part6.rar<br /> <a href="http://u.115.com/file/f0768be6b9">http://u.115.com/file/f0768be6b9</a></p><p>C_PAN.part5.rar<br /> <a href="http://u.115.com/file/f06b0e686e">http://u.115.com/file/f06b0e686e</a></p><p>C_PAN.part4.rar<br /> <a href="http://u.115.com/file/f09ead7891">http://u.115.com/file/f09ead7891</a></p><p>C_PAN.part3.rar<br /> <a href="http://u.115.com/file/f0cd301b82">http://u.115.com/file/f0cd301b82</a></p><p>C_PAN.part2.rar<br /> <a href="http://u.115.com/file/f0e23422a7">http://u.115.com/file/f0e23422a7</a></p><p>C_PAN.part1.rar<br /> <a href="http://u.115.com/file/f0332c1f09">http://u.115.com/file/f0332c1f09</a></p><p>D盘gho文件<br /> <a href="http://u.115.com/file/f058fa024f">http://u.115.com/file/f058fa024f</a></p><p>E盘gho文件<br /> <a href="http://u.115.com/file/f07f3e0bcc">http://u.115.com/file/f07f3e0bcc</a></p><p>数据/工具包<br /> <a href="http://u.115.com/file/f03be499f2">http://u.115.com/file/f03be499f2</a></p><p>安装设置视频极其说明<br /> <a href="http://u.115.com/file/f3395f617d">http://u.115.com/file/f3395f617d</a></p><p>MD5<br /> c_pan.gho<br /> md5:6f47b57f05b99448c25b179a3220f8a5</p><p>d_pan.gho<br /> md5:0933707975dfcf1629ffeb9b17c7294d</p><p>e_pan.gho<br /> md5:1564e20a957e8e22b55bcb0e4b7edebf</p><p>系统管理帐号:administrator 密码:安装时自行设置 IP:192.168.1.99 自行修改<br /> mysql管理帐号:root 密码:Www.7qy.com<br /> mssql管理帐号:sa 密码:Www.7qy.com<br /> g6ftp server管理帐号:admin 密码:Www.7qy.com<br /> g6ftp server web管理帐号:Administrator 密码:Www.7qy.com 登陆地址:http://ip:81<br /> g6ftp server 用户web管理密码:Www.7qy.com 登陆地址:http://ip:21001/admin.dws<br /> N点虚拟主机管理系统管理员帐号:admin 密码:Www.7qy.com 登陆地址:https://ip/admin<br /> IIS winwebmail g6ftp server MSSQL MYSQL 等 全部使用n点虚拟主机系统后台控制,无需手工操作</p><p>热点-纯白色 Www.7QY.Com 买醉<br /> QQ讨论群：67016959<p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/255.html</p><h3>Related Posts</h3><ul><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/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/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>(5)</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/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(5)</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/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/186.html" title="windows系统下启动php-cgi的启动脚本,适合nginx 2010.02.27">windows系统下启动php-cgi的启动脚本,适合nginx</a>(0)</li><li><a href="http://www.7qy.com/html/53.html" title="热点Windows 2008 DA R2全能服务器圣诞免费版,提供下载 2009.11.29">热点Windows 2008 DA R2全能服务器圣诞免费版,提供下载</a>(21)</li></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >laodanet</a> : <a class="comment_content" href="http://www.7qy.com/html/255.html#comment-121" title="View the entire comment by laodanet" >下载的c_pan.gho文件，还原回来进入系统，蓝屏，查了一下，是scsi硬盘不支持ghost还原过...</a></li><li><a class="commentor" href="" >howny</a> : <a class="comment_content" href="http://www.7qy.com/html/255.html#comment-119" title="View the entire comment by howny" >这种配置方案不错，很大一个问题，系统不好激活，激活提示：你的系统似乎用ToolKit替换修改，系统已...</a></li><li><a class="commentor" href="http://www.51on.org" >济南seo</a> : <a class="comment_content" href="http://www.7qy.com/html/255.html#comment-102" title="View the entire comment by 济南seo" >学习中！
o(∩_∩)o</a></li><li><a class="commentor" href="http://www.pack110.cn" >灌装机</a> : <a class="comment_content" href="http://www.7qy.com/html/255.html#comment-99" title="View the entire comment by 灌装机" >好博客，来过。</a></li><li><a class="commentor" href="http://www.zgxbg.com" >脉管炎</a> : <a class="comment_content" href="http://www.7qy.com/html/255.html#comment-98" title="View the entire comment by 脉管炎" >无聊中，打酱油路过，博客不错。</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/255.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>热点win2008全能服务器数据中心虚拟机版提供下载</title><link>http://www.7qy.com/html/252.html</link> <comments>http://www.7qy.com/html/252.html#comments</comments> <pubDate>Wed, 28 Apr 2010 23:20:02 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[原创软件]]></category> <category><![CDATA[2008]]></category> <category><![CDATA[asp.net]]></category> <category><![CDATA[aspjpeg]]></category> <category><![CDATA[aspupload]]></category> <category><![CDATA[Core]]></category> <category><![CDATA[FastCGI]]></category> <category><![CDATA[g6ftp]]></category> <category><![CDATA[jsp]]></category> <category><![CDATA[mssql]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[n点虚拟主机管理系统]]></category> <category><![CDATA[php]]></category> <category><![CDATA[php-cgi]]></category> <category><![CDATA[resin]]></category> <category><![CDATA[w3jmail]]></category> <category><![CDATA[winwebmail]]></category> <category><![CDATA[服务器]]></category><guid isPermaLink="false">http://www.7qy.com/?p=252</guid> <description><![CDATA[本系统只提供3天下载,5月30日夜12点删除,提供下载的目的是供给广大的WIN2008 服务器爱好者学习搭建全能服务器环境使用,或者学习系统封装者使用本系统为SP1 ,可自行通过windows update升级SP2补丁系统为原版WIN2008数据中心版优化而成,搭建了全能服务器环境,支持ASP / ASP.NET 1.1-3.5 / PHP(ZEND CORE) / JSP (RESIN) / MYSQL 5 / MSSQL 2000 SP4 / g6ftp server 3.9.0 / winwebmail 3.8.0.1 / n点虚拟主机管理系统 / aspjpeg / aspupload / w3jmail<span class="readmore"><a href="http://www.7qy.com/html/252.html" title="热点win2008全能服务器数据中心虚拟机版提供下载">阅读全文——共977字</a></span>]]></description> <content:encoded><![CDATA[<p>本系统只提供3天下载,5月30日夜12点删除,提供下载的目的是供给广大的WIN2008 服务器爱好者学习搭建全能服务器环境使用,或者学习系统封装者使用</p><p>本系统为SP1 ,可自行通过windows update升级SP2补丁</p><p>系统为原版WIN2008数据中心版优化而成,搭建了全能服务器环境,支持ASP / ASP.NET 1.1-3.5 / PHP(ZEND CORE) / JSP (RESIN) / MYSQL 5 / MSSQL 2000 SP4 / g6ftp server 3.9.0 / winwebmail 3.8.0.1 / n点虚拟主机管理系统 / aspjpeg / aspupload / w3jmail<br /> <span id="more-252"></span><br /> 系统管理帐号:administrator 密码:Www.7qy.com IP:192.168.1.99 自行修改<br /> mysql管理帐号:root 密码:Www.7qy.com<br /> mssql管理帐号:sa 密码:Www.7qy.com<br /> g6ftp server管理帐号:admin 密码:Www.7qy.com<br /> g6ftp server web管理帐号:Administrator 密码:Www.7qy.com 登陆地址:http://ip:81<br /> g6ftp server 用户web管理密码:Www.7qy.com 登陆地址:http://ip:21001/admin.dws<br /> N点虚拟主机管理系统管理员帐号:admin 密码:Www.7qy.com 登陆地址:https://ip/admin<br /> IIS winwebmail g6ftp server MSSQL MYSQL 等 全部使用n点虚拟主机系统后台控制,无需手工操作</p><p>下载地址:</p><p>http://u.115.com/file/f0d2a525fe</p><p>热点win2008全能服务器数据中心免费版.part04.rar</p><p>http://u.115.com/file/f014e31c4d</p><p>热点win2008全能服务器数据中心免费版.part03.rar</p><p>http://u.115.com/file/f054bb358c</p><p>热点win2008全能服务器数据中心免费版.part02.rar</p><p>http://u.115.com/file/f070a9abef</p><p>热点win2008全能服务器数据中心免费版.part01.rar</p><p>下载完成后发在一个文件夹下解压,然后使用VMware 7挂载</p><p>至于本系统的封装版,要看我最近有没有时间了,发布日期待定!<p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/252.html</p><h3>Related Posts</h3><ul><li><a href="http://www.7qy.com/html/255.html" title="热点win2008全能服务器数据中心免费终结版,提供下载 2010.05.1">热点win2008全能服务器数据中心免费终结版,提供下载</a>(11)</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/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>(5)</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><li><a href="http://www.7qy.com/html/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(5)</li><li><a href="http://www.7qy.com/html/186.html" title="windows系统下启动php-cgi的启动脚本,适合nginx 2010.02.27">windows系统下启动php-cgi的启动脚本,适合nginx</a>(0)</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/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></ul><h3>Recent Comments</h3><ul></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/252.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>配置好的win系统下的php5.2.13绿色包,适合iis/nginx/cherokee使用</title><link>http://www.7qy.com/html/237.html</link> <comments>http://www.7qy.com/html/237.html#comments</comments> <pubDate>Tue, 06 Apr 2010 13:55:48 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[原创软件]]></category> <category><![CDATA[cherokee]]></category> <category><![CDATA[eAccelerator]]></category> <category><![CDATA[FastCGI]]></category> <category><![CDATA[ionCube]]></category> <category><![CDATA[ISAPI]]></category> <category><![CDATA[php]]></category> <category><![CDATA[php-cgi]]></category> <category><![CDATA[ZendOptimizer]]></category><guid isPermaLink="false">http://www.7qy.com/?p=237</guid> <description><![CDATA[支持系统:win 2000/xp/2003/Vista/win7/2008/2008 R2集成:eAccelerator v0.9.5.3<span class="readmore"><a href="http://www.7qy.com/html/237.html" title="配置好的win系统下的php5.2.13绿色包,适合iis/nginx/cherokee使用">阅读全文——共385字</a></span>]]></description> <content:encoded><![CDATA[<p>支持系统:win 2000/xp/2003/Vista/win7/2008/2008 R2<br /> 集成:<br /> eAccelerator v0.9.5.3<br /> ionCube PHP Loader v3.1.32<br /> Zend Optimizer v3.3.3<br /> SendMail</p><p><a href="http://www.7qy.com/wp-content/uploads/2010/04/3.jpg"><img src="http://www.7qy.com/wp-content/uploads/2010/04/3-300x49.jpg" alt="" title="3" width="480" height="80" class="alignnone size-medium wp-image-238" /></a><br /> <span id="more-237"></span></p><p><a href="http://www.7qy.com/wp-content/uploads/2010/04/21.jpg"><img src="http://www.7qy.com/wp-content/uploads/2010/04/21-300x253.jpg" alt="" title="2" width="480" height="403" class="alignleft size-medium wp-image-240" /></a></p><p><a href="http://www.7qy.com/wp-content/uploads/2010/04/11.jpg"><img src="http://www.7qy.com/wp-content/uploads/2010/04/11-300x252.jpg" alt="" title="1" width="480" height="403" class="alignnone size-medium wp-image-239" /></a></p><p>FastCGI(cgi-fcgi) / isapi 双模式<br /> 默认php.ini为为FastCGI模式,如想使用isapi 模式,请将原始的php.ini改名,把php-isapi.ini改名为php.ini</p><p>PHP包下载地址:<a href="http://u.115.com/file/f37f609920">http://u.115.com/file/f37f609920</a><br /> 默认目录:e:\tools\php5\ 如需换路径请修改php.ini文件里的路径</p><p>非win7/2008系统 如需要eAccelerator请先安装ms vc2008运行库<br /> ms vc2008运行库下载地址:<a href="http://u.115.com/file/f3eba80f1d">http://u.115.com/file/f3eba80f1d</a><p>转载请注明：本文转载自 纯 白 色 http://www.7qy.com/html/237.html</p><h3>Related Posts</h3><ul><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/279.html" title="热点centos 5.5 X32 服务器特殊版发布，提供下载 2010.05.26">热点centos 5.5 X32 服务器特殊版发布，提供下载</a>(5)</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>(5)</li><li><a href="http://www.7qy.com/html/255.html" title="热点win2008全能服务器数据中心免费终结版,提供下载 2010.05.1">热点win2008全能服务器数据中心免费终结版,提供下载</a>(11)</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/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/186.html" title="windows系统下启动php-cgi的启动脚本,适合nginx 2010.02.27">windows系统下启动php-cgi的启动脚本,适合nginx</a>(0)</li><li><a href="http://www.7qy.com/html/54.html" title="配置好的php 5.2.10 环境包,适合FastCGI / ISAPI / CGI-FCGI模式 2009.12.4">配置好的php 5.2.10 环境包,适合FastCGI / ISAPI / CGI-FCGI模式</a>(4)</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></ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >pojay</a> : <a class="comment_content" href="http://www.7qy.com/html/237.html#comment-94" title="View the entire comment by pojay" >终于好了，博主打包的PHP不对，缺少文件或者是别的，我从官网下载5.2.13的PHP压缩包覆盖进去就...</a></li><li><a class="commentor" href="" >pojay</a> : <a class="comment_content" href="http://www.7qy.com/html/237.html#comment-92" title="View the entire comment by pojay" >错误应用程序 php-cgi.exe，版本 5.2.13.13，时间戳 0x4b853880，错误模...</a></li><li><a class="commentor" href="" >pojay</a> : <a class="comment_content" href="http://www.7qy.com/html/237.html#comment-91" title="View the entire comment by pojay" >在2008下面一直显示500  有什么特别要设置的没有？</a></li><li><a class="commentor" href="" >呵</a> : <a class="comment_content" href="http://www.7qy.com/html/237.html#comment-90" title="View the entire comment by 呵" >下来看看，学习一下配置。</a></li><li><a class="commentor" href="" >成王败寇</a> : <a class="comment_content" href="http://www.7qy.com/html/237.html#comment-73" title="View the entire comment by 成王败寇" >感觉一直装不好，最近很急，给我回个信吧~~
2K3，IIS6。。一直搞不懂。。</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.7qy.com/html/237.html/feed</wfw:commentRss> <slash:comments>5</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>(5)</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>(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><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>4</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>(5)</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>(5)</li><li><a href="http://www.7qy.com/html/233.html" title="目前算的上最全的centos系统资料提供下载 2010.04.2">目前算的上最全的centos系统资料提供下载</a>(4)</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>(5)</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>(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/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>(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>(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/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>(11)</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> </channel> </rss>