Centos 如何安装 nload

前端之家收集整理的这篇文章主要介绍了Centos 如何安装 nload前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
yum install gcc gcc-c++ ncurses-devel

wget http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz

tar zxvf nload-0.7.2.tar.gz

cd nload-0.7.2

#./configure

#make & make install

然后通过#nload -m即可查看实时流量。

或者

wget http://mirrors.kernel.org/fedora-epel/6/i386/epel-release-6-8.noarch.rpm 

rpm -ivh epel-release-6-8.noarch.rpm 

yum install nload
原文链接:https://www.f2er.com/centos/377724.html

猜你在找的CentOS相关文章