We “only” have ~35Mbps upload, but that’s plenty since the initial backup was the only large transfer. Daily backup transfers are generally pretty small for me.
But getting the initial transfer done locally was definitely important for my use case!
We “only” have ~35Mbps upload, but that’s plenty since the initial backup was the only large transfer. Daily backup transfers are generally pretty small for me.
But getting the initial transfer done locally was definitely important for my use case!
Yeah. My solution is raspberry pi w/WireGuard + HDD at inlaws. Initial backup was done locally, nightly backups rsync’d over (I don’t generate a ton of data, so it’s mostly just photos from my phone).
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).
As darkly humorous as this is, I believe “out of network” doesn’t apply to ACA compliant health insurance for an ER visit — so even if this happened to a normie, it would ostensibly be covered.
Edit: added “ER”.
EulerOS, a Linux distro, was certified UNIX.
But OS X, macOS, and at least one Linux distro are/were UNIX certified.
IIRC Torvalds uses Fedora.
(Debian for me.)
Same, an R4 with an i5 4670k I built in grad school. It’s my ham radio computer now, as happy running Debian as the day I built it.
Remote backup server would be my suggestion.
Configure it with a VPN to talk to your home network and set it up at a trusted friend’s or family’s place.
I do this with a raspberry pi and an external HDD that takes daily/weekly/monthly snapshots, with daily rsync. Works nicely for me.
I’m guessing it’s because the developers either have a different speciality that they focus on, are employed to support specific hardware, or both.
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 am devastated that I got rid of my 2000s HP LaserJet (with Ethernet). Only flaw it had was that it didn’t have a duplexer.
The only flaw in Corel’s logic was that as soon as you’re running Linux, you lose all desire to run WordPerfect, and develop an irresistible need to align yourself with vim or emacs…
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).
I have an old Nexus 6P, spiritually the Pixel 0.
Replaced the battery at some point, and it’s now entered service as the toddler’s entertainment on airplanes.
It’s old and slow, but the screen still looks really good.
Right, I just meant that you can’t sudo cat file > /dev/sda
but you can sudo dd ...
, because IO redirection isn’t elevated to root with sudo. I’m not saying anything too profound :)
Compiling a kernel yourself isn’t a big deal these days, especially with DKMS. Generally the type of people I’ve encountered who care about which kernel version they’re usiyare the type of people who are capable of compiling it themselves…
One caveat is that you will need write access to the drive, which probably means you need to run as root — can’t run that with sudo
as-is, unlike dd
.
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).