Network Diagnostic Tool for Linux Ubuntu. Install Nutty on Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04, Ubuntu 14.10 and Linux Mint. Using Nutty, monitor network usage and device. Nutty is a powerful network utility application to provide essential information on network related aspects. The information is broken into the following presented in a tab view.
(1) My Info: Provides basic and detailed information for the device network card
(2) Usage: Provides network data usage in two views – historical usage and current usage
(3) Route: Provides the information on the various hops involved in reaching a URL or IP address from the local device
(4) Ports: Provides information on active ports and application using them on the local device
(5) Devices: Monitors and provides information on the other devices connected on the network
The Elementary OS style of simple minimalist presentation is preserved with search and sorting capability on the results.
Install Nutty on Ubuntu
Run the following commands in Terminal to install Nutty network monitor on Ubuntu and Linux Mint Systems:
sudo apt-add-repository ppa:bablu-boy/nutty.0.1
sudo apt-get update
sudo apt-get install nutty
Once installed, open the Nutty network monitor app from Ubuntu Dash or Menu:
If you want to uninstall Nutty, run the following command:
sudo apt-get remove nutty
sudo apt-add-repository --remove ppa:bablu-boy/nutty.0.1
sudo apt-get update