Get That Key
Have you ever? :
W: GPG error: http://ftp.dk.debian.org lenny Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY D5642BC86823D007
W: You may want to run apt-get update to correct these problems
or something like that? Then, you ask yourself… “do i own any pub? where the hell am i suppose to get that fuckin’ key when i don’t own any fuckin’ pub? szat mean? “
that’s a PUBLIC KEY. No, no, not a public phone key…
solution(s):
#gpg – -keyserver wwwkeys.eu.pgp.net – -recv-keys unknownpubkey
example:
#gpg – -keyserver wwwkeys.eu.pgp.net – -recv-keys D5642BC86823D007
other key servers include:
keyring.debian.org
pgp.mit.edu
pgpkeys.pgp.net
wwkeys.uk.pgp.net
wwwkeys.pgp.net
after you got a “gpg: imported: 1” , do this:
#apt-key add /root/.gnupg/pubring.gpg
then, you’ll get something like… “OK”
other solution:
#apt-key update
(yeah, just that 1 command)
sometimes, other repositories got their own key. you can just wget it :
wget http://url/keyname -O – | apt-key add -
Enhance Ur Brain Juice
Some nice (and free) readings:
Modify xorg.conf for better performance | TuxRadar.


