Hoe installeer je IFTOP op Centos 5.2 / 5.3? Voer de volgende commands één voor één uit!
Informatie over het programma `IFTOP` http://ex-parrot.com/pdw/iftop/
Code:
yum install -y gcc libpcap libpcap-devel ncurses ncurses-devel
cd /root/
mkdir downloads
cd downloads
wget http://ex-parrot.com/~pdw/iftop/download/iftop-0.17.tar.gz
tar xzvf iftop-0.17.tar.gz
cd iftop-0.17
./configure
make
su -c 'make install'
U start IFTOP met de volgende command
Code:
iftop -n
Druk tijdens het proces op `h` en u ziet alle functies. ( Doe er u voordeel mee! )