Manging a secret gpg key-pair across two computers is relatively simple.
Export the secret keys
gpg –export-secret-key -a your_email@address.com > myprivate.key
Export your public keys
gpg –export -a your_email@address.com > mypublic.key
Import the keys
gpg –import mypublic.key
gpg –import –allow-secret-key-import myprivate.key
That’s all there is to it.
This is a quick reference-post that shows how to install GNU/Linux to a USB stick from within a GNU/Linux distribution.
Download the ISO or CD image.
[antony@ARCH arch-core]$ wget http://mirror.neotuli.net/arch/iso/2007.08/i686/Archlinux-i686-2007.08-2.core.iso -O ~/archlinux.iso
Plug in the USB stick.
[root@ARCH antony]# dmesg | tail
Oct 26 15:08:23 ARCH sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
Oct 26 15:08:23 ARCH sd 2:0:0:0: [...]