一、替换 apt 源
默认是国外的源,速度很慢,更新成国内的,方法见:ubuntu16.04 替换 apt 源
二、删除 libreoffice 、 amazon 和其他无用软件
1 |
sudo apt-get remove unity-webapps-common totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku onboard deja-dup libreoffice-common thunderbird |
三、把任务栏移到底部
1 |
gsettings set com.canonical.Unity.Launcher launcher-position Bottom # 把 Bottom 改成 Left 移到左边 |
评论