Notes Debian
De MicElectroLinGenMet.
Time zone
Current default time zone: 'Europe/Paris'
Local time is now: Wed Sep 30 23:52:22 CEST 2009.
Universal Time is now: Wed Sep 30 21:52:22 UTC 2009.
Pour le changer:
# dpkg-reconfigure tzdata
apt-get update no public key available
Message à la mise à jour apt-get:
Fetched 7725kB in 55s (140kB/s) Reading package lists... Done W: GPG error: http://security.debian.org etch/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B W: GPG error: http://ftp.fr.debian.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B W: You may want to run apt-get update to correct these problems
- Rajouter la clef
# gpg --keyserver pgpkeys.mit.edu --recv-key $CLE # gpg -a --export $CLE | apt-key add -
remplacer $CLE par les huits derniers caractères de la clé. ex: NO_PUBKEY 07DC563D1F41B907 devient : 1F41B907.
puis
# apt-get update
