Ubuntu软件系列---添加实时网速

  1. 添加源
    sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
  2. 更新源
    sudo apt-get update
  3. 安装sysmonitior
    sudo apt-get install indicator-sysmonitor
  4. 终端执行
    indicator-sysmonitor &
  5. ctrl+c就可以实现后台运行啦,开机启动在状态栏首选项的preferences里,将Run on startup勾选即可
  6. 设置

勾上Run on startup:, 这样就能开机启动了。
切换到 Advanced 选项,可以对要显示的信息的格式进行设置。
添加 N:{net} 到最前面,以显示网速,点击Test可以查看修改后的格式。

原文地址:https://www.cnblogs.com/thgpddl/p/12885011.html