上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 48 下一页
摘要: 为了简化可移植构建的难度,早期有一套AutoTools的工具帮助程序员构建软件。Auto Tools是GNU程序的标准构建系统。 configure脚本是由软件开发者维护并发布的给用户使用的shell脚本。该脚本的作用是检测系统环境,最终目的是生成Make file和configure.h。make 阅读全文
posted @ 2022-11-15 19:23 PKICA 阅读(197) 评论(0) 推荐(0)
摘要: 1. 本地挂载windows系统网盘1)安装win网盘及共享驱动 #debian/ubuntu系统: apt-get install cifs-utils samba #redhat/Centos/federa系统: yum install cifs-utils samba 2)id获取本地用户信息 阅读全文
posted @ 2022-11-10 19:38 PKICA 阅读(53) 评论(0) 推荐(0)
摘要: 1. 安装gcc/g++参考gcc/g++升级2. 查看gcc/g++版本ls /usr/bin/gcc* ,如下所示:/usr/bin/gcc /usr/bin/gcc-ar-5 /usr/bin/gcc-nm-5 /usr/bin/gcc-ranlib-6 /usr/bin/gcc-5 /usr 阅读全文
posted @ 2022-09-22 15:01 PKICA 阅读(1687) 评论(0) 推荐(0)
摘要: 环境是Ubuntu22.04 1、aclocal命令根据configure.ac文件的内容,自动生成aclocal.m4文件。 2、autoconf命令会根据configure.ac和aclocal.m4文件,生成configure文件。 3、autoheader命令,生成文件config.h.in 阅读全文
posted @ 2022-08-25 23:21 PKICA 阅读(1859) 评论(0) 推荐(0)
摘要: 下载suricata6源码,并切换到分支6.0版本: git clone https://github.com/OISF/suricata.gitgit checkout -b suricata-6.0.0 suricata-6.0.0 安装 调试 新增协议Jir 阅读全文
posted @ 2022-08-25 23:06 PKICA 阅读(49) 评论(3) 推荐(0)
摘要: 安装jansson./configuremakemake install生成帮助文档cd doc make html编译选项需要添加“-ljansson” jansson 手册: https://jansson.readthedocs.io/en/latest/index.html API 介绍: 阅读全文
posted @ 2022-08-24 19:59 PKICA 阅读(613) 评论(1) 推荐(0)
摘要: 【环球网报道 记者 索炎琦】北京时间7日,一段涉及中国与台湾地区关系的采访视频在推特上引发关注。 这段采访来自美国有线电视新闻网(CNN),对话二人分别是英国知名摇滚乐队平克·弗洛伊德(Pink Floyd)联合创始人、歌手罗格·沃特斯,以及CNN主持人迈克尔史默克,双方谈到沃特斯此前巡演中包含的政 阅读全文
posted @ 2022-08-07 22:41 PKICA 阅读(39) 评论(0) 推荐(0)
摘要: manticoresearch搜索引擎 Manticore search实现高效搜索 阅读全文
posted @ 2022-08-06 16:55 PKICA 阅读(0) 评论(0) 推荐(0)
摘要: linux报文高速捕获技术对比--napi/libpcap/afpacket/pfring/dpdk/xdp 1. 传统linux网络协议栈流程和性能分析Linux网络协议栈是处理网络数据包的典型系统,它包含了从物理层直到应用层的全过程。 数据包到达网卡设备。网卡设备依据配置进行DMA操作。(第1次 阅读全文
posted @ 2022-08-04 14:43 PKICA 阅读(461) 评论(0) 推荐(0)
摘要: Linux网络报文捕获/抓包技术对比:napi、libpcap、afpacket、PF_RING、PACKET_MMAP、DPDK、XDP(eXpress Data Path) Table of Contents 1.传统linux网络协议栈流程和性能分析 协议栈的主要问题 针对单个数据包级别的资源 阅读全文
posted @ 2022-08-04 14:32 PKICA 阅读(879) 评论(0) 推荐(1)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 48 下一页