notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

commit 25781bccecdc70d76fc412bc6f318fef1ef4dd5b
parent 21838c5e9c90823c1e5c0dc37c01f4a197536441
Author: Andrew Laack <andrew@laack.co>
Date:   Sun,  3 May 2026 13:19:39 -0500

Refactoring

Diffstat:
Mdocs/Cybersecurity.md | 4++++
Mdocs/SelfHosting.md | 6------
Mdocs/Software.md | 13+++++++++++++
3 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/docs/Cybersecurity.md b/docs/Cybersecurity.md @@ -1,5 +1,9 @@ # Cybersecurity +## Quotes + +- [https://marc.info/?l=openbsd-misc&m=119318909016582](https://marc.info/?l=openbsd-misc&m=119318909016582) + ## Links - [Watermarking Attack](WatermarkingAttack.md) diff --git a/docs/SelfHosting.md b/docs/SelfHosting.md @@ -13,12 +13,6 @@ This is the index for self hosting information. - [Git Hosting](GitHosting.md) - [VPS](VPS.md) -## Transparent FS Encryption - -- [Cryptomator](Cryptomator.md) -- [CryFS](CryFS.md) - ## Other Utilities - [Uptime Kuma](UptimeKuma.md) - diff --git a/docs/Software.md b/docs/Software.md @@ -40,10 +40,23 @@ Software and software related concepts. Focused on free software and primitives. ### File Systems +#### Base + - [BTRFS](BTRFS.md) - [ZFS](ZFS.md) - [Ext4](Ext4.md) +#### FUSE + +##### Conventional + +- JuiceFS + +##### Encrypted + +- [Cryptomator](Cryptomator.md) +- [CryFS](CryFS.md) + ### Storage Concepts - [RAID](RAID.md)