Monthly Archives: November 2020

GPG links/tutorials/FAQ

Will not write yet another tutorial about how to setup GPG. I will link to the ones that I used to do several things. Settup up GPG https://oguya.ch/posts/2016-04-01-gpg-subkeys/ https://blog.tinned-software.net/create-gnupg-key-with-sub-keys-to-sign-encrypt-authenticate/ Setting up subkeys https://oguya.ch/posts/2016-04-01-gpg-subkeys/ https://wiki.debian.org/Subkeys Setting up GPG for SSH authentication … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

GPG does not output the key IDs by default

Wanted to start signing my mails and my git commits with my newly minted sub key. But when I did a I could not see the key ids to add to my git nor to my muttrc. After some searching … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Always remember the clockwise/spiral rule

From time to time I need to go back and see how to “read” the const pointer order when declaring in C++. Here is a good reminder/link for it. And try to always append a const in order for it … Continue reading

Posted in Uncategorized | Leave a comment