• 0 Posts
  • 76 Comments
Joined 11 months ago
cake
Cake day: February 1st, 2024

help-circle
  • Exactly — this is ~10GB every 6 hours (which is probably a reasonable amount of time to run a backup while not interfering with active Internet use).

    Basically the only backup-worthy content I generate is casual photos and videos, and these are nowhere near that size (Immich database backups also take up a bit but I could certainly be smarter about how I handle these backups).




  • For very simple tasks you can usually blindly log in and run commands. I’ve done this with very simple tasks, e.g., rebooting or bringing up a network interface. It’s maybe not the smartest, but basically, just type root, the root password, and dhclient eth0 or whatever magic you need. No display required, unless you make a typo…

    In your specific case, you could have a shell script that stops VMs and disables passthrough, so you just log in and invoke that script. Bonus points if you create a dedicated user with that script set as their shell (or just put in the appropriate dot rc file).










  • You can also take a fairly selfish view and come to the same conclusion. Like, I don’t want to see homeless encampments, or really sick and untreated people, or panhandlers, or (…) while I’m walking around in my city. I can solve this problem by 1) moving to a nice suburb, or 2) having my tax dollars go to fix a problem that affects me. 1) is off the table because I want to live in the city, and 2) — while it helps the greater good — also helps me directly. (2 can also be addressed in a draconian fashion, which is not what I’m advocating at all.)

    I think one problem is looking at things as zero sum. It’s not. If you are healthy and housed and fed then you’re not — to be very crass — an eyesore, you’re adding to the fabric of the city. I want street musicians who are playing for fun, not because they’re trying to make enough to afford dinner.




  • I think (?) it’s generally true that the root user should never mess with users’ files.

    Imagine your home directory is shared across many systems on a network (my alma mater did this). It would be really bad if a sysadmin for alpha.university.edu removed a program, and suddenly your personal settings were removed from beta.university.edu — even though that computer still has the program.

    This is one of the “UNIX on the desktop” issues — a lot is designed for a sysadmin/multiuser situation, and it has some gotchas when using it as a desktop machine (I’m used to/really appreciate the directory structure and settings management at this point, but it may take some getting used to).