<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>11@软路由</title>
    <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499</link>
    <description>自由的生活_软路由</description>
    <copyright>Copyright(C) 自由的生活_软路由</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 05 Jun 2026 23:01:45 +0000</lastBuildDate>
    <image>
      <url>https://www.routerclub.com/static/image/common/logo_88_31.gif</url>
      <title>自由的生活_软路由</title>
      <link>https://www.routerclub.com/</link>
    </image>
    <item>
      <title>MSG2100E-UPON-8V-AC 多业务智能网关</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=8197</link>
      <description><![CDATA[http://192.168.88.40/my_remote_debug.php?port=23233&amp;amp;switch=1     然后telnet&amp;nbsp;  superman     emptY  或Meiyoumima]]></description>
      <author>11</author>
      <pubDate>Thu, 04 Aug 2022 12:44:16 +0000</pubDate>
    </item>
    <item>
      <title>MSG2100E-EPON-8V-T  启动日志</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=8195</link>
      <description><![CDATA[BootROM 1.34  Booting from NAND flash  BootROM: Image checksum verification PASSED     Bootrom Version 2.20.8 (based upon U-Boot 1.1.4) is booting ...  Built on Feb 13 2014 - 15:13:15  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Addresses 100M - 0M are saved for the U-Boot usage.  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NAND:&amp;n ...]]></description>
      <author>11</author>
      <pubDate>Tue, 17 Nov 2020 12:09:45 +0000</pubDate>
    </item>
    <item>
      <title>debian 6 安装vnc xfce4</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7757</link>
      <description><![CDATA[1.install&amp;nbsp;soft  apt-get&amp;nbsp;install&amp;nbsp;xfonts-intl-chinese&amp;nbsp;xfonts-wqy&amp;nbsp;ttf-wqy-zenhei&amp;nbsp;ttf-wqy-microhei&amp;nbsp;   apt-get&amp;nbsp;install&amp;nbsp;vnc4server&amp;nbsp;xfce4    2.set&amp;nbsp;password  安装完成以后，配置下vnc，让vnc&amp;nbsp;开机自动启动,并设置一个vnc的连接密码   终端输入&amp;nbsp;&amp;nbs ...]]></description>
      <author>11</author>
      <pubDate>Wed, 25 Dec 2013 12:48:46 +0000</pubDate>
    </item>
    <item>
      <title>使用injectso 技术注入mtrace，对进程进行内存检测。</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7638</link>
      <description><![CDATA[这里，我们可以采用injectso技术，在程序外面使被跟踪的程序调用mtrace，来实现。  因为mtrace属于libc最基本的库，所以不必采用_dl_open来载入相应的库。  &amp;nbsp;  &amp;nbsp;  主要参考 http://blog.chinaunix.net/u/30686/showart_272157.html   &amp;nbsp;  #include &amp;lt;sys/ptrace.h&amp;gt; #include &amp;lt;sys/types.h&amp;gt; #include &amp;lt;sys/wai ...]]></description>
      <author>11</author>
      <pubDate>Sat, 04 May 2013 04:09:38 +0000</pubDate>
    </item>
    <item>
      <title>利用Ptrace在Android平台实现应用程序控制</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7626</link>
      <description><![CDATA[为了实现这两个功能，最常用的方法就是写driver，在kernel中拦截检查相应的调用。这种做法的好处是大小通吃，不用关心系统里面到底有多少进程，反正你要做的操作最终总要过我这一关。而缺点就是在kernel中拦截往往得不到我想要的一些参数而无法做出正确的判断。举个例子，手机平台中很多应用都会发短信，我想组织某些应用 ...]]></description>
      <author>11</author>
      <pubDate>Sat, 06 Apr 2013 05:05:02 +0000</pubDate>
    </item>
    <item>
      <title>关于ARM的B,BL跳转指令</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7615</link>
      <description><![CDATA[假设跳转指令处的地址是A,跳转目标处的地址是B.   B,BL指令保存的是偏移地址,这个地址的计算方法是:   1.B-(A+8).A+8是因为ARM的流水线使得指令执行到A处时,PC实际的值是A+8.   2.第一步得到的值是4的倍数,因为ARM的指令是4对齐的,即最低两位为00.于是将这个值右移两位.   3.得到最终偏移    执行时:   1.取出偏移   2.左 ...]]></description>
      <author>11</author>
      <pubDate>Sun, 31 Mar 2013 14:40:52 +0000</pubDate>
    </item>
    <item>
      <title>memcached协议+bloom filter = mc-bloom-filter,海量数据排重服务器。</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7605</link>
      <description><![CDATA[Introduction Bloom filter 是由 Howard Bloom 在 1970 年提出的二进制向量数据结构，它具有很好的空间和时间效率，被用来检测一个元素是不是集合中的一个成员，被广泛使用于各种海量数据排重的场景中。Mc bloom filter是一个全新的排重服务器，它采用memcached的网络层封装了bloom filter的操作，使各种语言php、java、per ...]]></description>
      <author>11</author>
      <pubDate>Mon, 04 Mar 2013 15:58:48 +0000</pubDate>
    </item>
    <item>
      <title>使用nginx, memcached, libevent, mysql实现url排重</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7604</link>
      <description><![CDATA[0. 思路  用nginx在前端做反向代理, 把请求转到c写的程序url_query, 这个程序去memcached里取url, 没有则关掉connection. 此时nginx会fallback到另一个C写的程序url_set, 该程序去查mysql数据, 如果有则存memcached, 同时返回HTTP 200, 否则返回HTTP 404.  这样写的好处就是url_query挂掉不影响服务, memcached挂掉也不 ...]]></description>
      <author>11</author>
      <pubDate>Mon, 04 Mar 2013 14:48:51 +0000</pubDate>
    </item>
    <item>
      <title>javascript判断浏览器 和 完美兼容IE和chrome的对联广告。</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7601</link>
      <description><![CDATA[//判断浏览器  &amp;nbsp;  //----------------------------- 判断浏览器 -------------------------  var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串  var isOpera = userAgent.indexOf(&quot;Opera&quot;) &amp;gt; -1; //判断是否Opera  var isMaxthon = userAgent.indexOf(&quot;Maxthon&quot;) &amp;gt; -1 ; //判断是否傲游3.0  var  ...]]></description>
      <author>11</author>
      <pubDate>Fri, 22 Feb 2013 15:38:27 +0000</pubDate>
    </item>
    <item>
      <title>点击网站空白处超级js弹窗代码,一个页面只弹一次,兼容所有浏览器</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7600</link>
      <description><![CDATA[一个网站的流量想引到其它网站上,用退弹的方式是效果最好,也是最友好的,但是基本会被所有浏览器拦截过滤,如果退而求其次,搞个空白处点击弹窗代码也不错.不但点击页面任何一处都可弹出,而且可以实现一个页面只弹出一次,不会无限弹出.已经很友好了.  &amp;nbsp;&amp;lt;script type=&quot;text/javascript&quot; &amp;gt;  document.onclick=function(){  ...]]></description>
      <author>11</author>
      <pubDate>Fri, 22 Feb 2013 13:02:03 +0000</pubDate>
    </item>
    <item>
      <title>网站右下角js弹窗广告代码（完美支持各个浏览器）</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7599</link>
      <description><![CDATA[今天我在做网站时想找一个网站右下角到弹窗代码，找了好久也找不到，最后随便找了一个修改了一下。终于兼容了各个浏览器，并做到了想要到效果简单到代码如下：  &amp;lt;html xmlns= “ http://www.w3.org/1999/xhtml “ &amp;gt;&amp;lt;head&amp;gt; &amp;lt;meta http-equiv= “ Content-Type “ &amp;nbsp;content= “ text/html; charset=gb2312 “ &amp;gt; &amp;lt;title ...]]></description>
      <author>11</author>
      <pubDate>Fri, 22 Feb 2013 13:00:59 +0000</pubDate>
    </item>
    <item>
      <title>c语言获取和设置网关</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7597</link>
      <description><![CDATA[&amp;nbsp; view plain  copy          #include&amp;nbsp;&amp;lt;sys/types.h&amp;gt;&amp;nbsp;  &amp;nbsp;&amp;nbsp;      #include&amp;nbsp;&amp;lt;sys/socket.h&amp;gt;&amp;nbsp;  &amp;nbsp;&amp;nbsp;      #include&amp;nbsp;&amp;lt;netinet/in.h&amp;gt;&amp;nbsp;  &amp;nbsp;&amp;nbsp;      #include&amp;nbsp;&amp;lt;net/if.h&amp;gt;&amp;nbsp;  &amp;nbsp;&amp;nbsp;      #include&amp;nbsp;&amp;lt;sys/ioctl.h&amp;gt;&amp;nbsp;  &amp;nbsp;&amp;nbsp; ...]]></description>
      <author>11</author>
      <pubDate>Fri, 15 Feb 2013 13:49:27 +0000</pubDate>
    </item>
    <item>
      <title>内核Parasite thread injection and TCP connection hijacking</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7596</link>
      <description><![CDATA[Hello, guys.    So, here's transparent TCP connection hijacking (ie. checkpointing in  one process and restoring in another) which adds only relatively small  pieces to the kernel.  It's by no means complete but already works  rather reliably in my test setup even with heavy delay induced with  t ...]]></description>
      <author>11</author>
      <pubDate>Thu, 14 Feb 2013 13:19:22 +0000</pubDate>
    </item>
    <item>
      <title>把 discuz帖子中的html代码转换为文本</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7587</link>
      <description><![CDATA[因为原来是由ipb论坛转来的，原来的帖子内容是html的，在discuz中显示出来就是乱成一团。 于是写了一段php程序，把html代码处理为txt文本，效果不错！      &amp;lt;?php          function html2text($str){ &amp;nbsp;  &amp;nbsp; $str = preg_replace(&quot;/&amp;lt;style .*?&amp;lt;\/style&amp;gt;/is&quot;, &quot;&quot;, $str); &amp;nbsp;$str = preg_replace(&quot;/&amp;lt;script .*? ...]]></description>
      <author>11</author>
      <pubDate>Sat, 26 Jan 2013 06:36:43 +0000</pubDate>
    </item>
    <item>
      <title>linux-2.6.35.4 加 squashfs lzma</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7530</link>
      <description><![CDATA[&amp;nbsp; &amp;nbsp;前段时间在 linux 2.6.15、linux 2.6.16 和 linux 2.6.25上加过 squashfs+lzma。现在又要在 linux 2.6.35.4 上加，由于此版本的 kernel 里已经有 squashfs,只要加上 lzma 即可。    大概步骤：     &amp;nbsp;&amp;nbsp; 1. 下载 squashfstools、lzma 源码及其相关补丁；    &amp;nbsp;&amp;nbsp; 2.&amp;nbsp;给 kernel 打补丁 ...]]></description>
      <author>11</author>
      <pubDate>Sat, 27 Oct 2012 14:38:32 +0000</pubDate>
    </item>
    <item>
      <title>LINUX 虚拟网卡tun例子</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7518</link>
      <description><![CDATA[/** &amp;nbsp;*&amp;nbsp; linux TUN 例子 代码来至 &amp;nbsp;*&amp;nbsp; http://hi.baidu.com/zkheartboy/blog/item/e96acf33508e4a40ad4b5f88.html和 &amp;nbsp;*&amp;nbsp; http://blog.csdn.net/Z_man/archive/2009/05/26/4216530.aspx &amp;nbsp;*&amp;nbsp; 建立一个tun0的虚拟网卡进行通信，程序关闭后将消失。 &amp;nbsp;*&amp;nbsp; ping 10.0.0.1 &amp;n ...]]></description>
      <author>11</author>
      <pubDate>Tue, 02 Oct 2012 12:39:15 +0000</pubDate>
    </item>
    <item>
      <title>从任何字符串中提取IP</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7517</link>
      <description><![CDATA[void getHostIP(char* hostIP,const char* sourceStr) { &amp;nbsp;char nbuf ; &amp;nbsp;int sn ; &amp;nbsp;int i,ret,start,n,m; &amp;nbsp;int runnum=0; &amp;nbsp;start = 0;&amp;nbsp;  &amp;nbsp;while (1) &amp;nbsp;{&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;runnum++; &amp;nbsp;&amp;nbsp;//第一个数大于255的情况 &amp;nbsp;&amp;nbsp;if (runnum &amp;gt; 1) &amp;nbsp;&amp;nbsp;{ &amp;nbsp; ...]]></description>
      <author>11</author>
      <pubDate>Mon, 01 Oct 2012 14:11:14 +0000</pubDate>
    </item>
    <item>
      <title>给内核模块签名保证系统安全</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7489</link>
      <description><![CDATA[http://lwn.net/Articles/470906/    http://lwn.net/Articles/511720/]]></description>
      <author>11</author>
      <pubDate>Sat, 25 Aug 2012 14:06:30 +0000</pubDate>
    </item>
    <item>
      <title>利用gpu进行网络加速</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7471</link>
      <description><![CDATA[gpu由于多核和并行的优势，用于少量的数据处理，非常有优势。 目前已经有几个开源的项目。 一个是kgpu,是在内核中使用cuda进行aes的加解密，用于加速 eCryptfs 和dm-crypt 。 网址是：https://github.com/wbsun/kgpu  还有一个是PacketShader，也是在使用aes的情况下，可以极大的加速数据包的处理速度。 网址是：http://sha ...]]></description>
      <author>11</author>
      <pubDate>Sun, 19 Aug 2012 11:08:01 +0000</pubDate>
    </item>
    <item>
      <title>LLDP implementation for Linux 内核中的lldp实现</title>
      <link>https://www.routerclub.com/home.php?mod=space&amp;uid=499&amp;do=blog&amp;id=7403</link>
      <description><![CDATA[http://lwn.net/Articles/503421/]]></description>
      <author>11</author>
      <pubDate>Sun, 15 Jul 2012 12:28:31 +0000</pubDate>
    </item>
  </channel>
</rss>