This commit is contained in:
light
2018-02-12 16:27:08 +08:00
parent 2f93d4a638
commit ad583d960b
11 changed files with 159 additions and 2 deletions
+10
View File
@@ -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 &
```
+8
View File
@@ -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
```