update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
# Ubuntu 实时显示网速、CPU占用等状态
|
||||
|
||||
|
||||
``` bash
|
||||
sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
|
||||
sudo apt-get update
|
||||
sudo apt-get install indicator-sysmonitor
|
||||
indicator-sysmonitor &
|
||||
```
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
``` bash
|
||||
sudo apt install -y zsh
|
||||
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||
chsh -s /bin/zsh
|
||||
sudo reboot -h now
|
||||
```
|
||||
Reference in New Issue
Block a user