vim tips-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 2129940
  • 博文数量: 230
  • 博客积分: 9346
  • 博客等级: 中将
  • 技术积分: 3418
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-26 01:58
文章分类

全部博文(230)

文章存档

2015年(30)

2014年(7)

2013年(12)

2012年(2)

2011年(3)

2010年(42)

2009年(9)

2008年(15)

2007年(74)

2006年(36)

发布时间:2013-08-08 12:53:14

alias ctags='ctags --c -kinds= p --fields= ias --extra= q --language-force=c '......

阅读(2642) | 评论(0) | 转发(0)

发布时间:2013-07-30 22:13:20

git......

阅读(3833) | 评论(0) | 转发(4)

发布时间:2013-04-16 10:58:33

以太网最小数据包大小是 64 字节,这个毋庸置疑如果在发包设备上抓包看到比如 udp 包小于这个数字也不要紧,发送出去时会自动添加 padding 信息每个数据包前面还有 12 字节帧间隙和 8 字节前导码,所以一个最小数据单元需要 12 8 64 = 84 字节,也就是 84 * 8 = 672bits对于一个 10g 网卡来说,10g = 10 * 1000 * .........

阅读(8649) | 评论(1) | 转发(0)

发布时间:2013-03-26 15:39:29

ngx_lua_waf 安装说明文档作者github地址:https://github.com/loveshell/ngx_lua_waf----------------------------------------------------------------------------------------------------------------------------------------------------------转自作者说明文档:ngx_lua_waf是我一个基于ngx_lua的web应用.........

阅读(23329) | 评论(2) | 转发(1)

发布时间:2013-02-21 09:34:20

今天看到微博上面有关于 jike 里面对“嗯”搜索的图片,查到的都是很负面的东西。我亲测了一下,发现并没有重现图片中的内容,因此感觉营销的成分更大一些。抱着怀疑的态度,我试着输入了一下 chinaunix,想看看能不能搜到 baidu 搜不到的文章,结果眼前一亮。。。我又转到了图.........

阅读(2269) | 评论(1) | 转发(0)
给主人留下些什么吧!~~

phoenixcsl2015-05-26 09:57

hi,platinum,请问netfilter能够过滤arp的东西吗?我写了一些代码,在nf_arp_in和out捕获一些信息,但是为什么什么都抓不到?
代码:
static unsigned int hook_func_in(unsigned int hooknum,
             struct sk_buff *skb,
             const struct net_device *in,
             const struct net_device *out,
             int (*okfn)(struct sk_buff*))
 {
     sb = skb;
 
     ethh = eth_hdr(skb);
     printk(" in skb ethh dest %s\n",ethh->h_dest);
     printk("in skb ethh source %s\n",ethh->h_source);

     return nf_accept;
}

static struct nf_hook_ops nfho_ops[]=
 {
      .hook = hook_func_in,
      .owner = this_module,
      .pf =nf_arp,
      .hooknum = nf_arp_in,
      .priority = nf_ip_pri_first,
  }

static struct nf_hook_ops nfho_ops[]=
 {
      .hook = hook_func_in,
      .owner = this_module,
      .pf =nf_arp,
      .hooknum = nf_arp_in,
      .priority = nf_ip_pri_first,
  }

  |  

aidisheng192014-01-21 13:44

lz你好,请问一下linux下有什么好的dlna推送视频图片的软件(dmc),想开发一个但是无从下手

  |  

电影vs程序员2013-08-22 18:13

学习了,留个脚印

  |  

platinum2013-05-24 10:01

luodeke:博主你好,我有个问题想请教你,看你的博文里面你好像有看过内核代码,内核代码你是从哪里得到的呢?直接在kernel.org里面的源码包得到的吗?多谢

两种方法
1、去 kernel.org 下载
2、用 git 直接托追最新版:git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

  |  

luodeke2013-05-13 15:08

博主你好,我有个问题想请教你,看你的博文里面你好像有看过内核代码,内核代码你是从哪里得到的呢?直接在kernel.org里面的源码包得到的吗?多谢

  |  
留言热议
请登录后留言。
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图