Skip to content

Instantly share code, notes, and snippets.

View Akagi201's full-sized avatar
🎯
Focusing

Bob Liu Akagi201

🎯
Focusing
View GitHub Profile
  1. android on openwrt
  2. javase on openwrt
  3. opencv on openwrt
  • 用户要做就是写自己的信息. 日志往哪里输出, 以什么格式输出, 都是库和配置文件来完成的.
  • 在zlog里面, 一个分类可以对应多个规则, 每个规则有自己的级别, 输出和格式. 这就让用户能按照需求过滤, 多渠道输出自己的所有日志.

Refs

What

  • libnids是网络入侵检测系统(IDS)的E-component的一个实现(NIDS E-component library).
  • 他模拟了linux 2.0.x的IP stack.
  • libnids提供IP重组, TCP stream assembly和TCP端口扫描检测.
  • libnids的最有价值的特性是可靠性.
  • 许多测试表明libnids能尽可能地预测受保护的linux主机的行为.
  • libnids是运行时高度可配置的, 并且提供一个方便的接口.
  • 使用libnids可以方便的访问一个TCP流的数据, 无论攻击者多么巧妙的掩盖.
  • 查看changelog, 从libnet的repo里的changelog学的
git --no-pager log --no-merges --pretty=format:' %x20%x20 - %s (%an)' `git tag | grep -v -- -rc | tail -n 1`..HEAD .