Explore >> Select a destination


You are here

whynothugo.nl
| | den.dev
10.8 parsecs away

Travel
| | Make your GitHub life easier with no-touch commit signing.
| | kaspars.net
7.2 parsecs away

Travel
| | The private parts of PGP keys (including subkeys) stored on Yubikey can't be exported so you must always use the actual Yubikey to encrypt, decrypt, sign and verify messages. Subkeys stored outside the hardware key can simplify the day-to-day encryption and signing operations and can be revoked independently from the master key. So I created...
| | passingcuriosity.com
7.2 parsecs away

Travel
| | Setup a new Yubikey with, add OpenPGP keys, and configure git and GitHub to use them.
| | tthtlc.wordpress.com
64.1 parsecs away

Travel
| How to use QEMU to run a VM client, assuming that the kernel have kvm enabled and running? a. create rootfs image as your OS file image, with all the general GNU/Linux utilities: This is how I create the rootfs for Xenial (I copied and modified from Syzkaller project), using the debootstrap command mainly, but...