最新文章

Netlink分层模型及消息格式

2 分钟读完

通过libnl能够很快的编写一个netlink程序框架,隐藏了socket,bind,send/recv等复杂调用, 但是数据的构造和解析还是很头疼的,尤其对于我这样的初学者来说,下面按TCP/IP分层模型来学学Netlink消息格式。

libnl从内核获取taskstats信息

2 分钟读完

Taskstats is a netlink-based interface for sending per-task and per-process statistics from the kernel to userspace. –https://goo.gl/aTdgpp

Trusted Path Execution

少于 1 分钟读完

Trusted Path Execution (TPE) is an old and simple concept. It dates back to at least 1998 with route’s Phrack 62 article linked below. The goal of TPE is ...

搭建Git服务器

少于 1 分钟读完

只要在本地安装了git包,搭建Git服务器并不需要再安装额外的软件,为了简单,本文没有进行用户权限设置, 下面对使用github.com和使用本地git服务器创建新项目的步骤进行对比。