mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 03:17:23 +02:00
Compare commits
No commits in common. "25b00bfb7743ce34ef311d4c421787766d503371" and "7bdb38a41321ab016bf85544f29b26e954283663" have entirely different histories.
25b00bfb77
...
7bdb38a413
19
n/dns.md
19
n/dns.md
@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
layout: null
|
|
||||||
permalink: /n/dns.html
|
|
||||||
sitemap: false
|
|
||||||
---
|
|
||||||
|
|
||||||
# DNS notes
|
|
||||||
|
|
||||||
For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv)
|
|
||||||
|
|
||||||
## Identifying DNS resolver
|
|
||||||
|
|
||||||
- [DNS-OARC's Check My DNS](https://cmdns.dev.dns-oarc.net/) - popup under "Network".
|
|
||||||
- [dnsleaktest](https://dnsleaktest.com/)
|
|
||||||
- [whatsmydnsserver](http://www.whatsmydnsserver.com/)
|
|
||||||
- [ipleak.net](https://ipleak.net/)
|
|
||||||
- [dnsadblock](https://dnsadblock.com/dns-leak-test/)
|
|
||||||
|
|
||||||
The above list is based on [redirect2me/which-dns README alternatives section](https://github.com/redirect2me/which-dns/blob/main/README.md)
|
|
35
n/gpg.md
35
n/gpg.md
@ -11,13 +11,11 @@ redirect_from:
|
|||||||
- /n/clawsmail.html
|
- /n/clawsmail.html
|
||||||
- /n/claws-mail.html
|
- /n/claws-mail.html
|
||||||
- /n/wkd.html
|
- /n/wkd.html
|
||||||
- n/keyoxide.html
|
|
||||||
- n/keybase.html
|
|
||||||
|
|
||||||
sitemap: false
|
sitemap: false
|
||||||
---
|
---
|
||||||
|
|
||||||
# Quick GPG notes where I may find them
|
Quick GPG note where I may find it.
|
||||||
|
|
||||||
To create an Ed25519 key, or whatever will be the default version in the
|
To create an Ed25519 key, or whatever will be the default version in the
|
||||||
future as defined by your GPG version:
|
future as defined by your GPG version:
|
||||||
@ -53,7 +51,7 @@ multiple keys).
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Claws-mail note that is somewhat related.
|
Claws-mail note that is somewhat related.
|
||||||
|
|
||||||
Debian: `sudo apt install claws-mail claws-mail-address-keeper claws-mail-attach-warner claws-mail-gdata-plugin claws-mail-pgpinline claws-mail-pgpmime claws-mail-smime-plugin`
|
Debian: `sudo apt install claws-mail claws-mail-address-keeper claws-mail-attach-warner claws-mail-gdata-plugin claws-mail-pgpinline claws-mail-pgpmime claws-mail-smime-plugin`
|
||||||
|
|
||||||
@ -63,8 +61,8 @@ somewhere in `/usr/lib/x86_64-linux-gnu/claws-mail/plugins` or similar path.
|
|||||||
It wants to read `~/.signature` which I have like:
|
It wants to read `~/.signature` which I have like:
|
||||||
|
|
||||||
```
|
```
|
||||||
Aminda Suomalainen
|
Mikaela Suomalainen
|
||||||
https://aminda.eu/
|
https://mikaela.info/
|
||||||
69FF 455A 869F 9031 A691 E0F1 9939 2F62 BAE3 0723
|
69FF 455A 869F 9031 A691 E0F1 9939 2F62 BAE3 0723
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -72,11 +70,11 @@ https://aminda.eu/
|
|||||||
My other hats have like:
|
My other hats have like:
|
||||||
|
|
||||||
```
|
```
|
||||||
Aminda Suomalainen
|
Mikaela Suomalainen
|
||||||
position, where, wwwpage
|
position, where, wwwpage
|
||||||
email address
|
email address
|
||||||
xxx xxx xxxx
|
xxx xxx xxxx
|
||||||
xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
|
C69C B030 AECD C8A4 2301 D6B8 DC18 9FE6 FA9B D685
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -86,8 +84,6 @@ with the signature ending to an empty line.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## WKD
|
|
||||||
|
|
||||||
Setting up GPG WKD (Web Key Directory), mostly stripped/adjusted from
|
Setting up GPG WKD (Web Key Directory), mostly stripped/adjusted from
|
||||||
https://keyserver.mattrude.com/guides/web-key-directory/
|
https://keyserver.mattrude.com/guides/web-key-directory/
|
||||||
|
|
||||||
@ -108,22 +104,3 @@ NOTE: The empty `policy` goes to the `openpgpkey` directory, not `hu` (I
|
|||||||
initially failed at this part)
|
initially failed at this part)
|
||||||
|
|
||||||
NOTE: only one key/WKD/email.
|
NOTE: only one key/WKD/email.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Keyoxide
|
|
||||||
|
|
||||||
Keyoxide can use PGP keys as profiles and looks at their notations. Useful
|
|
||||||
commands in `gpg --edit-key "key fingerprint here:
|
|
||||||
|
|
||||||
- Display notations: `showpref`
|
|
||||||
- Add notations: `notation`
|
|
||||||
- Remove notations: `notation` from `showpref` with a `-` in the beginning
|
|
||||||
|
|
||||||
Don't forget to `gpg --keyserver hkps://keys.openpgp.org --send-keys "your keyid here" !
|
|
||||||
|
|
||||||
### Keyoxide docs
|
|
||||||
|
|
||||||
- [Generating a profile](https://docs.keyoxide.org/guides/openpgp-profile-gnupg/)
|
|
||||||
- [Available claims/proofs](https://docs.keyoxide.org/service-providers/)
|
|
||||||
- See bottom of the sidebar.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user