mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-17 18:37:24 +02:00
Compare commits
4 Commits
7bdb38a413
...
25b00bfb77
Author | SHA1 | Date | |
---|---|---|---|
25b00bfb77 | |||
1808978551 | |||
fecbe78345 | |||
0aad86b850 |
19
n/dns.md
Normal file
19
n/dns.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
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,11 +11,13 @@ redirect_from:
|
||||
- /n/clawsmail.html
|
||||
- /n/claws-mail.html
|
||||
- /n/wkd.html
|
||||
- n/keyoxide.html
|
||||
- n/keybase.html
|
||||
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
Quick GPG note where I may find it.
|
||||
# Quick GPG notes where I may find them
|
||||
|
||||
To create an Ed25519 key, or whatever will be the default version in the
|
||||
future as defined by your GPG version:
|
||||
@ -51,7 +53,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`
|
||||
|
||||
@ -61,8 +63,8 @@ somewhere in `/usr/lib/x86_64-linux-gnu/claws-mail/plugins` or similar path.
|
||||
It wants to read `~/.signature` which I have like:
|
||||
|
||||
```
|
||||
Mikaela Suomalainen
|
||||
https://mikaela.info/
|
||||
Aminda Suomalainen
|
||||
https://aminda.eu/
|
||||
69FF 455A 869F 9031 A691 E0F1 9939 2F62 BAE3 0723
|
||||
|
||||
```
|
||||
@ -70,11 +72,11 @@ https://mikaela.info/
|
||||
My other hats have like:
|
||||
|
||||
```
|
||||
Mikaela Suomalainen
|
||||
Aminda Suomalainen
|
||||
position, where, wwwpage
|
||||
email address
|
||||
xxx xxx xxxx
|
||||
C69C B030 AECD C8A4 2301 D6B8 DC18 9FE6 FA9B D685
|
||||
xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
|
||||
|
||||
```
|
||||
|
||||
@ -84,6 +86,8 @@ with the signature ending to an empty line.
|
||||
|
||||
---
|
||||
|
||||
## WKD
|
||||
|
||||
Setting up GPG WKD (Web Key Directory), mostly stripped/adjusted from
|
||||
https://keyserver.mattrude.com/guides/web-key-directory/
|
||||
|
||||
@ -104,3 +108,22 @@ NOTE: The empty `policy` goes to the `openpgpkey` directory, not `hu` (I
|
||||
initially failed at this part)
|
||||
|
||||
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