~/.blog


Get That Key

Posted in apt-get by enn0suke on June 6, 2009
Tags: , ,
Thankuverymuch!

Thankuverymuch!

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

Posted in read, xorg by enn0suke on May 28, 2009
Tags: , ,

My Screenie [Part 2]

Posted in Fluxbox, eye candy, screenshot by enn0suke on May 27, 2009
Tags: , , ,
Screenie 26-05-09 (Click to full size)

Screenie 26-05-09 (Click to full size)

Fluxbox with conky on top & wbar at the bottom. Shadows using xcompmgr. I’ll post the configs for the styles,conky,xcompmgr & wbar later. Style changes from my last screenie:

- Changed the (aterm) fonts,

- Xcompmgr passed with -C to disable drawing shadows to the wbar,

- Style using “Solaris” ,

- Conky only 1 line instead of 2 (being my screen resolution – 1280 – is slightly wider from the previous – 1024)

- And obviously, the wallpaper.

For automounting USB disks, Ivman seems to do the job pretty well. Maybe i’ll post a tutorial later…

Next Page »