Chinaunix首页 | 论坛 | 博客
  • 博客访问: 607477
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

发布时间:2014-09-10 19:18:20

A process is a set of instructions loaded into memory.    ~ Numeric Process ID        used for identification    ~ UID, GID and SELinux context determines filesystem access        Normally inherited from the executin.........【阅读全文】

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

发布时间:2014-09-10 10:19:04

参考文档:http://www.brendangregg.com/linuxperf.html......【阅读全文】

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

发布时间:2014-09-09 20:03:00

1. 数据包经过某一 hook 点时,先过 raw 表中对该 hook 点指定的规则,然后过其他的表的。(总之,有个优先顺序)即使在 raw 表中放这个数据包过,在其他表中不让这个数据包过,这个数据包最终也过不去。2. -A FORWARD -j REJECT --reject-with icmp-host-prohibited相比 DROP 来说更人性化点,不会那么不声不响,好让.........【阅读全文】

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

发布时间:2014-09-05 15:32:37

系统登录日志:/var/log/lastlog, /var/log/secure, /var/log/wtmp系统运行日志:/var/log/message系统操作日志:history 日志......【阅读全文】

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

发布时间:2014-09-04 16:48:24

1. 将服务控制脚本放在 /etc/init.d/ 目录下;2. 修改脚本的权限为可执行。......【阅读全文】

阅读(807) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册