10 lines
215 B
Markdown
10 lines
215 B
Markdown
|
|
# Ubuntu 实时显示网速、CPU占用等状态
|
|
|
|
|
|
``` bash
|
|
sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
|
|
sudo apt-get update
|
|
sudo apt-get install indicator-sysmonitor
|
|
indicator-sysmonitor &
|
|
``` |