上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页

2019年3月19日

摘要: 参考资料: https://www.xuebuyuan.com/3190946.html https://blog.csdn.net/zxygww/article/details/52093308 实验下图所示程序能够抓到packet。 阅读全文
posted @ 2019-03-19 21:04 rivsidn 阅读(526) 评论(0) 推荐(0)
摘要: 参考资料: https://www.cnblogs.com/suifengbingzhu/p/3974848.html 阅读全文
posted @ 2019-03-19 17:35 rivsidn 阅读(111) 评论(0) 推荐(0)

2019年3月18日

摘要: 参考自: https://www.cnblogs.com/wolflowhereu/p/5422653.html ubuntu增加工作分区(workspace)命令dconf write /org/compiz/profiles/unity/plugins/core/hsize <num> //水平 阅读全文
posted @ 2019-03-18 20:40 rivsidn 阅读(141) 评论(0) 推荐(0)
摘要: 当 readv() 时候,需要程序自己提供space,接收数据。 阅读全文
posted @ 2019-03-18 19:33 rivsidn 阅读(345) 评论(0) 推荐(0)
摘要: 参考资料: https://blog.csdn.net/qachenzude/article/details/25511875 1,gg 跳转到第一行 2,shift+v 转到可视模式 3,shift+g 全选 4,按下 = 阅读全文
posted @ 2019-03-18 17:42 rivsidn 阅读(175) 评论(0) 推荐(0)

2019年3月14日

摘要: 看内核code时候(linx-4.4.155/net/ipv6/ndisc.c : ndisc_send_na()),见到一种给结构体赋值的写法,暂时没弄明白是怎么回事,先存下来。 比较普遍的写法是这样 或者: 阅读全文
posted @ 2019-03-14 20:59 rivsidn 阅读(96) 评论(0) 推荐(0)

2019年3月13日

摘要: 参考资料: https://www.ibm.com/developerworks/cn/linux/l-cn-kernelmodules/index.html https://yq.aliyun.com/articles/1724 背景: Linux 的迅速发展致使相邻版本的内核之间亦存在较大的差异 阅读全文
posted @ 2019-03-13 20:24 rivsidn 阅读(340) 评论(0) 推荐(0)
摘要: 参考资料: https://blog.csdn.net/zhangskd/article/details/9025121 http://blog.chinaunix.net/uid-20543672-id-3023148.html http://ilinuxkernel.com/?p=559 现象描 阅读全文
posted @ 2019-03-13 16:51 rivsidn 阅读(356) 评论(0) 推荐(0)

2019年3月8日

摘要: 参考资料: https://wiki.linuxfoundation.org/networking/generic_netlink_howto generic_netlink 框架 阅读全文
posted @ 2019-03-08 15:39 rivsidn 阅读(167) 评论(0) 推荐(0)
摘要: 参考资料: https://blog.csdn.net/zqixiao_09/article/details/77131283 https://www.cnblogs.com/lopnor/p/6158800.html Netlink 是一种特殊的 socket,它是 Linux 所特有的,类似于 阅读全文
posted @ 2019-03-08 10:36 rivsidn 阅读(1124) 评论(0) 推荐(0)

2019年2月23日

摘要: 参考地址: http://www.cnblogs.com/kaituorensheng/archive/2012/08/20/2648209.html 阅读全文
posted @ 2019-02-23 19:42 rivsidn 阅读(314) 评论(0) 推荐(0)
摘要: 《Linux终端设备详解》 https://www.cnblogs.com/shineshqw/articles/2423989.html 阅读全文
posted @ 2019-02-23 16:02 rivsidn 阅读(76) 评论(0) 推荐(0)
摘要: 《Linux内核调试方法》 http://www.cnblogs.com/shineshqw/articles/2359114.html 阅读全文
posted @ 2019-02-23 15:40 rivsidn 阅读(93) 评论(0) 推荐(0)
摘要: kdump是在系统崩溃的时候用来转储内存运行参数的一个工具和服务,打个比方,如果系统一旦崩溃那么正常的内核就没有办法工作了,在这个时候将由kdump产生一个用于capture当前运行信息的内核,该内核会将此时的内存中的所有运行状态和数据信息收集到一个dump core文件中以便于工程师分析崩溃原因, 阅读全文
posted @ 2019-02-23 15:38 rivsidn 阅读(242) 评论(0) 推荐(0)

2019年2月22日

摘要: 《systemtap原理及使用》 https://www.cnblogs.com/youngerchina/p/5624588.html 这篇帖子前边系统介绍了systemtap的工作原理,摘取几个图。 《使用 Kprobes 调试内核》 https://www.ibm.com/developerw 阅读全文
posted @ 2019-02-22 20:48 rivsidn 阅读(403) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页

导航