Skip to content

Instantly share code, notes, and snippets.

@LinuxDevSecOps
Last active July 6, 2019 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinuxDevSecOps/85e9fd428b13298770a494a134f2bf13 to your computer and use it in GitHub Desktop.
Save LinuxDevSecOps/85e9fd428b13298770a494a134f2bf13 to your computer and use it in GitHub Desktop.
ntopng on Ubuntu 18.04
#!/bin/sh
# This script will install ntopng on Ubuntu
sudo apt update -y
sudo apt upgrade -y
sudo apt install ntopng
sudo systemctl restart ntopng
sudo ntopng -h
sudo ufw enable
sudo ufw allow 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment