59
Easiest distro for elderly parent
(lemmy.world)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Whichever distro you choose, you could set up SSH access for yourself to do things for them (apart from fixing most networking issues if they can't connect to the internet ofc).
Any recommendation for handling dynamic ips for connecting these days? I used to use a dyndns client to register updates to a hostname but that was a long time ago
I also used to use the same thing. Been a long time since I've had to remote access someone else's PC for troubleshooting but I think I also used TeamViewer back in the day (which I assume might not work as well on Linux anymore now that Wayland is the norm?). Perhaps you could write a quick script to get your public ip address by curling some web service that tells you your public ip address, add a desktop shortcut to that script, and over the phone tell the person to double click that desktop shortcut and read out the number they see. It'd still trip up the most tech illiterate but hopefully if they're at the "can follow clear and basic instructions" level they can manage that. And possibly there are still dyndns clients that do that; I've just not messed with any of that for a long time, but you can set that up on their PC if that stuff is still around.
I was just thinking of packaged solutions/clients but yeah a script sounds good, maybe there's packages doing the same thing but just scheduling a script every 5 min or so to detect a change and register it with a service called in curl is probably plenty for what I would need