netfilter组件也称为内核空间(KernelSpace),是内核的一部分,由一些“表”(table)组成,每个表由若干“链”(chains)组成,而每条链中可以有一条或数条规则(rule).我们可以这样理解,netfilter是表的容器,表是链的容器,而链又是规则的 Read the rest of this entry
Archive for the ‘Linux’ Category
[Linux] linux DNS
linux 下安装 域名服务器 1: 下载bind-version.tar.gz 2: 解压 编译: tar zxvf bind-version.tar.gz cd bind-version ./configure make&&make install 3: 创建chroot环境: The chroot Environment From BIND’s p… Read the rest of this entry
[Linux] linux‘s command notebook
Linux 不常用命令,也有命令技巧什么的。算是一个linux的笔记。 lastb 列出不成功登录的记录 ac (1) – print statistics about users’ connect time users (1) – print the user names of users currently logged … Read the rest of this entry
[Linux] 咱也可以编译内核了
以前看到介绍编译内核的文章是那么的繁琐,我也望而生畏了!只好躲得远远的,谁叫咱技术不过感呢? 今天下午心血来潮,把最新的内核下载下来。到网上找了好多文章,最新的介绍说没有那么复杂了,很人性化。看看README Read the rest of this entry