Install Nutty on Ubuntu Linux. Nutty is a network diagnostic tool for Ubuntu Linux Systems to get info about your connection and local network. The application provides essential information on network related aspects in a tab view.
It shows:
(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) Speed: Check Upload and Download speeds and get route times to a host
(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
Install Nutty on Ubuntu Linux
Run the following commands in Terminal to install Nutty network diagnostic tool on Ubuntu Linux Systems:
Method 1
$ sudo apt-add-repository ppa:bablu-boy/nutty.0.1
$ sudo apt-get update
$ sudo apt-get install nutty
Method 2
$ sudo apt-add-repository ppa:bablu-boy/nutty-daily
$ sudo apt-get update
$ sudo apt-get install nutty
Method 3
$ sudo add-apt-repository ppa:elementary-os/daily
$ sudo apt-get update
$ sudo apt-get install nutty
Once installed, open the Nutty network diagnostic tool from Ubuntu Dash.