惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
量子位
博客园 - 司徒正美
IT之家
IT之家
V
Visual Studio Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
Google DeepMind News
Google DeepMind News
Last Week in AI
Last Week in AI
Microsoft Security Blog
Microsoft Security Blog
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
Vercel News
Vercel News
B
Blog
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
小众软件
小众软件
罗磊的独立博客
博客园 - 叶小钗
雷峰网
雷峰网
Martin Fowler
Martin Fowler
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学

Feel.name

DNS大全 – Feel.name Linux下转换文件编码 – Feel.name Linux服务器密钥登陆方法 – Feel.name 升级到最新OpenSSH_9.3p1, OpenSSL 3.1.1 – Feel.name centos 7上创建sftp服务 – Feel.name linux清理缓存(cache) – Feel.name 通过yum来下载RPM包的方法 – Feel.name 年末守望新年期盼 – Feel.name message 日志里面的“Created slice User Slice of root.”日志去除方法 – Feel.name
Centos7安装sngrep – Feel.name
Feel · 2024-08-28 · via Feel.name

sudo yum install epel-release

sudo yum install sngrep

yum安装不了,打算源码编译安装

需要编译到的环境工具和库

sudo yum groupinstall “Development Tools”
sudo yum install autoconf automake ncurses-devel openssl-devel libpcap-devel git

git克隆到本地

git clone https://github.com/irontec/sngrep

cd sngrep

./bootstrap.sh

./configure

make && sudo make install

这样可以越快的玩耍sngrep了。

也可以rpm安装,rpm安装比较简单的。

http://packages.irontec.com/

找到你对应的系统的版本

我的是centos7

http://packages.irontec.com/centos/7/x86_64/sngrep-1.4.9-0.el7.x86_64.rpm

直接下载然后rpm -ivh sngrep-1.4.9-0.el7.x86_64.rpm OK啦。