mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

たまに将来の自分用にファイルを暗号化する必要があるのだけれど、いつもコマンドラインを忘れる。署名もつけて、

gpg --default-recipient-self -aes ファイル名

してから

cat ファイル名.asc | gpg -d

で復号できるのを確かめて、元のファイルを消す:

shred ファイル名
rm ファイル名