Some quick notes about Debian and Ubuntu-related systems.
Apt's keyring
$ gpg --keyserver subkeys.pgp.net --recv-keys 6070D3A1
$ gpg --export -a 6070D3A1 | apt-key add -
(works on Etch)
Quickly Tweak the Desktop Environment Using gconftool-2
$ gconftool-2 --set /apps/epiphany/directories/downloads_folder --type string "~/download"
$ gconftool-2 --set /apps/epiphany/general/homepage --type string "http://www.google.com.au"
$ gconftool-2 --set /apps/gksu/sudo-mode --type bool true
$ gconftool
More
