Categories

Links RSS
Author ArgentumCation Posts Notes
License CC-BY-NC-SA 4.0+ Updated
Monogatari Series Watch Order 2024-07-01
The definitive watch order for the Monogatari Series (unfortunately)
Intro to GPG 2023-09-25
What is GPG Paraphrasing from the Arch Wiki, GPG is basically an implementation of PGP (Pretty Good Privacy)/ RFC 4880. You can use it to sign stuff, encrypt stuff, and authenticate yourself (eg over SSH or S/MIME). Using GPG for SSH Generate Master Key This is the key you’ll use to create subkeys. As such you’ll want to keep this safe somewhere 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 $ gpg --full-generate-key --expert gpg (GnuPG) 2.
Lightning Talks: BTRFS 2023-04-14
A talk I gave on using BTRFS to my University Linux Usergroup
Getting up and running with Traefik 2023-04-03
  • Okay so you’ve got a server now and need a reverse proxy
  • Traefik is pretty decent at that, it’ll set up your HTTPS certs and auto generate routes from your docker images
  • only problem is its an absolute bitch to set up
  • Here’s a stripped down docker-compose.yml to give you an idea of how I have it set up
  • The end result should be a lighttpd server running on blog.argentumcation.com
Generating an SSH Resident Key 2023-03-19
import { Accordion, AccordionItem } from “accessible-astro-components”; Here’s how to create a resident SSH Key using a security key 1 ssh-keygen -t ed25519-sk -Oresident If that one doesn’t work, 1 ssh-keygen -t ed25519-sk -Oresident -Oapplication=ssh:key