This commit is contained in:
light
2018-09-16 11:16:52 +08:00
parent 795ad3e9c8
commit f117f1bbf2
8 changed files with 115 additions and 8 deletions
+34 -1
View File
@@ -37,4 +37,37 @@ sudo dpkg -i sogou***.deb
## Coverflow Alt-Tab
优化 alt tab
在ubuntu software 里搜索下载 优化 alt tab (推荐 动画很好看)
## hide top bar
在ubuntu software 里搜索下载 可以隐藏 顶部栏
## ifconfig not found
> sudo apt install net-tools
## 更改主题
```bash
sudo apt-get install gnome-shell-extensions
sudo reboot -h now # 重启后需要去tweak上启用
sudo apt install chrome-gnome-shell
```
## shadowsocks
```bash
sudo pip install shadowsocks
# download https://github.com/FelisCatus/SwitchyOmega/releases/download/v2.3.19/SwitchyOmega.crx
```
## referring
```bash
http://blog.51cto.com/13589319/2120571
```