
Linux
xhanfei
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
修改时区
You can make this change permanent for yourself by appending the line TZ='Asia/Shanghai'; export TZto the file ‘.profile’ in your home directory; then log out and log in again.ubuntu command tzsele原创 2016-07-13 08:23:58 · 1686 阅读 · 0 评论 -
kprobes内核调试技术
最近需要实时性很强的跟踪系统的进程的启动情况。 最后选择用kprobes的机制,来hook内核的do_execve来实现,最终效果还得看疗效。 记录一下。原创 2016-12-01 10:48:42 · 502 阅读 · 0 评论