Live data from Hacker News

Ask HN: How do I protect my parents from the internet?

news.ycombinator.com

161–170 of 221 posts

Re: Ask HN: How do I protect my parents from the internet?

#161

I am the opposite of most comments here. Don't stupid her away to a mobile device. We got our mom a computer, a cheap one, and told her to play with it. Break it. Click everywhere. Soon enough she was playing with windows settings. Soon enough nothing worked. She now knew you can brick computer, she is more careful. We fixed the computer and she explored the internet. She asked how she could download wallpapers, we i…

It is after all how the rest of us learned. Windows 95 (alpha) was so unreliable you had to reinstall it monthly as it ripped itself apart so you got to know how to reinstall windows and get it setup again. I spent time in the control panel after that because I knew how to start over. 20 years later after countless errors my computer gets reinstalled when Microsoft pushes out a garbage patch or I get new hardware.

> It is after all how the rest of us learned.

Thank you for this very important reminder. Everyone has to learn this at some point, and will necessarily start from a position of relative ignorance; the fact that someone hasn't learned it yet doesn't mean that he or she is stupid, and it's wrong to treat it as such. (Not to say that anyone here, particularly the poster, has said or even thinks this; but it's easy to fall into that mindset, at least for me.)

Re: Ask HN: How do I protect my parents from the internet?

#163
There are some good suggestions here but I will give you one based on the assumption that your parents won't want to leave the familiarity of Windows.

0) Deny them admin rights to the machine. 1) Create a second profile for each of them 2) Write a quick batch or PowerShell script to copy the contents of their Desktop, Documents, Favorites, Pictures, Music, and Vidoes folders (not the entire profile) from their profile to the second profile you created for each of them. Make sure your script only copies new or changed items (so it runs faster) Store this script outside of either profile. 3) Schedule the script to run every hour on the hour. 4) In the event that they brick their profile with adware, malware, etc, simply login as an administrator, delete the first profile, rename the second profile to whatever the first one was called and then create a backup profile with the same username that the previous backup profile had (so you don't have to edit your script).

Notes: For your script if you are more comfortable with batch scripting then use "Robocopy". If you are more comfortable with PowerShell use "copy-item". I cannot stress enough how important it is that you ONLY copy the folders I mentioned above. If you get lazy and copy the entire profile you will bring over the folders viruses, adware, and malware hide in (like AppData). For the love of God make sure you have up to date antivirus on the machine. That's so basic that I didn't mention it above but I feel compelled to do so here. If you don't want to spend money just install Security Essentials or AVG.

Re: Ask HN: How do I protect my parents from the internet?

#167

Use Linux. Seriously. I installed Fedora 24 in my dad's PC and I haven't had a support call in 3 years.

Does he use it?

I installed Ubuntu LTS on my mom's. If it weren't for the SSH connection that always calls a server I have and I can use it to log back to her computer, I would have to get a sister to drive there in order to walk me through what she's seeing.

With the SSH tunnel, I can just SSH to her computer through my server and fix almost everything.

Re: Ask HN: How do I protect my parents from the internet?

#168
I'm sort of in the same boat with my folks who are pretty much computer-illiterate. After wiping malware a few times I ended up simply installing a VM image for them for internet browsing and downloading content. It takes a bit of getting used to but after explaining how to use it it's worked out great.

Re: Ask HN: How do I protect my parents from the internet?

#169

Chromebooks cannot print. Everyone loves to recommend Chromebooks to older/less digitally literate people, and they're right to do so in most situations. However Chromebooks have one huge downside that makes them non-starters for some of that demographic: Printing is a no-go. And don't tell me about "Google Cloud Print." Cloud Printing requires a PC or Mac connected to the printer and a copy of the Chrome browser run…

You don't have to run Chrome OS. You can install Elementary or another Linux distro.

Re: Ask HN: How do I protect my parents from the internet?

#170
post #59

Earlier quoted context omitted.

This might be the best argument for using an adblocker indiscriminately. For whatever reason, the web got to this point where non-technical people get infected within minutes, whatever advertising revenue is lost by content creators isn't worth my headaches providing tech support to family members and friends.

It's truly pathetic that Google is selling ads that respond to a search for "Chrome" with malware.

Bing is selling ads for "Chrome" searches, not Google. IE/Edge default to Bing.
Post reply on HN