Skip to content

Instantly share code, notes, and snippets.

@thinktanklinux
Created April 23, 2020 14:42
Show Gist options
  • Save thinktanklinux/1694d53a088cf816f0547c54de92a6cf to your computer and use it in GitHub Desktop.
Save thinktanklinux/1694d53a088cf816f0547c54de92a6cf to your computer and use it in GitHub Desktop.
ntopng installation
In order to use this repository, do (as root) the commands below this section, which depend on your Linux distro, then run:
apt-get clean all
apt-get update
apt-get install pfring-dkms nprobe ntopng disk cento
You can (optionally) install the ZC drivers as follows:
apt-get install pfring-drivers-zc-dkms
You can optionally install the nBox GUI (if avilable for your distro) as follows:
apt-get install nbox
As every night we build new packages, if you want to keep your system up-to-date, every morning you can do:
apt-get updte
apt-get upgrade
To install the programs in Ubuntu 18.04 open your shell and type:
apt-get install software-properties-common wget
add-apt-repository universe
wget http://apt.ntop.org/18.04/all/apt-ntop.deb
apt install ./apt-ntop.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment