加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-iftop.sh 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yorfir 提交于 2017-08-17 17:17 . Update install-iftop.sh
yum -y install gcc-c++ && yum -y install flex && yum -y install bison
cd /root
wget http://www.tcpdump.org/release/libpcap-1.8.1.tar.gz
tar zxvf libpcap-1.8.1.tar.gz
cd libpcap-1.8.1
./configure
make && make install
cd /root
wget http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.17.tar.gz
tar zxvf iftop-0.17.tar.gz
cd iftop-0.17
./configure
make && make install
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化