Just to add another anecdote... Back in 2008 or so, my relatives did the really nice thing of buying my Grandma the cheapest possible Walmart computer they could find. You know the sort of Windows eMachine that comes preinstalled with spyware? Of course, my relatives live about 6 hours away from her and all of the "on site support" fell to me. In the first 2 years of my Grandma getting this computer I must have gone…
Switching my parents over to Linux saved me a lot of headache and support calls
141–150 of 299 posts
Re: Switching my parents over to Linux saved me a lot of headache and support calls
#142Earlier quoted context omitted.
Which NUC model is it? I looked into NUCs a couple years ago but at the time they had a reputation of not being great with Linux.
I run Linux on the Skull Canyon NUC and it works great.
Re: Switching my parents over to Linux saved me a lot of headache and support calls
#143Re: Switching my parents over to Linux saved me a lot of headache and support calls
#144I am a family friend to a older couple, and for reasons I don't want to discus, the wife who was doing all the needed things on the computer like paying the bills, checking the bank balance, checking emails, printing, etc.; and suddenly now at the age of 72 he needed to learn to do those things.
It was not easy, especially because there is nobody who can teach you how to pay your bills, and if you want to pay a bill of say 8 EUR, you need to pay a fee of 10 EUR if you go to the bank in Sweden and do it there.
He had an old Toshiba laptop which was not usable anymore (that is why they bought a new laptop some years ago which his wife took with her), so I installed a lightweight Ubuntu version on it, installed Thunderbird and Firefox and connected the printer. It took quite many times for me to show him how to log in into the bank account and how to pay the bills, and he still struggles with it sometimes, but at least the OS itself is not hindering him in doing what he needs to do. There are basically two icons when he opens the computer and then he opens the browser and writes the bank name into the search field and then google shows him the website so he can log in and do the thing.
Re: Switching my parents over to Linux saved me a lot of headache and support calls
#145Switched him over to Linux Mint a few weeks ago. I had to fight with some driver issues for the wireless card, but so far he's had no complaints.
Re: Switching my parents over to Linux saved me a lot of headache and support calls
#146Earlier quoted context omitted.
I can guarantee you that there is no equivalent to word on Linux. All compatible office suites display word documents differently, and none come close to feature parity if we're talking about advanced macros and similar. There is no alternative to Windows If they need Microsoft office for work... Or a VM just to run that shitty application. Same applies to video conferencing software. If he is forced to use a specifi…
> no equivalent ... > that shitty application Pick one!
I don't like Word and thankfully, don't need it myself. I'm perfectly fine with word.office.com and google docs, as I neither need nor want the advanced features. I also don't mind if the document has an occasionally entirely different layout and sometimes even an entirely broken one.
If you are forced to use the doc/docx formats and need to share these files with other people, you'll be forced to use Microsoft Office and by extension Windows. There is no viable alternative.
all alternatives only work if you only need to produce PDFs and don't need to collaboratively edit said doc/docx
and exactly the same applies to the video conferencing tools. If you can choose your own, appear.in works fine from linux for example.
If you need to use Ciscos or SAPs (for example) video conferencing tools, you'll be plain out of luck on linux, unless you're fine just joining other peoples sessions (never hosting one yourself)
Re: Switching my parents over to Linux saved me a lot of headache and support calls
#147My nitpick is about some of the inconsistencies. You said that you got them accustomed to Firefox and LibreOffice, and then you turned around and installed Chrome and MS Office in Wine. Does that mean they didn't take well to the new apps, and your user training method wasn't entirely successful?
The author explicitly states why they did this. Chrome for Netflix and Spotify only, and Office 2007 because it's better than LibreOffice for their parents.
Re: Switching my parents over to Linux saved me a lot of headache and support calls
#148Many years ago I idealistically tried to switch my dad over to Linux but that was a nightmare, mostly due to hardware incompatibilities. My missus also ran Linux at some point but Ubuntu upgrades kept breaking and 3G modem drivers never worked properly. But that's years ago so I am sure the desktop Linux situation has improved slightly. Since about 2010 my entire family is on Mac and support calls have also pretty mu…
They got one of these cheap Walmart computers in 2002 or so. After one too many disasters (computer slow due to antivirus sw, Windows update failed, etc), I switched them to Linux for a few years. But that was a problem due to hardware compatibility, especially with their printer.
I ended up having an iMac to give them in 2007 (after I'd switched from FreeBSD to Mac, and decided I could not stand the Mac UI & switched back to FreeBSD on another whitebox). They've been on Mac ever since, now on a Mini we bought them a few years ago. Pretty much no support calls since then. A few times a year I make sure they're doing sw updates and haven't installed dodgy Chrome extensions or toolbars, but that's about it.
Re: Switching my parents over to Linux saved me a lot of headache and support calls
#149It would be great if you could install Chromeos on any hardware. I guess Chromeboxes/books/bits are cheap enough.
Re: Switching my parents over to Linux saved me a lot of headache and support calls
#150Earlier quoted context omitted.
This was what turned me off from Linux Mint for my own use. The catch-22 of you need to upgrade to a supported version, but the servers / packages you would need in order to do the upgrade were turned off in the meantime. To be fair, Linux Mint states that a complete reinstall is the recommended way, but since I do development, it's a pain to have to locate and reinstall from scratch all the packages I need. Also I t…
it's a pain to have to locate and reinstall from scratch all the packages I need. dpkg --get-selections | cut -f1 > ~/installed_pkgs.log cat installed_pkgs.log | xargs sudo apt install