摘要: 今天在Linux下遇到这个问题,发现很多资料都是英文的,为了方便出现同样错误的有英语阅读困难的人,整理解决方案如下:sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8BAF9A6Fsudo apt-get update其中,8BAF9A6F 为出错的Pubkey. 阅读全文
posted @ 2013-09-18 10:03 wiessharling 阅读(244) 评论(0) 推荐(0)
摘要: 查看显卡使用lspci |grep VGAemos@emos-desktop:~$ lspci -vnn | grep -i vga00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:0be2] (rev 0b) 阅读全文
posted @ 2013-09-18 10:03 wiessharling 阅读(3060) 评论(0) 推荐(0)