2016年5月29日

开机跳过开机选择系统的选项界面

摘要: cd /boot/grub sudo chmod +w grub.cfg cat grub.cfg | grep timeout -n //在文件里找到类似"set timeout=10"的一行代码,然后修改为"set timeout=0"(我这里是368行) sudo vim grub.cfg s 阅读全文

posted @ 2016-05-29 19:30 Alex0111 阅读(907) 评论(0) 推荐(0)

apt-get doesn't work

摘要: apt-get upgrade Reading package lists... DoneBuilding dependency tree Reading state information... DoneYou might want to run 'apt-get -f install' to c 阅读全文

posted @ 2016-05-29 16:13 Alex0111 阅读(529) 评论(0) 推荐(0)

导航