<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/stopname" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/stopname" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 10 Nov 2008 11:34:00 GMT</lastBuildDate><title>stopname的专栏</title><description>技术人生,埋名十年</description><link>http://blog.csdn.net/stopname/</link><item><title>iostat 输出解析</title><link>http://blog.csdn.net/stopname/archive/2008/11/10/3265844.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/3265844.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/3265844.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3265844</trackback:ping><description>1. /proc/partitions&lt;br /&gt;&lt;br /&gt;对于kernel 2.4, iostat 的数据的主要来源是 /proc/partitions，而对于kernel 2.6, 数据主要来自/proc/diskstats或者/sys/block/[block-device-name]/stat。&lt;br /&gt;&lt;br /&gt;先看看 /proc/partitions 中有些什么。&lt;br /&gt;&lt;br /&gt;# cat /proc/partitions&lt;br /&gt;major minor  #blocks  name     rio rmerge rsect ruse wio wmerge wsect wuse running use aveq&lt;br /&gt;&lt;br /&gt;   3     0   19535040 hda 12524 31127 344371 344360 12941 25534 308434 1097290 -1 15800720 28214662&lt;br /&gt;   3     1    7172991 hda1 13 71 168 140 0 0 0 0 0 140 140&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/3265844.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 10 Nov 2008 19:34:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2008/11/10/3265844.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2008/11/10/3265844.aspx</guid><dc:creator>stopname</dc:creator></item><item><title>firefox的background-image引发的页面请求问题</title><link>http://blog.csdn.net/stopname/archive/2008/06/03/2508348.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/2508348.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/2508348.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2508348</trackback:ping><description>一开始看请求连接，发现一个页面有个在加载的时候，总是会有一个请求去请求自己的页面地址，从acesss-log里面看，就是request url 和 referer是同一个地址。查了半天不是ajax请求，也不是flash的请求。最后定位到了下面的css（发现请求头如下：Accept: Image/png,*)&lt;br /&gt;&lt;br /&gt;sty[xxx]le=&quot;background-image:url()&quot;&lt;br /&gt;&lt;br /&gt;因为程序本身的原因，导致这里的url没有赋值，firefox在解释这个url的时候发现没有值，就默认去请求相对路径的url即这个页面自己的url。&lt;br /&gt;&lt;br /&gt;这个应该是firefox的bug，在ie下没有这个问题&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/2508348.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 04 Jun 2008 01:42:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2008/06/03/2508348.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2008/06/03/2508348.aspx</guid><dc:creator>stopname</dc:creator></item><item><title>facebook platform源码分析</title><link>http://blog.csdn.net/stopname/archive/2008/06/03/2508322.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/2508322.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/2508322.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2508322</trackback:ping><description>&lt;br /&gt;看到facebook开发源码的消息马上去把源码搞了下来。这次facebook开放的只是其f8 platform的源码。&lt;br /&gt;&lt;br /&gt;1。获取源码&lt;br /&gt;两种方式，&lt;br /&gt;一是直接download 地址为http://developers.facebook.com/fbopen/download_fbopen.php&lt;br /&gt;二是从其svn上checkout下来，仓库地址http://svn.facebook.com/svnroot/platform/fbopen/&lt;br /&gt;&amp;nbs&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/2508322.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 04 Jun 2008 01:40:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2008/06/03/2508322.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2008/06/03/2508322.aspx</guid><dc:creator>stopname</dc:creator></item><item><title>mysql 命令行常用操作</title><link>http://blog.csdn.net/stopname/archive/2007/10/23/1840215.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/1840215.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/1840215.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1840215</trackback:ping><description>以前一直用phpmyadmin，现在习惯改了，要记命令了&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/1840215.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 24 Oct 2007 04:41:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2007/10/23/1840215.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2007/10/23/1840215.aspx</guid><dc:creator>stopname</dc:creator></item><item><title>十招保护Linux系统安全</title><link>http://blog.csdn.net/stopname/archive/2007/08/17/1749128.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/1749128.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/1749128.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1749128</trackback:ping><description>设定登录密码是一项非常重要的安全措施，如果用户的密码设定不合适，就很容易被破译，尤其是拥有超级用户使用权限的用户，如果没有良好的密码，将给系统造成很大的安全漏洞。实际上，密码破解程序是黑客工具箱中的一种工具，它将常用的密码或者是英文字典中所有可能用来作密码的字都用程序加密成密码字，然后将其与Linux系统的/etc/passwd密码文件或/etc/shadow影子文件相比较，如果发现有吻合的密码，就可以求得明码了。在用户账号之中，黑客最喜欢具有root权限的账号，这种超级用户有权修改或删除各种系统设置，可以在系统中畅行无阻。&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/1749128.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 18 Aug 2007 06:58:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2007/08/17/1749128.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2007/08/17/1749128.aspx</guid><dc:creator>stopname</dc:creator></item><item><title>linux操作系统下c语言编程入门--Linux下C开发工具介绍</title><link>http://blog.csdn.net/stopname/archive/2007/08/17/1747858.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/1747858.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/1747858.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1747858</trackback:ping><description>Linux的发行版中包含了很多软件开发工具. 它们中的很多是用于 C 和 C++应用程序开发
的. 本文介绍了在 Linux 下能用于 C 应用程序开发和调试的工具. 本文的主旨是介绍如
何在 Linux 下使用 C 编译器和其他 C 编程工具, 而非 C 语言编程的教程.&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/1747858.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 18:32:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2007/08/17/1747858.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2007/08/17/1747858.aspx</guid><dc:creator>stopname</dc:creator></item><item><title>TCP/IP基础:ARP 协议</title><link>http://blog.csdn.net/stopname/archive/2007/08/07/1729416.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/1729416.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/1729416.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1729416</trackback:ping><description>以我们最常用的乙太网(Ethernet)为例﹐我们无需理会厂商如何设计网路界面的驱动程式﹐一旦它能够被系统接纳﹐网路储存层(Datalink)就能使用网路界面在实体网路上传送和接收资料了。IP 位址和实体位址对应之困扰 　　在「网路基础」课程中﹐我们知道乙太网上面使用的传送方式叫 CSMA/CD (Carrier-Sensing Multiple Access with Collision Detection)﹕虽然讯框会在整个网段(segment)中用广播的方式传递﹐而且所有节点都会收到讯框﹐然而﹐只有目的位址符合自己实体位址的讯框才会被接收下来。&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/1729416.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 07 Aug 2007 23:38:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2007/08/07/1729416.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2007/08/07/1729416.aspx</guid><dc:creator>stopname</dc:creator></item><item><title>squid的文件描述符</title><link>http://blog.csdn.net/stopname/archive/2007/08/02/1722522.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/1722522.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/1722522.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1722522</trackback:ping><description>squid的默认打开的最大的文件描述符为1024，但访问量大的话就不够用了，不够用时，squid的性能骤降，今天是碰到第二回了，解决办法如下（Linux系统下）：squid 2.6的版本的话编译时添加参数--with-maxfd=63355.光设置参数还不行，squid系统时还需要做两个操作。&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/1722522.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 02 Aug 2007 22:44:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2007/08/02/1722522.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2007/08/02/1722522.aspx</guid><dc:creator>stopname</dc:creator></item><item><title>PHP APC实现机制</title><link>http://blog.csdn.net/stopname/archive/2007/07/18/1697253.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/1697253.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/1697253.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1697253</trackback:ping><description>今天简单的查看了下APC的源码，搞清楚了它对php中间代码做缓存的机制，其实很简单，就是在模块启动时，替换了zend的编译函数为APC自己的编译函数。&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/1697253.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 19 Jul 2007 01:57:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2007/07/18/1697253.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2007/07/18/1697253.aspx</guid><dc:creator>stopname</dc:creator></item><item><title>ganglia配置经验</title><link>http://blog.csdn.net/stopname/archive/2007/07/06/1680851.aspx</link><wfw:comment>http://blog.csdn.net/stopname/comments/1680851.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/stopname/comments/commentRss/1680851.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1680851</trackback:ping><description>最近在朋友的一台服务器上配置ganglia，配了很长时间，死活不出数据。&lt;img src =&quot;http://blog.csdn.net/stopname/aggbug/1680851.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Jul 2007 21:11:00 +0800</pubDate><author>stopname</author><comments>http://blog.csdn.net/stopname/archive/2007/07/06/1680851.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/stopname/archive/2007/07/06/1680851.aspx</guid><dc:creator>stopname</dc:creator></item></channel></rss>