BuilderHotspot //todos
Publish a repository of example recipes that includes:
- Marathon Wifi trap
- The Easiest Raspberry Pi Web Server
- Photo Sharing Solution
- Pcap on demand
- Recipe with universally valuable defaults for catching gotchas
- Unit Tests for validating a recipe
Update Default Recipe to address unnecessarily large journal logs (https://askubuntu.com/questions/1238214/big-var-log-journal)
edit /etc/systemd/journald.conf
to Activate the SystemMaxUse=
option there, e.g. as SystemMaxUse=100M
to only use 100 MB.