Why specifically an SSH app? Use SSH for shells. Use bitwarden for secrets. Use rsync (across ssh) for files.
nottelling
In addition to other suggestions, the cards need to show what they're alternative to without clicking.
ZFS dedup is memory constrained, and the memory use scales with the block hashes.
If performance isn't a concern, you're better off compressing your media. You'll get similar storage efficiency with less crash consistency risk.
The pro/con has more to do with how you want to run your system and manage changes.
Containerization is primarily about repeatability and declarative configuration management. If you want to repeat the same configuration with every deployment and/or upgrade, containers are the way to go.
If you want to tweak and manage the software the way you want it and aren't concerned with configuration drift, then install it as a service.
Check your sector boundaries. You can't resize a physical partition if it overlaps another one. That lvm shrink likely lowered the top sector, rather than raising the bottom.
Also, 488mb should be plenty in /boot. You can purge old kernels with 'sudo apt --purge autoremove' (that'll take any other unused packages with it, so use caution.)
1.20.1992:
In a 2012 Tumblr post, comedian Donovan Strain used the song's lyrics to determine that the titular "Good Day" likely occurred on January 20, 1992.[10] Strain wrote that this date was "the only day where Yo! MTV Raps was on air, it was a clear and smogless day in Los Angeles, beepers or pagers were commercially sold, Lakers beat the SuperSonics, and Ice Cube had no filming commitments".
Yup, was a Garmin. Part of me has been a little worried cause i can't find my way anywhere without GPS anymore, and Google has been getting shittier every day.
Hell, I remember the first time I used maps on a computer to plan and print a route, and the first time I could do it online with MapQuest.
Those were moments that the Internet really felt like the future.
WOL being unreliable is usually a question of hardware. If it works sometimes, then your configuration is probably correct and the issue les6s in your switching network, your NIC, or your motherboard.
A lot of switches suck. Start by validating that every single wakeup packet is getting from wakeup server to client while it's awake, and make sure the payload is intact.
If you're seeing occasional packet loss, modify your WOL script to spam several magic packets over a couple minutes. Won't hurt devices that are already awake.
If you're not getting packets lost, put another WOL device on the same port and see if it wakes up more reliably.