Netspeed applet like indicator to monitor network traffic such as download and upload speed so I know the speed of my network. I like this indicator and I install it in my ubuntu.
I install netspeed indicator in ubuntu 13.04 just run following command in terminal
sudo add-apt-repository ppa:alexeftimie/ppa
sudo apt-get update
sudo apt-get install indicator-sysmonitor dstat
mkdir -p ~/scripts && cd ~/scripts
wget http://webupd8.googlecode.com/files/sysmon_0.2.tar.gz && tar -xvf sysmon_0.2.tar.gz
then start the indicator
indicator-sysmonitor &
I install netspeed indicator in ubuntu 13.04 just run following command in terminal
sudo add-apt-repository ppa:alexeftimie/ppa
sudo apt-get update
sudo apt-get install indicator-sysmonitor dstat
mkdir -p ~/scripts && cd ~/scripts
wget http://webupd8.googlecode.com/files/sysmon_0.2.tar.gz && tar -xvf sysmon_0.2.tar.gz
then start the indicator
indicator-sysmonitor &

No comments:
Post a Comment