1、Ubuntu16.04图标下移与左移
下移:
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
左移:
gsettings set com.canonical.Unity.Launcher launcher-position Left
1、Linux访问window下的磁盘分区出现“Error mounting /dev/sda5 at/media”错误的解决方法
https://blog.csdn.net/yrc_note/article/details/72626887
sudo apt-get install ntfs-3g
sudo ntfsfix /dev/sda5