爱上香烟
发布时间:2016-04-12 20:04:43
#ifndef _ACMSG_LIST_H#define _ACMSG_LIST_H#include #include #include "../private/cfm/cfmsocket.h"//#include "ethqos.h"/** * container_of - cast a member of a structure out to the containing structure * @ptr:the pointer to the member. * @type:the type.........【阅读全文】
发布时间:2016-04-12 15:21:45
pkg-config的用法pkg-configpkg-config程序是干什么用的?简单的说就是向用户向程序提供相应库的路径、版本号等信息的程序。譬如说我们运行以下命令:pkg-config 查看gcc的CFLAGS参数$pkg-config --libs --cflags opencv会显示如下信息:-I/usr/include/opencv -l.........【阅读全文】
发布时间:2016-04-08 09:57:40
利用 ipset 封禁大量 IP使用 iptables 封 IP,是一种比较简单的应对网络攻击的方式,也算是比较常见。有时候可能会封禁成千上万个 IP,如果添加成千上万条规则,在一台注重性能的服务器或者本身性能就很差的设备上,这就是个问题了。ipset 就是为了避免这个问题而生的。关于 iptables,要知道这两点。ipta.........【阅读全文】