Last active
March 25, 2022 17:34
-
-
Save cloudybdone/74dd1baa4cb1394d211d7b687025d47d to your computer and use it in GitHub Desktop.
Ntopng Install on Ubuntu Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| If you need any help related to Ntopng App Setup Service on Ubuntu Linux contact with me: | |
| Telegram: https://t.me/Cloudybdone | |
| WhatsApp: https://wa.link/3j794g | |
| Skype: https://join.skype.com/invite/vLFaKHx... | |
| Email: cloudybdone@gmail.com | |
| Linkedin: https://www.linkedin.com/in/cloudybdone/ | |
| Facebook: https://www.facebook.com/cloudybdone/ | |
| About Me: https://about.me/cloudybdone | |
| YouTube PlayList: https://www.youtube.com/watch?v=QLapycTFgHg&list=PLiveDaEySXe9RP9zqaGt8t4LvZpV_U1t- | |
| #!/bin/sh | |
| sudo apt-get update -y | |
| sudo apt- install ntopng | |
| sudo systemctl restart ntopng | |
| sudo ntopng -h | |
| sudo ufw enable | |
| sudo ufw allow.... | |
| firefox http://localhost:/ | |
| git clone https://github.com/ntop/ntopng.git | |
| cd ntopng | |
| sudo ./autogen.sh | |
| sudo make | |
| sudo make install |
cloudybdone
commented
Mar 22, 2022
Author

Author
Author
Author
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



