Ubuntu 18.10的一些配置记录

重装了下新系统, 记录下来中间的一些过程。

1.中文输入法

sudo apt-get install ibus-pinyin 
ibus restart

After installing Pinyin in this example, go to System SettingsLanguage SupportChinese (Pinyin).
Now it works as expected.

2. High-dpi

好像仍然没有很好的解决办法。就把分辨率调低然后放大到全屏幕。难看就难看点吧。

3. Anaconda3

https://blog.csdn.net/u012318074/article/details/77074665
注意第一次输入yes后回车只按一下就可以了。后面还有一个yes要输入。否则后面的yes会被跳过。

4. 安装软件出现问题需要强制删除

https://blog.csdn.net/t51558330501/article/details/3963369

5. 安装 Anaconda3 详细步骤

https://docs.anaconda.com/anaconda/install/linux/
https://blog.csdn.net/u012318074/article/details/77074665

6. 开启anaconda3

anaconda-navigator

7. 单独打开 Jupyter Notebook

ipython notebook

8. zsh

https://www.cnblogs.com/EasonJim/p/7863099.html
https://www.baidu.com/link?url=HPnEQu4CDLtnxYHtuf6ZxPYx08mZYQpfTw5TyfN48MewZxUqkNSHmi8LPMYpyB29&wd=&eqid=d4c4bbd400026834000000025c3b61d0

9. 安装NVIDIA驱动

https://www.linuxdashen.com/switch-intel-nvidia-graphics-card-ubuntu

你可能感兴趣的:(▶︎工具与使用)