mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-07 06:03:10 +00:00
docs(global): update markdown content + add _redirects file
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
1d95638c29
commit
eb99fdea78
7 changed files with 123 additions and 19 deletions
4
markdown/_redirects
Normal file
4
markdown/_redirects
Normal file
|
@ -0,0 +1,4 @@
|
|||
/resume /user-manual/resume
|
||||
/portfolio /user-maula/resume
|
||||
/blog https://ajhalili2006.substack.com
|
||||
/pkgs https://gcdn.todo.com
|
|
@ -17,20 +17,20 @@ contact me over encrypted lines of communications and other stuff.
|
|||
* [`/things`](./things) - usually screenshots and personal snippet hosting stuff
|
||||
* [`/resume`](./resume) - links to my CV + resume and portfolio
|
||||
* [`/projects`](./projects) - information about different projects I currently doing and in the past
|
||||
* [`~/public_gcdn/pkgs`](https://gcdn.vern.cc/users/ajhalili2006/pkgs) - personal Linux package repositories, usually as redirect targets from `cdn.andreijiroh.uk.eu.org`
|
||||
()
|
||||
* [`~/public_gcdn/pkgs`](https://gcdn.vern.cc/users/ajhalili2006/pkgs) - personal Linux package repositories, usually as redirect targets from
|
||||
`cdn.andreijiroh.eu.org`
|
||||
(uptime: )
|
||||
* [`/keys`](./keys) - PGP and OpenSSH public keys for identity verification and encryption
|
||||
|
||||
## Where to find me elsewhere
|
||||
|
||||
See also [his bio.link page][biolink] for all the socials where I'm active and contact details. The badges below has been linked with some of his socials
|
||||
for quick access.
|
||||
See also [his bio.link page][biolink] for all the socials where I'm active and contact details. The badges (and also the footer
|
||||
in this website) below has been linked with some of his socials for quick access.
|
||||
|
||||
* [Mastodon ][mstdn]
|
||||
* [Misskey ](https://mk.nixnet.social/users/97y4e9s241)
|
||||
* [Reddit ][reddit]
|
||||
|
||||
|
||||
[reddit]: https://reddit.com/user/andreihalili
|
||||
[biolink]: https://ajhalili2006.bio.link
|
||||
[mstdn]: https://tilde.zone/@ajhalili2006
|
||||
|
|
|
@ -5,6 +5,18 @@ This page contains all the cryptographic public keys I use for different purpose
|
|||
encryption and decryption to signing Git commits and even identity verification without requiring
|
||||
an government-issued ID.
|
||||
|
||||
## Key-signing ceremories
|
||||
|
||||
If you would like to build your web of trust with me (and probably with your friends), let me know
|
||||
(via [my meeting booking form](https://coda.io/form/Schedule-a-meeting-with-ajhalili2006_deaLq2my-OX),
|
||||
or via regular chat venues).
|
||||
Due to my current schedule as a high school student, I'm only accept asynchorous key-signing ceremories
|
||||
for the moment.
|
||||
|
||||
For asynchorous ceremories, I recommend doing it publicly through [this repo](https://go.recaptime.eu.org/keysigning-ceremory)
|
||||
and [`#keysigning-ceremories.recaptime.dev:envs.net`](https://matrix.to/#/#keysigning-ceremories.recaptime.dev:envs.net). In case
|
||||
of in-person ceremories, taking a picture with yours truly (with your own list of PGP fingerprints on a piece of paper) is enough.
|
||||
|
||||
## GPG Keys
|
||||
|
||||
You can get all the GPG keys I use publicly, including the 2021 key (as shown on Keybase) and
|
||||
|
@ -13,7 +25,8 @@ and/or key IDs against [this list]($keys-i-use) to ensure its the right key.
|
|||
|
||||
```bash
|
||||
# one-liner import from my website (or via ajhalili2006.vern.cc and ctrl-c.club/~ajhalili2006)
|
||||
gpg --fetch-keys "https://andreijiroh.uk.eu.org/keys/pgp.asc"
|
||||
# For my eu.org domain, use either the regular suffix or uk.eu.org one.
|
||||
gpg --fetch-keys "https://andreijiroh(.uk).eu.org/keys/pgp.asc"
|
||||
# sourcehut, but it is advised to import latest keys and signatures from keyservers, listed below
|
||||
gpg --fetch-keys "https://meta.sr.ht/~ajhalili2006.pgp"
|
||||
```
|
||||
|
@ -23,7 +36,7 @@ If you prefer to load it from a keyserver (let say you're an Ubuntu/Debian devel
|
|||
|
||||
```bash
|
||||
# Other keyservers: pgp.mit.edu, keys.openpgp.org
|
||||
gpg --keyserver hkps://keyserver.ubuntu.com --send-keys \
|
||||
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys \
|
||||
4D5E631758CB9CC45941B1CE67BFC91B3DA12BE8 \
|
||||
0527234A430387EA5695D824A30EBE40AD856D88 \
|
||||
EA957E7086E934F8DB9CAD21940047813E9D641C \
|
||||
|
@ -37,13 +50,15 @@ gpg --keyserver hkps://keyserver.ubuntu.com --send-keys \
|
|||
* `0527234A430387EA5695D824A30EBE40AD856D88` - the Feburary 2021 PGP key, as shown on my Keybase profile
|
||||
(primary email: `andreijiroheugeniohalili24680@gmail.com`)
|
||||
* `EA957E7086E934F8DB9CAD21940047813E9D641C` - spare signing key for software release, especially on my own Debian package repos/Launchpad PPAs.
|
||||
* `5D69E717C5BC95731C2AD8BD120C218ED2291996` - ProtonMail specific encryption key
|
||||
* `5D69E717C5BC95731C2AD8BD120C218ED2291996` - ProtonMail specific encryption key (`ajhalili2006@proton.me`)
|
||||
|
||||
## SSH Keys
|
||||
|
||||
You can also get all the keys in one file (and its signers file) ath the following URLs:
|
||||
|
||||
* Website: <https://ajhalili2006.vern.cc/keys/ssh-trustfile.txt> or <https://andreijiroh.uk.eu.org/keys/ssh-trustfile.txt>
|
||||
* Live Builds (as generated through `mkdocs serve`, DO NOT EXPECT UPTIME): <https://preview-ajhalili2006.vern.cc/keys/ssh-trustfile.txt>
|
||||
* Website: <https://ajhalili2006.vern.cc/keys/ssh-trustfile.txt> or <https://andreijiroh.eu.org/keys/ssh-trustfile.txt> (alternative:
|
||||
<https://andreijiroh.uk.eu.org/keys/ssh-trustfile.txt> or via CF Pages <https://ajhalili2006.pages.dev/keys/ssh-trustfile.txt>
|
||||
* Live Dev Builds (as generated through `mkdocs serve`, DO NOT EXPECT UPTIME): <https://preview-ajhalili2006.vern.cc/keys/ssh-trustfile.txt>
|
||||
|
||||
These SSH keys are used for signing Git commits and tags occassionally.
|
||||
These SSH keys are used for signing Git commits and tags occassionally, as well for signing checksums file and identity verification on
|
||||
account recovery for sr.ht and Miraheze.
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
# Import these public SSH keys into your trustfile (https://man.openbsd.org/ssh-keygen#ALLOWED_SIGNERS)
|
||||
# to make your life even easier on verifying SSH signatures. This file contains every public key I actively
|
||||
# use with every possible email address I actively use for sending and receiving emails. When in doubt, chat
|
||||
# over Matrix (@ajhalili2006:envs.net), XMPP (ajhalili2006@vern.cc) OR Keybase (AJHaliliDev06) over EE2E.
|
||||
# over Matrix (@ajhalili2006:envs.net or @ajhalili2006:vern.cc), XMPP (ajhalili2006@vern.cc), Keybase (AJHaliliDev06)
|
||||
# OR Session (052b5390ba98e49d4b7d0b5ecaecb68e467c6a7d57ec6980ba2bd451aa86c1cf4b) over EE2E.
|
||||
#
|
||||
# Tutorial: https://www.agwa.name/blog/post/ssh_signatures
|
||||
# LAST UPDATED: 2022-12-11
|
||||
# PUBKEYS LAST UPDATED: 2022-12-11
|
||||
# DOCS LAST UPDATED: 2023-02-18
|
||||
|
||||
# ~ajhalili2006 - launchpad.net key
|
||||
ajhalili2006@vern.cc ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzMlrUe7qMA1P0lP56lq2dKTrwFU6CrVltQ9um+PhOMLkoi31kAlujHtWF6mqGRLXcK0Ao/0Wqug++r82Zu0u7dpAv8LCExtaRRMzagwPkEe4OOqUBOpS6mggfsik8mNA+1UtpkXJ+ZiB4cXtNKEZC0jtxWOTXSV67qgkSxuO+YBWB+7pnESkB0KorqwOoWGGUVfYQtbKUAt6VqM4s6dn7saXqwmN0tCPO6a+4L4mazkYjFD11HhktYsjP9dvnxYSOtMrSFb9JOXRST2LdiIJgwg+HTqBSWGO7aBRHMJaTF3ajlbMtKDQI/EcNQLyGgX6yFdjjzz9DRY+2oU0vPTytdqM2BKsfLlR0GVg7BVL7TZPaLJ1lgpCl4Z1oClW9FOzhnYJVT0W+IKPsnYsFPfv/BVgjWF7YtLdc5zqFJ31PULtikCyd0I6Kt95YD0HdrlR2faWcBHI8KKEAwCCanodGnK/xTOxisTX2dXOxx3mvR/L3Wil2ca5hnD+vt500/o8= gildedguy@andreijiroh
|
||||
|
|
24
markdown/user-manual/index.md
Normal file
24
markdown/user-manual/index.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Personal user Manual
|
||||
|
||||
Hello there, and welcome to my personal user manual. This is where I document about myself for others in terms
|
||||
of communications and teamwork. While the contents of this mini wiki will be always a work in progress, I’ll expand
|
||||
them as I add missing information and update outdated details behind the scenes.
|
||||
|
||||
## About me
|
||||
|
||||
TBD
|
||||
|
||||
## Contents
|
||||
|
||||
Most of the links below will redirect you to
|
||||
|
||||
* [Communications](./communications.md)
|
||||
* [Personal and professional boundaries](./boundaries.md)
|
||||
* [Flaws and quirks](./flaws-and-quirks.md)
|
||||
* [Job Employment Availability](./job-employment-availability.md)
|
||||
* [Roleplaying Hellscape](./roleplaying-hellscape.md)
|
||||
|
||||
## Other links
|
||||
|
||||
* [Resume](./resume.md)
|
||||
* [Legalese and policies](https://coda.io/@ajhalili2006/readme/legalese-and-policies-5)
|
Loading…
Add table
Add a link
Reference in a new issue