<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.feedsky.com/styles/feedsky7.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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feed.feedsky.com/pslm" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/pslm" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 21 May 2012 13:34:47 GMT</lastBuildDate><title>冷の博客</title><description>个人博客,喜欢新鲜玩意，linux和网络</description><image><url>http://www.feedsky.com/feed/pslm/sc/gif</url><title>冷の博客</title><link>http://loneblog.com/blog</link></image><link>http://loneblog.com/blog</link><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><language>en</language><pubDate>Mon, 21 May 2012 13:34:52 GMT</pubDate><item><title>OSPF四种特殊区域的说明</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/640879822/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/ospf-special-area-2.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>去年写了这篇文章：OSPF四种特殊区域的配置 其中还有很多问题和纰漏，本文将重新对这几种区域进行说明。 一、骨干区域 骨干区域，即区域0 area 0 &amp;#160; 可以拥有：1、2、3、4、5类LSA &amp;#160; 二、末节区域 末节区域，即Stub区域，属于公有（非Cisco专有） &amp;#160; 可以拥有：1、2、3类LSA 配置要领：要在所有stub区域配置，否则会导致dbd不同步邻接失效 功能：移除4类、5类LSA，由ABR向本区域发送O* IA的默认路由（代替4、5类）。 &amp;#160; 三、完全末节区域 完全末节区域，即Totally Stubby 区域，stub no-summary，属于Cisco私有 &amp;#160; 可以拥有：1、2类LSA，以及默认路由的3类LSA 配置要领：在ABR配置即可，因为ABR发送3类，在ABR上关闭即可。这里注意，如果只在ABR上配置 area number stub no-summary会导致邻接失效。这里说在stub其他路由器上配置stub即可。 功能：移除3类，由ABR向本区域发送O* IA的默认路由（代替3类明细）。 &amp;#160; 四、非纯末节区域 非纯末节区域，即NSSA（Not-So-Stubby Area）区域，属于公有（非Cisco专有） &amp;#160; 可以拥有：1、2、3、7类LSA 配置要领：和stub类似，要在所有stub区域配置。 功能：移除4、5类LSA，而引入7类LSA，为了引入外部路由，所以其中必含有ASBR。ASBR在NSSA区域将外部路由充分发到OSPF区域，为O N。ABR（如有多个ABR，则router-id较大的）负责把7类转为5类，为O E。（其他ABR，会只显示O E的路由，因为在比较优先级的时候，E优先于N） &amp;#160; 五、完全非纯末节区域 完全非纯末节区域，即NSSA Totally Stubby Area ，属于Cisco私有 &amp;#160; 可以拥有：1、2、7类LSA 配置要领：同上。 功能：移除3类，由ABR向本区域发送O* IA的默认路由（代替3类明细）。&lt;img src=&quot;http://www1.feedsky.com/t1/640879822/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/640879822/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>ospf</category><category>cisco</category><category>ccie</category><category>网络相关</category><category>ccnp</category><pubDate>Mon, 21 May 2012 21:34:47 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/ospf-special-area-2.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2124</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/ospf-special-area-2.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/640879822/6070019</fs:itemid></item><item><title>四种分发默认路由的方法</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/638804579/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/four-ways-to-flags-default-routes.html/feed</wfw:commentRss><slash:comments>5</slash:comments><description>本文主要讨论两个问题： 一、四种分发默认路由的方法 二、ip default-gateway 和 ip default-network 与 八个0的默认路由 的区别 &amp;#160; 首先所有实验都用以上拓扑图，跑as 10的eigrp，ospf同理 其中，r1的回环口不做eigrp宣告，用来检测默认路由是否能访问。 一、四种分发默认路由的方法 1.宣告默认路由 &amp;#160; R1(config)#ip route 0.0.0.0 0.0.0.0 null 0&amp;#160;&amp;#160;&amp;#160; R1(config-router)#net 0.0.0.0 0.0.0.0 R1路由表： S*&amp;#160;&amp;#160; 0.0.0.0/0 is directly connected, Null0 R2路由表： D*&amp;#160;&amp;#160; 0.0.0.0/0 [90/281600] via 12.12.12.1, 00:00:32, Ethernet0/0 D&amp;#160;&amp;#160;&amp;#160; 1.0.0.0/8 [90/409600] via 12.12.12.1, 00:00:32, Ethernet0/0 &amp;#160; 问题很容易看出来，宣告默认路由的同时，宣告了R1的其他端口，造成不便和安全。 所以不建议这种方法。 &amp;#160; 2.使用ip default-network R1(config)#ip [...]&lt;img src=&quot;http://www1.feedsky.com/t1/638804579/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/638804579/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>cisco</category><category>ccie</category><category>网络相关</category><category>eigrp</category><category>ccnp</category><pubDate>Tue, 15 May 2012 21:54:26 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/four-ways-to-flags-default-routes.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2122</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/four-ways-to-flags-default-routes.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/638804579/6070019</fs:itemid></item><item><title>GRE隧道的简单实验</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/638804580/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/gre-tunnel-01.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>关于ipv6中使用的隧道技术可以看之前的文章： [笔记]ipv6 v4中的隧道简单配置 [笔记]ipv6隧道技术(上) &amp;#160; &amp;#160; R1#sh run hostname R1 ! interface Loopback0 ip address 1.1.1.1 255.255.255.0 ! interface Tunnel0 ip address 11.11.11.11 255.255.255.0 tunnel source FastEthernet0/1 tunnel destination 20.0.0.3 ! ! interface FastEthernet0/1 no switchport ip address 10.0.0.1 255.255.255.0 duplex auto speed auto ! router eigrp 100 network 1.1.1.0 0.0.0.255 network 11.11.11.0 0.0.0.255 no [...]&lt;img src=&quot;http://www1.feedsky.com/t1/638804580/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/638804580/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>gre</category><category>cisco</category><category>ccie</category><category>网络相关</category><category>ccnp</category><category>tunnel</category><pubDate>Fri, 11 May 2012 01:07:52 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/gre-tunnel-01.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2117</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/gre-tunnel-01.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/638804580/6070019</fs:itemid></item><item><title>ipad游戏推荐-战神之怒（下载+内购补丁）</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/638804581/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/zhanshenzhinu.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>一款国人开发的ARPG游戏登陆了苹果商店，具体介绍和软文网上乌拉乌拉的。 冷博客三个小时左右通关普通模式，个人感觉还是非常不错的一款游戏，适合ipad玩。 各种技能组合比较合理，操作起来没有延时，非常灵敏（尤其是格挡和反击等时效性很强的动作）非常连贯。 特色基本上就体现在中国风，另外就是双蓝条的app游戏我第一次见。 &amp;#160; 废话不多说，附上一段视频，一看便知。 &amp;#160; 这款游戏上架40元，个人觉得还是可以等打折，20元心理价位可以接受。 itunes地址：http://itunes.apple.com/cn/app/zhan-shen-zhi-nu/id511807447?mt=8 越狱用户可以在这里找到：http://115.com/file/anqnieby 游戏设计的比较合理，无须内购可以轻松通关普通模式，如需内购，可以参考这篇文章，使用iapfree： （仅限越狱用户）跟内购说再见~（一） 如果出现“连接失败”或者一直卡在“请稍后”，请进入游戏在退出到主菜单。&lt;img src=&quot;http://www1.feedsky.com/t1/638804581/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/638804581/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>关注</category><category>iapfree</category><category>iphone</category><category>ipad</category><pubDate>Sun, 06 May 2012 02:00:46 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/zhanshenzhinu.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2113</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/zhanshenzhinu.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/638804581/6070019</fs:itemid></item><item><title>傻逼 陈翔 涉嫌网络投票作弊</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/638804582/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/chenxiang-weibo-cheater.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>骂街帖，慎入 &amp;#160; 近日发现@私房喵喵喵很久没上的微博突然多了很多广告和投票，截图如下： &amp;#160; 然后竟然还有网络虚假投票的，这个叫他妈陈翔的这个傻逼，真你妈恶心！ &amp;#160; &amp;#160; 所有作弊的投票结果，都显示这孙子第一，我就操他妈了 生活中总有这种恶心人，真你妈服了！操！&lt;img src=&quot;http://www1.feedsky.com/t1/638804582/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/638804582/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>微博</category><category>生活</category><pubDate>Fri, 27 Apr 2012 20:41:21 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/chenxiang-weibo-cheater.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2108</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/chenxiang-weibo-cheater.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/638804582/6070019</fs:itemid></item><item><title>关于ipv4/v6的胡言乱语</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/638804583/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/ipv4-ipv6-is-a-joke.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>以下皆为冷博客睡梦之中的胡言乱语。 &amp;#160; &amp;#160; &amp;#160; 就像对待世界末日一样，人们打心眼里喜欢倒计时，好像是推到所有的腐朽和人性的卑劣，重新创造新世界一样。不过，幸好这种极端主义在现实中是不存在的。 网上随便一搜，就能找到很多关于ipv4倒计时的文章，大把大把的专家学者（话说专家这个词儿已经成骂人的词儿了：“你才专家了，你们一家子专家~”）给ipv4枯竭定义了准确的时间，从100天到58天，好像每隔几个月就有人站出来说：“啊~ ipv4要枯竭了~” &amp;#160; &amp;#160; 这帮孙子！ &amp;#160; &amp;#160; 有两种人会产生如上的言辞，第一种人就是炒作，借此出名或者露个小脸。第二种人就是数学家，他们根据消耗速度和现存地址数量算出来的。不过不管是哪种人，还是内句话： &amp;#160; &amp;#160; 这帮孙子！ &amp;#160; &amp;#160; ipv4地址要用的话，是需要交钱的，这个大家都知道。物以稀为贵的道理大家也知道。 &amp;#160; 从ipv4到ipv6，就好像，有人发明了一种用食盐和大米制造黄金的方法。 那会出现什么后果？ &amp;#160; &amp;#160; &amp;#160; 全世界靠黄金吃饭的人，比如黄金协会、黄金交易所等等，都咬牙要把这个发明家弄死，把秘方毁掉。 总之这种秘方就算有，你也甭想知道。 &amp;#160; ipv6就是这样的秘方，如果商业推行ipv6，后果很严重。 &amp;#160; 内些宣称支持ipv6功能的厂商，会得到无数的投诉，因为支持ipv6只是噱头。 内些不支持ipv6的产品将直接返厂，数亿计的设备将直接淘汰。 内些所有靠ipv4地址发财的人将失业。 内些不懂ipv6的技术人员也将失业或者面临严峻的学习压力。 &amp;#160; 以上这些人，从体制内到体制外，没人希望ipv6起来。他们视ipv6为传染病毒——可以在实验室里，但绝不能扩散出来！ &amp;#160; 所以，就算ipv4枯竭了，ipv6也别想上岗。别看老皇上死了，皇叔还憋着谋朝篡位呢，哪轮的上小皇子~ 冷博客有生之年能看到ipv6普及就算是快的了！阿门！&lt;img src=&quot;http://www1.feedsky.com/t1/638804583/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/638804583/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>ipv6</category><category>ipv4</category><category>网络相关</category><pubDate>Sun, 22 Apr 2012 21:32:24 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/ipv4-ipv6-is-a-joke.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2102</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/ipv4-ipv6-is-a-joke.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/638804583/6070019</fs:itemid></item><item><title>[转]关于Cisco设备用非cisco 的SFP或者GBIC模块</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/638804584/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/cisco-unsupported-transceiver.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>这个网上之前盛传过，冷博客转过来 以防万一。 注意：冷博客没有验证过以下内容是否存在和有效！ 同时建议用原厂SFP模块，或者用经过破解的（可以让思科设备识别的）模块 &amp;#160; Cisco设备只能用cisco认证光模块。 如果你硬是插上别的光模块，cisco端口信息上就会显示Unsupport或Unknown。日志显示以下 情况中一种或几种： %PM_SCP-SP-3-TRANSCEIVER_UNSUPPORTED： Unsupported transceiver in LAN port */* %PHY-4-CHECK_SUM_FAILED： SFP EEPROM data check sum failed for SFP interface Gi1/0/25 %GBIC_SECURITY_CRYPT-4-VN_DATA_CRC_ERROR： GBIC in port Gi1/0/25 has bad crc %PM-4-ERR_DISABLE： gbic-invalid error detected on Gi1/0/25， putting Gi1/0/25 in err-disable state 这是为什么呢？ &amp;#160; Cisco SFP安全密钥机制 SFP安全密钥机制通过防止非Cisco SFP的使用来保证质量和兼容性 。每个SFP都使用非凡的软件密钥进行编码，交换机在运行时对密钥进行验证，若SFP不包含合法 的密钥，cisco认证培训 那么相应的端口关闭，在没有插入Cisco提供的合法的SFP之前，该端口 将不能发送或接收任何数据包。 [...]&lt;img src=&quot;http://www1.feedsky.com/t1/638804584/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/638804584/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>cisco</category><category>网络相关</category><category>sfp</category><pubDate>Sat, 21 Apr 2012 20:53:31 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/cisco-unsupported-transceiver.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2097</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/cisco-unsupported-transceiver.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/638804584/6070019</fs:itemid></item><item><title>sysnology（群晖）RS3412xs 动手玩</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/638804585/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/sysnology-ds3412xs.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>最近厂家寄来一台Sysnology（群晖）的RS3412xs，因为上个月参加了DSM4.0发布会（点这里看） 由于寄过来是DSM3.2版本的，首先进行了升级操作。升级之后才看到如发布会一致的画面。 然后据说京东上也有卖sysnology的家用级产品了。 从浏览器进入之后就看到了如桌面一样的远程控制界面。 如上次所说，该DiskStation Manager使用的Linux内核，所以冷博客最感兴趣的是用的什么内核。 开启命令行管理，这里它不出意外的支持telnet和ssh。 &amp;#160; RackStation login: admin Password: login: can&amp;#8217;t chdir to home directory &amp;#8216;/var/services/homes/admin&amp;#8217; BusyBox v1.16.1 (2012-04-13 04:46:01 CST) built-in shell (ash) Enter &amp;#8216;help&amp;#8217; for a list of built-in commands. RackStation&amp;#62; &amp;#160; &amp;#160; 我们先用可以登录web管理界面的用户名密码：admin/admin登陆。 而我们继续敲命令会发现admin只是一个普通用户，而且是特别普通的用户。 而且root是没有这个web套件的权限的，有可能是为了安全考量。 &amp;#160; 登陆时这短短几行我们看到几个问题。 第一，该系统使用的是busybox1.16 ，基于Linux version 2.6.32.12 (root@build3) (gcc version 4.2.0) #2219 SMP Fri Apr [...]&lt;img src=&quot;http://www1.feedsky.com/t1/638804585/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/638804585/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>Linux</category><category>unix</category><category>sysnology</category><category>nas</category><category>网络相关</category><pubDate>Wed, 18 Apr 2012 10:31:59 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/sysnology-ds3412xs.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2087</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/sysnology-ds3412xs.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/638804585/6070019</fs:itemid></item><item><title>ios5.0.1 平刷（降级）教程（iphone重装系统）</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/638804586/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/regrade-or-downgrade-ios501.html/feed</wfw:commentRss><slash:comments>4</slash:comments><description>冷博客最近把手机玩坏了，决定平刷ios 5.0.1版本。 也跟大家介绍一下如何在苹果apple公司，关闭shsh验证的情况下平刷（降级） 当然，前期是你备份了5.0.1的shsh（现阶段能完美越狱的最高版本） 准备工作： 1.下载iFaith v1.4.2 http://downloads.ih8sn0w.com/iFaith-v1.4.2_windows.zip 2.下载5.0.1 IOS http://appldnld.apple.com/iPhone4/041-3309.20111109.64rtg/iPhone3,1_5.0.1_9A405_Restore.ipsw 3.装好itunes，保证系统盘有至少1G空闲空间 &amp;#160; 开始平刷： &amp;#160; 1.制作ipsw文件 运行ifaith，选第一个Build signed IPSW Browse for SHSH Blobs cache 载入shsh文件 Browse for the IOS 5.0.1 载入ipsw文件 软件自动制作签名版ipsw，自动放在桌面上 &amp;#160; 2.引导DFU(iREB) 上述步骤之后，会提示你 DFU Pwner 或者运行ifaith，选第四个 Use DFU Pwner(iREB) 按提示，操作如下步骤： 关机——按下home+power——松开power，进度条之后就进入了DFU mode &amp;#160; 3.用itunes恢复iphone 进入DFU 之后，运行itunes，会提示恢复一台iphone 这里要按住shift+恢复按钮，否则会升级你的设备到5.1 找到刚才制作的ipsw 开始恢复 &amp;#160; 注意事项： 如果出现1600错误代号，可能是因为没有进入iREB模式，当然也可以用其他软件进入。 还有就是电脑可能需要安装 [...]&lt;img src=&quot;http://www1.feedsky.com/t1/638804586/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/638804586/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>jb</category><category>iphone</category><category>iphone4</category><pubDate>Sun, 15 Apr 2012 00:46:35 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/regrade-or-downgrade-ios501.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2079</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/regrade-or-downgrade-ios501.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/638804586/6070019</fs:itemid></item><item><title>全身敏感带</title><link>http://item.feedsky.com/~feedsky/pslm/~7960049/638804587/6070019/1/item.html</link><wfw:commentRss>http://loneblog.com/blog/quanshenmingandai-01.html/feed</wfw:commentRss><slash:comments>0</slash:comments><description>哇塞，第一次用这么Hot~~的图片 （这个题目我忘了是谁说的了，好像是韩寒） &amp;#160; 其实要说明很严肃的问题，就是渣浪微博的敏感瓷儿真的好多呀~ 而且冷博客发现中国的法律不是不完善，也不是不健全，而是太牛逼了，连西红柿和火锅都在法律里规定了~！ &amp;#160; &amp;#160; 根据相关法律法规和政策，“西红柿”搜索结果未予显示 我真纳闷，渣浪敢告诉我是哪条法律法规和政策限制了“西红柿”的 &amp;#160; 列出几个冷博客觉得匪夷所思的敏感瓷儿~（我们果然是“瓷”器大国！~） &amp;#160; 我要吃饭 西红柿 火锅 护士长 康师傅（方便面泪目） 人体 屁股 咪咪（这三个。。。） &amp;#8230;. &amp;#160; 据不完全统计就有1200余条，可谓宏大。 可以说长敏感词成百上千，短敏感词多如牛毛~ 具体的可以看这里 （貌似有墙，google doc的，各地区可能不同） 是由这个项目维护的:https://plus.google.com/110525634633732441879/posts&lt;img src=&quot;http://www1.feedsky.com/t1/638804587/pslm/feedsky/s.gif?r=http://item.feedsky.com/~feedsky/pslm/~7960049/638804587/6070019/1/item.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>关注</category><category>微博</category><category>新浪</category><pubDate>Wed, 11 Apr 2012 23:36:16 +0800</pubDate><author>admin</author><comments>http://loneblog.com/blog/quanshenmingandai-01.html#comments</comments><guid isPermaLink="false">http://loneblog.com/blog/?p=2072</guid><dc:creator>admin</dc:creator><fs:srclink>http://loneblog.com/blog/quanshenmingandai-01.html</fs:srclink><fs:srcfeed>http://loneblog.com/blog/feed</fs:srcfeed><fs:itemid>feedsky/pslm/~7960049/638804587/6070019</fs:itemid></item></channel></rss>
