操作系统:ubuntu18.04

清华大学:
将source.list文件中的ubnuntu前缀改成 http://mirrors.tuna.tsinghua.edu.cn即可(后边的保持不变)。

设置用户自动登陆: 修改 /etc/lightdm/lightdm.conf文件

autologin-user=alex
autologin-user-timeout=0

虚拟机挂载hgfs目录:用mount命令挂载出错时

$ sudo vmhgfs-fuse -o allow_other .host:/ /mnt/hgfs

如果只是提示readonly模式,需要安装cifs-utils即可。


设置中文:
Settings-->Region & Language

安装中文(如果已安装过,则可以略过此步)
Manage Installed Languages --> Install/Remove Languages-->Chinese(simplified)

Language项选择汉语,重新登陆即可。