Ubuntu 16.04删除Amazon
sudo apt-get remove unity-webapps-common
ubuntu安装deb程序文件失败的解决方法
sudo apt-get install -f
windows10和ubuntu16.04双系统下时间不对的问题
先在ubuntu下更新一下时间,确保时间无误:
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
然后将时间更新到硬件上:
sudo hwclock --localtime --systohc
重启电脑进入windows10,发现时间正常了!