<?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; win2008</title>
	<atom:link href="http://www.hebaodans.com/tag/win2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hebaodans.com</link>
	<description>好的心态是成功的开始</description>
	<lastBuildDate>Tue, 20 Jul 2010 17:32:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>win2008 iis7 安装pear</title>
		<link>http://www.hebaodans.com/2008/12/win2008-iis7-pear-install/</link>
		<comments>http://www.hebaodans.com/2008/12/win2008-iis7-pear-install/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 05:30:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[iis7]]></category>
		<category><![CDATA[pear安装]]></category>
		<category><![CDATA[win2008]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=183</guid>
		<description><![CDATA[安装环境:windows2008+php5.2.6+iis7 1、确认php目录下是否有pear/go-pear.phar。用install安装的php,没有pear/go-pear.phar,可以打开 http://pear.php.net/go-pear.phar ，把里面的内容复制另存到php目录pear/go-pear.phar 。 2.开始-运行-cmd-输入 php pear/go-pear.phar。没有把php目录加入环境变量的请先切换到该目录下。提示 Are you installing a system-wide PEAR or a local copy? (system&#124;local) [system] :直接默认回车 显示 Below is a suggested file layout for your new PEAR installation.  To change individual locations, type the number in front of the directory.  Type &#8216;all&#8217; to change all of them or simply press Enter [...]]]></description>
			<content:encoded><![CDATA[<p>安装环境:windows2008+php5.2.6+<span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/iis7/" title="View all posts in iis7" target="_blank">iis7</a></span></p>
<p>1、确认php目录下是否有pear/go-pear.phar。用install安装的php,没有pear/go-pear.phar,可以打开 <a href="http://pear.php.net/go-pear.phar">http://pear.php.net/go-pear.phar</a> ，把里面的内容复制另存到php目录pear/go-pear.phar 。</p>
<p>2.开始-运行-cmd-输入 php pear/go-pear.phar。没有把php目录加入环境变量的请先切换到该目录下。提示</p>
<p>Are you installing a system-wide PEAR or a local copy?<br />
(system|local) [system] :直接默认回车</p>
<p>显示<br />
Below is a suggested file layout for your new PEAR installation.  To<br />
change individual locations, type the number in front of the<br />
directory.  Type &#8216;all&#8217; to change all of them or simply press Enter to<br />
accept these locations.</p>
<p> 1. Installation base ($prefix)                   : d:\php<br />
 2. Temporary directory for processing            : d:\php\tmp<br />
 3. Temporary directory for downloads             : d:\php\tmp<br />
 4. Binaries directory                            : d:\php<br />
 5. PHP code directory ($php_dir)                 : d:\php\pear<br />
 6. Documentation directory                       : d:\php\docs<br />
 7. Data directory                                : d:\php\data<br />
 8. User-modifiable configuration files directory : d:\php\cfg<br />
 9. Public Web Files directory                    : d:\php\www<br />
10. Tests directory                               : d:\php\tests<br />
11. Name of configuration file                    : C:\Windows\pear.ini<br />
12. Path to CLI php.exe                           : d:\php</p>
<p>1-12, &#8216;all&#8217; or Enter to continue:</p>
<p>可以按1修改pear安装路径，比如修改为d:\pear,按11修改为d:\pear\pear.ini，完成后按enter确认。</p>
<p>Beginning install&#8230;<br />
Configuration written to d:\pear\pear.ini&#8230;<br />
Initialized registry&#8230;<br />
Preparing to install&#8230;<br />
installing phar://go-pear.phar/PEAR/go-pear-tarballs/Archive_Tar-1.3.2.tar&#8230;<br />
installing phar://go-pear.phar/PEAR/go-pear-tarballs/Console_Getopt-1.2.3.tar&#8230;</p>
<p>installing phar://go-pear.phar/PEAR/go-pear-tarballs/PEAR-1.7.1.tar&#8230;<br />
installing phar://go-pear.phar/PEAR/go-pear-tarballs/Structures_Graph-1.0.2.tar.<br />
..<br />
pear/PEAR can optionally use package &#8220;pear/XML_RPC&#8221; (version &gt;= 1.4.0)<br />
install ok: channel://pear.php.net/Archive_Tar-1.3.2<br />
install ok: channel://pear.php.net/Console_Getopt-1.2.3<br />
install ok: channel://pear.php.net/Structures_Graph-1.0.2<br />
install ok: channel://pear.php.net/PEAR-1.7.1<br />
PEAR: Optional feature webinstaller available (PEAR&#8217;s web-based installer)<br />
PEAR: Optional feature gtkinstaller available (PEAR&#8217;s PHP-GTK-based installer)<br />
PEAR: Optional feature gtk2installer available (PEAR&#8217;s PHP-GTK2-based installer)</p>
<p>PEAR: To install optional features use &#8220;pear install pear/PEAR#featurename&#8221;</p>
<p>******************************************************************************<br />
WARNING!  The include_path defined in the currently used php.ini does not<br />
contain the PEAR PHP directory you just specified:<br />
&lt;D:\pear\pear&gt;<br />
If the specified directory is also not in the include_path used by<br />
your scripts, you will have problems getting any PEAR packages working.<br />
Would you like to alter php.ini &lt;D:\php\php.ini&gt;? [Y/n] : </p>
<p> 选Y修改php.ini</p>
<p>列出当前php.ini配置<br />
php.ini &lt;D:\php\php.ini&gt; include_path updated.</p>
<p>Current include path           : .;C:\php5\pear<br />
Configured directory           : D:\pear\pear<br />
Currently used php.ini (guess) : D:\php\php.ini<br />
Press Enter to continue:<br />
回车<br />
** WARNING! Old version found at D:\pear, please remove it or be sure to use the<br />
 new d:\pear\pear.bat command</p>
<p>The &#8216;pear&#8217; command is now at your service at d:\pear\pear.bat</p>
<p>** The &#8216;pear&#8217; command is not currently in your PATH, so you need to<br />
** use &#8216;d:\pear\pear.bat&#8217; until you have added<br />
** &#8216;D:\pear&#8217; to your PATH environment variable.</p>
<p>Run it without parameters to see the available actions, try &#8216;pear list&#8217;<br />
to see what packages are installed, or &#8216;pear help&#8217; for help.</p>
<p>For more information about PEAR, see:</p>
<p>  <a href="http://pear.php.net/faq.php">http://pear.php.net/faq.php</a><br />
  <a href="http://pear.php.net/manual/">http://pear.php.net/manual/</a></p>
<p>Thanks for using go-pear!</p>
<p> </p>
<p>* WINDOWS ENVIRONMENT VARIABLES *<br />
For convenience, a REG file is available under D:\pear\PEAR_ENV.reg .<br />
This file creates ENV variables for the current user.</p>
<p>Double-click this file to add it to the current user registry.</p>
<p>双击 D:\pear\PEAR_ENV.reg  ，将 D:\pear加入到当前用户环境变量中。</p>
<p>安装完成！</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/12/win2008-iis7-pear-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在vista和win2008中用telnet</title>
		<link>http://www.hebaodans.com/2008/12/vista-win2008-telnet/</link>
		<comments>http://www.hebaodans.com/2008/12/vista-win2008-telnet/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 09:57:35 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[win2008]]></category>
		<category><![CDATA[telnet命令]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=168</guid>
		<description><![CDATA[  由于我在局域网里面，如果需要ping一个域名查看域名以及网络情况的话，如果用代理上网，这样就比较麻烦，因此，一般都是telnet到网关服务器去，然后再ping，以前用xp和2003用telnet都很正常，但用vista和win2008时，特别是前几天刚安装的win2008，真是麻烦，telnet客户端默认也没有安装，对服务器考虑得也确实很周到，只装需要的，绝对不装多余的。下面分别说明在vista和win2008下安装telnet客户端。 在vista和win2008下没有安装telnet客户端时，会在命令窗口中用telnet命令时, 命令无法执行,提示:“&#8217;telnet&#8217; 不是内部或外部命令，也不是可运行的程序或批处理文件”。这就是默认没有telnet客户端可供使用时，命令行的反应。 在vista和win2008下安装telnet客户端也很简单，Vista和win2008都是带有telnet的，只是默认没有安装而已。 在vista下：依次打开“开始”→“控制面板”→“打开或关闭Windows功能”，在打开的窗口处，寻找并勾选“Telnet客户端”，然后点击“确定”。顺利安装后，再在运行下输入此命令就OK了。 1.开始–&#62;控制面板–&#62;程序和功能 2.左侧 打开或者关闭windows功能 3.找到Telnet客户端，选择安装。 在win2008下，依次打开“开始”→“控制面板”→“程序和功能”→“打开或关闭Windows功能”，右侧“功能摘要”中，“添加功能”，在打开的窗口处，寻找并勾选“Telnet客户端”，然后点击“确定”。顺利安装后，再在运行下输入此命令就OK了。 微软的这种考虑也是对的，不过在vista下，vista主要是桌面的应用，这就不必要这么严谨了吧？应该在vista下，默认的安装一些常用的工具软件才是上策。 转载来源 http://www.linwan.net.cn/archives/2775.html]]></description>
			<content:encoded><![CDATA[<div class="post-body"><script type="text/javascript"></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<div style="float: right; margin: 4px;"><script type="text/javascript"></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p>  由于我在局域网里面，如果需要ping一个域名查看域名以及网络情况的话，如果用代理上网，这样就比较麻烦，因此，一般都是telnet到网关服务器去，然后再ping，以前用xp和2003用telnet都很正常，但用<span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/vista/" title="View all posts in vista" target="_blank">vista</a></span>和<span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/win2008/" title="View all posts in win2008" target="_blank">win2008</a></span>时，特别是前几天刚安装的<span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/win2008/" title="View all posts in win2008" target="_blank">win2008</a></span>，真是麻烦，telnet客户端默认也没有安装，对服务器考虑得也确实很周到，只装需要的，绝对不装多余的。下面分别说明在<span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/vista/" title="View all posts in vista" target="_blank">vista</a></span>和win2008下安装telnet客户端。</p>
<p>在vista和win2008下没有安装telnet客户端时，会在命令窗口中用telnet命令时, 命令无法执行,提示:“&#8217;telnet&#8217; 不是内部或外部命令，也不是可运行的程序或批处理文件”。这就是默认没有telnet客户端可供使用时，命令行的反应。</p>
<p>在vista和win2008下安装telnet客户端也很简单，Vista和win2008都是带有telnet的，只是默认没有安装而已。</p>
<p>在vista下：依次打开“开始”→“控制面板”→“打开或关闭Windows功能”，在打开的窗口处，寻找并勾选“Telnet客户端”，然后点击“确定”。顺利安装后，再在运行下输入此命令就OK了。</p>
<p>1.开始–&gt;控制面板–&gt;程序和功能<br />
2.左侧 打开或者关闭windows功能<br />
3.找到Telnet客户端，选择安装。</p>
<p>在win2008下，依次打开“开始”→“控制面板”→“程序和功能”→“打开或关闭Windows功能”，右侧“功能摘要”中，“添加功能”，在打开的窗口处，寻找并勾选“Telnet客户端”，然后点击“确定”。顺利安装后，再在运行下输入此命令就OK了。</p>
<p>微软的这种考虑也是对的，不过在vista下，vista主要是桌面的应用，这就不必要这么严谨了吧？应该在vista下，默认的安装一些常用的工具软件才是上策。</p>
<div>转载来源 <a href="http://www.linwan.net.cn/archives/2775.html">http://www.linwan.net.cn/archives/2775.html</a></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/12/vista-win2008-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>破解Windows 2003远程桌面连接最大数（真正可用）</title>
		<link>http://www.hebaodans.com/2008/11/win2003-rdc-connection-number/</link>
		<comments>http://www.hebaodans.com/2008/11/win2003-rdc-connection-number/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 15:48:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[win2008]]></category>
		<category><![CDATA[电脑技巧]]></category>
		<category><![CDATA[win2000]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[远程桌面连接]]></category>
		<category><![CDATA[连接最大数]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=133</guid>
		<description><![CDATA[哈哈，让我们去微软注册去 https://activate.microsoft.com/ 注册号码可用：4954438 (这儿是关键) 建立瘦客户终端网络的方法有很多： 1、Windows 2003 终端服务，默认有两个用户连接的限制 2、Winconnect Server XP， 会受到Windows升级补丁的影响，需要跟随Windows不断地升级，新的破解版不好找 3、其他远程接入系统：如瑞友天翼，安全性高，缺点是系统不够稳定，对有些系统不适用，新版破解很难找 综合看来，速度和稳定性最好的当数windows系统自带的远程终端服务，破解终端授权方法如下： 1、正常安装终端服务和终端授权 2、开始菜单——》程序——》管理工具——终端服务授权 右键点击终端服务器，选择激活服务器，选择Enterprise agreement,点击Next，在协议号中填6565792,一路next即可。 转载来源 http://tecrosys.blog.hexun.com/16660760_d.html]]></description>
			<content:encoded><![CDATA[<div id="post_message_180529" style="overflow-x: hidden;">哈哈，让我们去微软注册去</div>
<p><a href="https://activate.microsoft.com/" target="_blank">https://activate.microsoft.com/</a></p>
<p>注册号码可用：4954438 (这儿是关键)</p>
<div style="overflow-x: hidden;">
<div class="entryBody">
<div class="plain">
<p>建立瘦客户终端网络的方法有很多：<br />
1、Windows 2003 终端服务，默认有两个用户连接的限制<br />
2、Winconnect Server XP， 会受到Windows升级补丁的影响，需要跟随Windows不断地升级，新的破解版不好找<br />
3、其他远程接入系统：如瑞友天翼，安全性高，缺点是系统不够稳定，对有些系统不适用，新版破解很难找</p>
<p>综合看来，速度和稳定性最好的当数windows系统自带的远程终端服务，破解终端授权方法如下：</p>
<p>1、正常安装终端服务和终端授权</p>
<p>2、开始菜单——》程序——》管理工具——终端服务授权</p>
<p>右键点击终端服务器，选择激活服务器，选择Enterprise agreement,点击Next，在协议号中填6565792,一路next即可。</p>
</div>
<p><a name="more"></a></p>
<div class="visualClear"><a href="http://tecrosys.photo.hexun.com/33315855_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_B4F748A552732CF693BE9ACB4FE78672.jpg" border="0" alt="查看更多精彩图片" /></a></div>
<p><a href="http://tecrosys.photo.hexun.com/33315858_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_9AE78195E906475F3759E1019C22FC76.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315866_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_88CF35F68FDDA37DBA75D513D7C45D58.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315869_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_3ADC48462FD101BBD96B3C361F3EF781.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315870_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_2E37B3AE6FB66DF6F36646511D64ED3F.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315875_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_0012258891A63F9AACCFD2F603ECDD63.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315876_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_5096773FEFE313C53CD12346C7BA8B54.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315878_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_636A4756B73CEEC570D8AF1B5CDF2F03.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315881_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_8B418AB2047AE1A0D9110BEFB08B7559.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315885_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_8FD9B6C2274FF4D45895E10E98BB08ED.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315889_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_B67D8B885430F4CA451F59CB1D213C8B.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p><a href="http://tecrosys.photo.hexun.com/33315892_d.html" target="_blank"><img src="http://photo10.hexun.com/p/2008/0125/166579/b_797962E753906F8CCEA27E6628EC5D2A.jpg" border="0" alt="查看更多精彩图片" /></a></p>
<p>转载来源 <a href="http://tecrosys.blog.hexun.com/16660760_d.html">http://tecrosys.blog.hexun.com/16660760_d.html</a></p>
</div>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/11/win2003-rdc-connection-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raxco.PerfectDisk.2008.Professional.Regged-FOSI crack破解版</title>
		<link>http://www.hebaodans.com/2008/09/raxco-perfectdisk2008-professional-regged-fosi-crack/</link>
		<comments>http://www.hebaodans.com/2008/09/raxco-perfectdisk2008-professional-regged-fosi-crack/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 10:28:59 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[win2008]]></category>
		<category><![CDATA[PerfectDisk 2008 crack]]></category>
		<category><![CDATA[PerfectDisk 2008破解]]></category>
		<category><![CDATA[win2008 defrag]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=110</guid>
		<description><![CDATA[Raxco.PerfectDisk.2008.Professional.Regged-FOSI Description: PerfectDisk® 2008 will make your computer run like new. Work andplay faster &#8211; and smarter. PerfectDisk makes everything you do on yourcomputer faster &#8211; so you can be more efficient at your work or play.PerfectDisk 2008’s patented SMARTPlacement™ optimization is paired withits exclusive single-pass defragmentation and Space RestorationTechnology™ to maximize PC and laptop [...]]]></description>
			<content:encoded><![CDATA[<p>Raxco.PerfectDisk.2008.Professional.Regged-FOSI<br />
Description:<br />
PerfectDisk® 2008 will make your computer run like new. Work andplay faster &#8211; and smarter. PerfectDisk makes everything you do on yourcomputer faster &#8211; so you can be more efficient at your work or play.PerfectDisk 2008’s patented SMARTPlacement™ optimization is paired withits exclusive single-pass defragmentation and Space RestorationTechnology™ to maximize PC and laptop performance. All controlled andautomated according to your unique requirements through AutoPilotScheduling™ or StealthPatrol™ unattended background processing.<br />
What’s New in PerfectDisk® 2008:</p>
<p>A brand-new user interface<br />
StealthPatrol™ automatic disk defragmentation<br />
Improved performance and reduced resource usage<br />
Selected Files Defrag<br />
Fragmeter<br />
Free Space Recycler<br />
Space Explorer<br />
Enhanced system tray icon functionality<br />
Estimated Time to Completion<br />
Native support for 64-bit platforms<br />
Enhanced Active Directory Integration</p>
<p> </p>
<p>Download:<br />
<a href="http://rapidshare.com/files/88113191/Raxco.PerfectDisk.2008.Professional.Regged-FOSI.rar">Raxco.PerfectDisk.2008.Server.Regged-FOSI</a></p>
<p><a href="http://www.crsky.com/soft/4392.html">http://www.crsky.com/soft/4392.html</a><br />
key for &#8220;Server&#8221; license: 代码:<br />
016-8784262-403119-5346</p>
<p>Raxco.PerfectDisk.2008.Professional.Regged-FOSI<br />
key for &#8220;Pro&#8221; license: 代码:<br />
302-7085663-199050-1695<br />
原文链接：Raxco.PerfectDisk.2008.Professional.Regged-FOSI <a href="http://www.591hala.com/it/read-htm-tid-2215.html">http://www.591hala.com/it/read-htm-tid-2215.html</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/09/raxco-perfectdisk2008-professional-regged-fosi-crack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win2008下的IIS7与PHP相关问题</title>
		<link>http://www.hebaodans.com/2008/08/win2008-iis7-php-setting/</link>
		<comments>http://www.hebaodans.com/2008/08/win2008-iis7-php-setting/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 09:09:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[iis7]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[win2008]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=77</guid>
		<description><![CDATA[【实战】Win2008下的IIS7与PHP相关问题 导读：本文主要是介绍在 Win2008 的 IIS7 中配置和使用 PHP 的相关问题。注意，本文是针对 Win2008 全新的讲解，力求使用上的完美和配置上的简捷。 先推荐下载个视频（虽然是英文的，但是也可以先大致浏览了解一下）：http://wallpaper.iis7.org/videos/php-fastCGI.wmv 重点：从以上视频可以了解到，在 Win2008 的 IIS7 中，对 PHP 支持的最大改进有两点：1、FastCGI；2、Output Caching（输出缓存）。所以以下着重介绍用 FastCGI 支持 PHP 的方式，而 ISAPI 支持方式应该和以前版本的 IIS 大同小异，不再赘述。 需要下载的相关程序（全部为免费程序，找不到的话就别做网站了） 1、PHP 5.x.x For Win 版本（推荐使用免安装的压缩版本）； 2、MySQL 5.x For Win 版本； 3、phpmyadmin 最新版； 4、ZendOptimizer 最新版。 安装、配置下载的程序 0、在 Win2008 中添加角色：打开“服务器管理器”，在“Web 服务器中”别忘了添加“CGI”。如果没有添加，接下来是没有“FastCGI”选项的； 1、为 PHP 应用配置“FastCGI”：打开“IIS 管理器”，双击某个网站（或虚拟目录、应用程序），双击“处理程序映射”，然后从右边选择“添加模块映射”，“请求路径”填写“*.php”，“模块”选择“FastCgiModule”，“可执行文件”选择你 PHP 所在的目录中的“php-cgi.exe”（比如 D:\php\php-cgi.exe），“名称”就叫“php”好了。以下是配置说明： （1）将“PHP.INI-dist”拷贝在同目录中，名为“PHP.INI”（不建议使用“php.ini-recommended”拷贝，因为安全性较高，容易出问题）； [...]]]></description>
			<content:encoded><![CDATA[<p>【实战】Win2008下的IIS7与PHP相关问题<br />
导读：本文主要是介绍在 Win2008 的 IIS7 中配置和使用 PHP 的相关问题。注意，本文是针对 Win2008 全新的讲解，力求使用上的完美和配置上的简捷。</p>
<p>先推荐下载个视频（虽然是英文的，但是也可以先大致浏览了解一下）：http://wallpaper.<span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/iis7/" title="View all posts in iis7" target="_blank">iis7</a></span>.org/videos/php-fastCGI.wmv</p>
<p>重点：从以上视频可以了解到，在 Win2008 的 IIS7 中，对 PHP 支持的最大改进有两点：1、FastCGI；2、Output Caching（输出缓存）。所以以下着重介绍用 FastCGI 支持  PHP 的方式，而 ISAPI 支持方式应该和以前版本的 IIS 大同小异，不再赘述。</p>
<p>需要下载的相关程序（全部为免费程序，找不到的话就别做网站了）<br />
1、PHP 5.x.x For Win 版本（推荐使用免安装的压缩版本）；<br />
2、MySQL 5.x For Win 版本；<br />
3、phpmyadmin 最新版；<br />
4、ZendOptimizer 最新版。</p>
<p>安装、配置下载的程序</p>
<p>0、在 Win2008 中添加角色：打开“服务器管理器”，在“Web 服务器中”别忘了添加“CGI”。如果没有添加，接下来是没有“FastCGI”选项的；</p>
<p>1、为 PHP 应用配置“FastCGI”：打开“IIS 管理器”，双击某个网站（或虚拟目录、应用程序），双击“处理程序映射”，然后从右边选择“添加模块映射”，“请求路径”填写“*.php”，“模块”选择“FastCgiModule”，“可执行文件”选择你 PHP 所在的目录中的“php-cgi.exe”（比如 D:\php\php-cgi.exe），“名称”就叫“php”好了。以下是配置说明：<br />
（1）将“PHP.INI-dist”拷贝在同目录中，名为“PHP.INI”（不建议使用“php.ini-recommended”拷贝，因为安全性较高，容易出问题）；<br />
（2）编辑“PHP.INI”，主要是修改以下关键配置的设置（注意，如果没有某个关键词，就自己创建；“d:\php”假设为 PHP 所在目录。）：<br />
register_long_arrays = on<br />
extension_dir = &#8220;d:\php\ext&#8221;<br />
cgi.force_redirect = 0<br />
extension=php_gd2.dll<br />
extension=php_mbstring.dll<br />
extension=php_mcrypt.dll<br />
extension=php_mysql.dll<br />
extension=php_pdo.dll<br />
extension=php_pdo_mysql.dll<br />
session.save_path = &#8220;d:\php\tmp&#8221;<br />
（3）特别说明：以上关键配置的设置是经过本人实战验证的，和目前网上流传的 PHP 配置说明主要不同之处在于：根本无需将任何一个文件拷贝来拷贝去。而且，进行以上配置后，对 MySQL 和 phpmyadmin 都已经完美支持了。</p>
<p>2、PHP 程序目前已经可以正常运行了，接下来安装 MySQL。安装后，你会发现无法继续进行配置（也许后续版本会解决此问题），这时候时需要修改“MySQLInstanceConfig.exe”（推荐使用“Resource Hacker”工具），找到 24-1-1033，将“asAdministrator”改成“requireAdministrator”，然后就可以从开始菜单运行 MySQL 的配置了。<br />
（1）MySQL 的具体配置可以参考网上的帖子，并没有针对 Win2008 的特别注意事项，不再赘述；<br />
（2）在这里单独说一下“Strict Mode”，如果某些程序运行中出现“mysql error number: 1366”，则可以关闭这个参数再试试看，也许能解决此问题。<br />
（3）MySQL 的语法使用也不介绍了，只说一个小技巧：如何解决导入超大 SQL 数据库时超时的问题？<br />
执行：mysql -u root -p【password】 -h localhost 【yourdb】 < 【yoursql】<br />
比如：mysql -u root -p123456 bbs < d:\bbs.sql</p>
<p>3、该安装 phpmyadmin 了，实际上无需安装（只是个 PHP 的应用程序而已，解压缩到你的 Web 目录下即可），而且有些人认为这个功能太弱，喜欢用其它类似产品。不过由于它的通用性，还是讲解一下吧：需要修改“libraries\config.default.php”的两个地方：<br />
（1）把 $cfg['blowfish_secret'] = &#8221;; 更改为 $cfg['blowfish_secret'] = &#8216;加密私钥&#8217;;<br />
（2）把 $cfg['Servers'][$i]['auth_type'] = &#8216;config&#8217;; 更改为 $cfg['Servers'][$i]['auth_type'] = &#8216;cookie&#8217;;</p>
<p>4、安装 ZendOptimizer（千万不要以为 FastCGI 方式不需要安装这个）：<br />
（1）最新版的 ZendOptimizer 在安装时可以识别 IIS7；<br />
（2）如果重装系统，ZendOptimizer 可以不用重新安装（当然，前提是 ZendOptimizer 没有安装在 C 盘）。</p>
<p>一直没有时间总结，写的很累啊……不足之处，欢迎指点！</p>
<p>本人使用以上方法在 Win2008 中应用 PHP 程序已有一个多月了，暂时没发现什么问题。另外，关于“输出缓存”的配置技巧希望大家能够补充一下<br />
此配置方法确实简单使用<br />
转载来源：http://forum.pcbeta.com/thread-270368-1-1.html</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/08/win2008-iis7-php-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://wallpaper.iis7.org/videos/php-fastCGI.wmv" length="21979513" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>win2008调整电源计划</title>
		<link>http://www.hebaodans.com/2008/08/win2008-power-plan-high-performance/</link>
		<comments>http://www.hebaodans.com/2008/08/win2008-power-plan-high-performance/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 15:26:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[win2008]]></category>
		<category><![CDATA[highperformance]]></category>
		<category><![CDATA[power plan]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=75</guid>
		<description><![CDATA[win2008默认的电源计划是balanced(性能和电源折中)。无意中发现该设置，之前没意识到，不知道是否有影响（应该是有的），保险一点还是把它调整为high performance(高性能)。方法：右击桌面-personalize-screen saver-change power setting-选择high performance，关闭即可保存生效。]]></description>
			<content:encoded><![CDATA[<p><span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/win2008/" title="View all posts in win2008" target="_blank">win2008</a></span>默认的电源计划是balanced(性能和电源折中)。无意中发现该设置，之前没意识到，不知道是否有影响（应该是有的），保险一点还是把它调整为high performance(高性能)。方法：右击桌面-personalize-screen saver-change power setting-选择high performance，关闭即可保存生效。</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/08/win2008-power-plan-high-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win2008 web服务器安装配置</title>
		<link>http://www.hebaodans.com/2008/08/win2008-web-safe-configure/</link>
		<comments>http://www.hebaodans.com/2008/08/win2008-web-safe-configure/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 15:25:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[电脑安全]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[win2008]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=58</guid>
		<description><![CDATA[对服务器安全重要性算是有全面的认识了。今天整理网站的时候居然发现被人入侵，发送客户资料到他人邮箱。狂晕！！！ 本服务器是windows 2008 web edition。由于我也是边摸索边设置。所有本文会持续更新。 一、关闭系统不必要服务。 关闭workstation服务，可以防止列出服务器所有用户。关闭的同时会提示同时关闭terminal configuration service。]]></description>
			<content:encoded><![CDATA[<p>对服务器安全重要性算是有全面的认识了。今天整理网站的时候居然发现被人入侵，发送客户资料到他人邮箱。狂晕！！！<br />
本服务器是windows 2008 <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/web/" title="View all posts in web" target="_blank">web</a></span> edition。由于我也是边摸索边设置。所有本文会持续更新。</p>
<p>一、关闭系统不必要服务。<br />
    关闭workstation服务，可以防止列出服务器所有用户。关闭的同时会提示同时关闭terminal configuration service。</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/08/win2008-web-safe-configure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win2008下server-u 7无法列出远程目录</title>
		<link>http://www.hebaodans.com/2008/08/win2008-server-u-7-time-out/</link>
		<comments>http://www.hebaodans.com/2008/08/win2008-server-u-7-time-out/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 12:15:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[win2008]]></category>
		<category><![CDATA[/bin/ls]]></category>
		<category><![CDATA[remote dir list]]></category>
		<category><![CDATA[server-u 7]]></category>
		<category><![CDATA[time out]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=52</guid>
		<description><![CDATA[我用的是win2008的服务器+server-u7。之前ftp登陆一直正常。今天无意中修改了windows防火墙的类型为public。结果，导致很多用户登陆不了ftp。查看日志均是在150 Opening ASCII mode data connection for /bin/ls是停止，然后就是超时断开。当时想不出怎么会突然这样，以为是路由器运行太久的问题。重启了路由器问题依旧。后面查了一下server-u一般是采用pasv被动模式。客户端服务器连接到服务器端口。于是查看防火墙配置。在控制面板，管理员工具下有一个windows防火墙高级配置。发现里面进站规则分public和private两种。而serveru的端口是属于private的规则。我把防火墙改为public类型，这样无法让serveru的端口的通过防火墙。于是把防火墙类型改回private类型，打开ftp登陆，一切正常。]]></description>
			<content:encoded><![CDATA[<p>我用的是<span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/win2008/" title="View all posts in win2008" target="_blank">win2008</a></span>的服务器+server-u7。之前ftp登陆一直正常。今天无意中修改了windows防火墙的类型为public。结果，导致很多用户登陆不了ftp。查看日志均是在150 Opening ASCII mode data connection for /bin/ls是停止，然后就是超时断开。当时想不出怎么会突然这样，以为是路由器运行太久的问题。重启了路由器问题依旧。后面查了一下server-u一般是采用pasv被动模式。客户端服务器连接到服务器端口。于是查看防火墙配置。在控制面板，管理员工具下有一个windows防火墙高级配置。发现里面进站规则分public和private两种。而serveru的端口是属于private的规则。我把防火墙改为public类型，这样无法让serveru的端口的通过防火墙。于是把防火墙类型改回private类型，打开ftp登陆，一切正常。</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/08/win2008-server-u-7-time-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
