Localized Gujarati Geek

Tips & Tricks

* Some random! things collected from web, people and by own experience (Not in order!)

* My .vimrc and .quiltrc files

* Fix bad state package:

dpkg –force-all package-name

* Exporting a gpg key to ascii armor:

gpg –armor –export youremail@foo.com > bar.asc

* Nice tutorial on chroot:

http://nion.modprobe.de/blog/archives/539-Setting-up-build-chroots-on-Debian.html

* Is this works for you?

cat /dev/cdrom > foo.iso

* The Magic Number:

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

* Create your own Web-of-Trust Graph:

gpg –list-sigs | sig2dot > keys.dot
neato -Tps -Goverlap=scale -Gsplines=true -o keys.ps keys.dot
convert keys.ps your-key-graph.jpg

Leave a Reply