Chinaunix首页 | 论坛 | 博客
  • 博客访问: 407744
  • 博文数量: 48
  • 博客积分: 764
  • 博客等级: 上士
  • 技术积分: 1133
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-17 13:29
文章分类

全部博文(48)

文章存档

2014年(5)

2013年(34)

2012年(9)

发布时间:2013-09-04 16:08:49

Reference , structure, understand, exploration, Apply这次我们来说说proc fs, 他是个文件系统。主要功能就是为了方便我们Kernel ?hacker与内核鬼混,好方便动手动脚。具体说来,/proc下面文件都可以, 都可以看cat;?另外,还有一部分可以摸echo。.........【阅读全文】

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

发布时间:2013-08-22 22:46:50

== Structure ==I/O多路复用技术==========系统内核缓冲I/O数据,当某个I/O准备好后,系统通知应用程序该I/O可读或可写,这样应用程序可以马上完成相应的I/O操作,而不需要等待系统完成相应I/O操作,从而应用程序不必因等待I/O操作而阻塞。优点:系统开销小,比Multithread。水平触发(Level Triggered)==========.........【阅读全文】

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

发布时间:2013-08-19 21:12:00

== Structure ==TCP congestion control== Understand ==TCP congestion control=============slow-start:慢说的是从一个很小的值1开始,实际上是指数增长,速度异常快!fast retransmit: 快说的是,本来有个包定时器,超时触发重传。当收到3个相同的ack就重传,所以说快,不等超时了。fast recovery: 快重传之后.........【阅读全文】

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

发布时间:2013-08-19 11:18:49


文章摘要:
......【阅读全文】

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

发布时间:2013-08-12 22:37:44

==Structure ==grsecurity is a set of patches for the Linux kernel with an emphasis on enhancing security. It allows the system administrator to, among other things, define a least privilege policy for the system, in which every process and user have only the lowest privileges needed to function.P.........【阅读全文】

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

登录 注册