Thomas Douwes@sopuli.xyztoSelf Hosted - Self-hosting your services.@lemmy.ml•[Question] What are your computers named?
4·
1 year agoI like to have different naming schemes for different device classes.
Desktop computers: Greek gods
Laptops: Elements of the periodic table
Cloud servers: Norse gods
Home servers: Planets of the solar system
Raspberry Pis: Greek titans
I was testing a custom initramfs that would load a full root into a ramdisk, and when I was going to shut down I tried to run
rm -rf --no-preserve-root /
to see what would happen, since I was on a ramdisk anyway. The computer would not boot after that because it nuked the UEFI options.