mynote/env/ubuntu18.04.md
2018-09-16 11:16:52 +08:00

74 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ubuntu 18.04 env
## sogou pinyin
```bash
# details referring to https://blog.csdn.net/lupengCSDN/article/details/80279177
sudo apt install fcitx
sudo dpkg -i sogou*****.deb
sudo apt install -f
sudo dpkg -i sogou***.deb
```
## 双系统造成的windows时间错误
先在ubuntu下更新一下时间确保时间无误
> sudo apt install ntpdate
> sudo ntpdate time.windows.com
然后将时间更新到硬件上
> sudo hwclock --localtime --systohc
## ubuntu dock
> gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
## NetSpeed 监控网速
在Ubuntu software 搜索
## Coverflow 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
```