众所周知,Linux虽然比Windows的安全系数要高,但是经常更新还是个好习惯(至少近期就爆出了不少关于SSL的安全漏洞值得大家重视!),但是在Ubuntu和Debian下运行apt-get update刷新更新源的时候却经常遇到“There is no public key available for the following key IDs”的问题,具体表现为以下错误提示:
W:There is no public key available for the following key IDs: 3B4FE6ACC0B21F32, W:There is no public key available for the following key IDs: 3B4FE6ACC0B21F32,
解决方法如下,
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32
额外的,如果有如下问题,是因为加入了natty-backports源,删掉即可
W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/natty-backports/main/source/Sources 404 Not Found [IP: 91.189.91.13 80], W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/natty-backports/restricted/source/Sources 404 Not Found [IP: 91.189.91.13 80], W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/natty-backports/universe/source/Sources 404 Not Found [IP: 91.189.91.13 80], W:Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/natty-backports/multiverse/source/Sources 404 Not Found [IP: 91.189.91.13 80],
运行如下命令:
sudo sed -i '/natty\-backports/d' /etc/apt/sources.list{,.d/*}
windows是最安全的。 只不过windows的软件多、插件多,开发病毒有模板、门槛低,用户有喜欢占便宜。
安全性这个问题没有争论的意义,但windows本身漏洞爆出来的的频率和严重性确实要比Linux、Unix系多得多。
嗯。不过只要用较新的windows版本,不乱搞没问题的。。 Ubuntu、CentOS 有统一的软件商城,方便安全
SSL的安全漏洞值得重视!所以这个解决方法我收了,以防万一
本文讲述的并不是针对SSL的,但是Linux确实打起补丁效率还是很高的