Welcome to Easy Computer Tutorial

Making computing, easy

Report Fake Phishing Websites

Here is a list that I came up with for reporting fake login website, and phishing websites. Thanks to ThioJoe for the longer list: https://www.youtube.com/watch?v=0fIUiv9-UFk If you know of any other website, let me know in the comments. Online Website Scanner Do you have a website that you think it might be infected with virus… read more »

Best way to install Docker on Linux

Install Docker Open up https://get.docker.com/ This opens up a script to automaticaly install Docker on your machine The first lines of of code in the script show you what to do to get this script and run it on your machine: # This script is meant for quick & easy install via: # $ curl… read more »

3 ways to move photos from your phone to your computer

USB Cable This method only works with android phones.  Simply connect the USB Cable to the computer and connect the other end to the phone.  On you phone it will ask you if you want to allow access to your computer.  Then you would simply browse through your files like if it was a thumb… read more »

Reset windows 10 services to default

hi, I found this .reg files online  to reset windows 10 services to default,  Because I didnt want to go thought every file for every service, I went and convined all the .reg files to a single file. This would be useful if a virus program messes up the default settings on the services, or maybe… read more »

Special characters in PHP / MySQL

Quick and easy fix for when you code displays weird characters ??? instead of displaying the right characters: <?php mysqli_query($conn, “SET character_set_results = ‘utf8’, character_set_client = ‘utf8’, character_set_connection = ‘utf8’, character_set_database = ‘utf8’, character_set_server = ‘utf8′”); ?> I place this right after my database connection to make sure every character is displayed correctly. I also place… read more »

Homemade air filter

Here is a quick tutorial to fight a bad air quality issue affecting our state.  This however can not only help with bad air quality, but also can help you improve the air quality in you home. A home made air filter can be made using a box fan, and an air filter for a… read more »

Slow computer why

Here is this video of some of the issues that cause a slow computer. bundled software, bundled antivirus program and other applications. Bundled antivirus programs tend to slow down your computer by working in the background, making updates and scanning the system while you are trying to use your computer. Running programs in the background… read more »

How to tell if you computer has a virus

Today I want to bring you a quick tutorial on figuring out if your computer is infected with a virus or not. This are the signs of a computer that is infected with a computer virus: System stops responding or locks up Random restart or shutdown window Unknown error messages or pop-ups Your computer runs… read more »

Sidebar