Sunday, April 28, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 8336  / 3 Years ago, sat, may 29, 2021, 9:54:38

I have a hybrid (variable speed) mobile broadband connection that keeps changing the download/upload speeds based on location and time-of-day. So, the netspeed-applet in the previous versions of Ubuntu panel was very useful to get a live feel while running any Internet based application.



But there doesn't seem to be anything to indicate the broadband connection speed in the Ubuntu 11.10 Unity panel. Can anyone please guide me to get this type of indicator? And, no, gnome-panel or the classic-fallback that many people suggest is not a solution! I am very comfortable with Unity as I can see where this is leading - a tablet friendly Ubuntu!


More From » software-recommendation

 Answers
3

WebUpd8 covered this - I've tested this on oneiric and it does work.



enter image description here



It requires an indicator from a PPA together with some additional scripts:



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


Start the indicator



indicator-sysmonitor &


Then in the indicator-preferences:



enter image description here



click "use this command" and copy and paste the following text:



$HOME/scripts/sysmon

[#41289] Sunday, May 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bunsistent

Total Points: 198
Total Questions: 108
Total Answers: 121

Location: Monaco
Member since Sun, Jan 16, 2022
2 Years ago
;