<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>草上飞 - 服务器</title><link>http://blog.linkhelper.cn/</link><description>站长帮手网提供专业站长工具 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 90619</generator><language>zh-CN</language><copyright>&amp;amp;copy; 2008 Designed By 草上飞 QQ:1469886&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;沪ICP备08014007号&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Powered By Z-Blog</copyright><pubDate>Fri, 10 Sep 2010 19:01:18 +0800</pubDate><item><title>提高服务器硬盘性能</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/server-sata-disk.html</link><pubDate>Tue, 11 May 2010 12:21:24 +0800</pubDate><guid>http://blog.linkhelper.cn/post/server-sata-disk.html</guid><description><![CDATA[<p>今天不小心点了服务器上的立即重启的按钮，导致服务器重启了。<br />可能因为站长帮手网用到大量的读写磁盘操作，硬盘也用了好几年了，感觉网站访问有点卡，特别是在读取大量TXT文件的时候。<br />后来经风妖兄指点，对于sata硬盘，可以启用硬盘的高级性能，则这样读写数据能放到缓存中操作，能提供速度。<br />赶紧启用了下，启用后，发现服务器使用内存增加，但是速度得到提升。<br />设置方法：<br />设备管理器中找到硬盘那一项，在上面点右键，属性，策略那个面板里面。有个启用高级性能的选择框，勾中即可。</p>...]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/server-sata-disk.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=66</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=66&amp;key=8746ec2d</trackback:ping></item><item><title>7zip+vbs+windwos计划任务实现定时远程异地服务器备份</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/vbs_remote_server_backup.html</link><pubDate>Tue, 27 Apr 2010 20:26:11 +0800</pubDate><guid>http://blog.linkhelper.cn/post/vbs_remote_server_backup.html</guid><description><![CDATA[<p>7zip+vbs+windwos计划任务实现定时远程异地服务器备份</p>]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/vbs_remote_server_backup.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=64</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=64&amp;key=0fd10b91</trackback:ping></item><item><title>自定义500错误页</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/asp500error.html</link><pubDate>Tue, 30 Mar 2010 17:37:40 +0800</pubDate><guid>http://blog.linkhelper.cn/post/asp500error.html</guid><description><![CDATA[<p>网站难免会出现一些500错误。譬如数据库down掉，或者代码运行出错，超时等。<br />如果直接把这些错误信息抛到客户端，不是很友好，而且用户也看不懂。<br />像站长帮手网因为web和数据库是分离的。经常数据库服务器会因为压力过大，从而导致CPU100%。虽然数据库会自己释放一些连接，但是释放过程中，web服务器是连不上数据库的。从而会抛一些500错误到客户端。譬如说SQL连接错误等。这样让用户看起来不是很友好。<br />于是定义了一个500错误页，地址是：<a href="http://www.linkhelper.cn/500.html">http://www.linkhelper.cn/500.html</a>。然后通过IIS，将所有的500开头的自定义错误改为URL，路径为/500.html<br />...</p>]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/asp500error.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=58</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=58&amp;key=b41c9ffc</trackback:ping></item><item><title>2010年3月21号站长帮手网服务器故障</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/53.html</link><pubDate>Mon, 22 Mar 2010 09:24:21 +0800</pubDate><guid>http://blog.linkhelper.cn/post/53.html</guid><description><![CDATA[<p>&nbsp;2010年3月21号遭到攻击，导致网站打不开，ping过去掉包非常严重。<br />到后来出现很奇特的问题，在服务器内操作，能ping通局域网IP，确无法ping通外网地址和网关。<br />机房技术让我重启服务器下试试。在重启前，我做了件比较傻的事情，竟然将windows的软raid删掉。<br />结果重启后，机房技术发现服务器始终无法进入操作系统。怀疑是删raid删出问题来了，机房技术也不知道如何处理。（其实，如果对windows的raid比较熟悉了解的话，这个问题应该是很容易解决的。）所以我决定跑到机房去看一看，机房在江苏镇江电信机房。<br />...</p>]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/53.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=53</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=53&amp;key=12b4e037</trackback:ping></item><item><title>服务器搬迁完毕</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/50.html</link><pubDate>Tue, 17 Nov 2009 15:26:46 +0800</pubDate><guid>http://blog.linkhelper.cn/post/50.html</guid><description><![CDATA[<p><a target="_blank" href="http://www.adminlj.com">站长帮手网</a>从上线以来，服务器一直托管在上海真如机房。感觉速度还不错，虽然进出机房维修比较麻烦，但是觉得速度还可以，一直没有打算换机房。<br />&nbsp;</p><div class="box5MenuM"><div class="s1">11月14号，发现网站很不稳定，速度很慢。登陆到服务器一看，本地连接竟然变为10M了，一开始还以为是网卡错误，于是重新启动服务器，重新远程登录上去，发现仍旧只有10M。于是马上联系IDC技术，一问，竟然说我的服务器流量太大，峰值达到20-30M。而现在上海真如机房由于重新整合，每个机柜由以前的100M限制到了30M。说站长帮手网的服务器占去了机柜的大部分带宽资源，导致同机柜的其他服务器速度很慢，于是对站长帮手网的服务器进行了限速。由以前的100M共享，限制到了10M的峰值。站长帮手网的速度一下子降下来了。<br />...</div></div>]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/50.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=50</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=50&amp;key=556de750</trackback:ping></item><item><title>编录错误：您没有执行所需操作的权限。如果在目标计算机的系统应用程序上启用了安全，请确认您包含在相应的角色中。</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/bianlucuowu.html</link><pubDate>Thu, 22 Oct 2009 14:09:53 +0800</pubDate><guid>http://blog.linkhelper.cn/post/bianlucuowu.html</guid><description><![CDATA[<p><strong>编录错误您没有执行所需操作的权限。如果在目标计算机的系统应用程序上启用了安全，请确认您包含在相应的角色中。</strong></p>]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/bianlucuowu.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=49</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=49&amp;key=533efa7b</trackback:ping></item><item><title>服务器硬盘坏了</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/server-disk-broken.html</link><pubDate>Tue, 11 Aug 2009 08:58:16 +0800</pubDate><guid>http://blog.linkhelper.cn/post/server-disk-broken.html</guid><description><![CDATA[<p><span style="font-size: medium">8月10号下午2点左右，正在远程桌面操作服务器，突然发现远程桌面不能动了。但是ping服务器能ping通，一开始以为是服务器死机。于是让机房重启了下服务器。结果等了20分钟，远程桌面还是不能连上，ping也ping不通，心里开始有点着急了，有种不祥的预感。机房技术帮我看了下后，说启动的时候提示硬盘出错。一下子就懵了。虽然服务器是做了软raid1，但是还是很担心服务器2个硬盘都坏了。于是赶紧打车回家，拿了windows2003安装程序和sql server安装程序及主板驱动，匆忙赶到机房。进入机房检查，发现只有其中一个硬盘坏了，心中石头顿时落下地。赶紧把坏的硬盘拆下来，服务器只接了好的硬盘。还好，很顺利的进入系统。不过发现mcafee确不能正常启动。重新安装提示权限不够，心里很着急。最后网上查了下，原来是注册表中路径的问题，根据网上的信息，修改了下注册表，mcafee顺利安装成功。下午2点多，硬盘坏掉，4点赶到机房，7点半才恢复正常。<br />...</p></span>]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/server-disk-broken.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=42</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=42&amp;key=e14087b1</trackback:ping></item><item><title>花生壳的DNS解析服务又出现长达1个半小时故障</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/37.html</link><pubDate>Mon, 08 Jun 2009 16:12:50 +0800</pubDate><guid>http://blog.linkhelper.cn/post/37.html</guid><description><![CDATA[<p>郁闷。花生壳的DNS解析服务又出现长达1个半小时故障。导致<a href="http://www.linkhelper.cn">www.linkhelper.cn</a>从2点半开始到4点10一直没法访问。<br />考虑是否要把DNS转出，但是不知道转出过程中是否会影响网站访问。<br />DNS故障的时候，大家可以通过修改hosts文件，来浏览本站。即直接在hosts文件中增加域名解析，这样就可以绕过网站的DNS解析服务器。<br />修改文件为：C:\WINDOWS\system32\drivers\etc下的hosts文件，请用记事本打开，在最下面增加如下记录：<br />...</p>]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/37.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=37</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=37&amp;key=c7959223</trackback:ping></item><item><title>服务器CPU监控小工具</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/31.html</link><pubDate>Tue, 05 May 2009 22:32:28 +0800</pubDate><guid>http://blog.linkhelper.cn/post/31.html</guid><description><![CDATA[<p><strong><span style="color: #003366">服务器CPU监控小工具，解决服务器CPU占用100%的问题。</span></strong></p>]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/31.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=31</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=31&amp;key=710321aa</trackback:ping></item><item><title>5月3号下午3点半到5点半花生壳DNS服务器遭到攻击</title><author>addincaoy@163.com (草上飞)</author><link>http://blog.linkhelper.cn/post/30.html</link><pubDate>Mon, 04 May 2009 09:40:08 +0800</pubDate><guid>http://blog.linkhelper.cn/post/30.html</guid><description><![CDATA[<p>5月3号下午3点半到5点半花生壳DNS服务器遭到攻击，导致站长帮手网域名无法解析，无法访问。<br />真是郁闷，这么大一个域名服务商，竟然会几台DNS服务器同时遭到攻击，没法解析域名。而且时间长达3个小时之久。对花生壳的技术很是怀疑。<br />&nbsp;</p>]]></description><category>服务器</category><comments>http://blog.linkhelper.cn/post/30.html#comment</comments><wfw:comment>http://blog.linkhelper.cn/</wfw:comment><wfw:commentRss>http://blog.linkhelper.cn/feed.asp?cmt=30</wfw:commentRss><trackback:ping>http://blog.linkhelper.cn/cmd.asp?act=tb&amp;id=30&amp;key=bb363ec5</trackback:ping></item></channel></rss>
