Tuesday, 26 July 2016

// // Leave a Comment

How to use internal Hard disk memory as External Virtual RAM.

How to use internal Hard disk memory as External Virtual RAM (Random Access Memory) in Windows 7 and XP.

The process will use our Internal Hard disk memory as virtual memory to use it as External RAM. We can able to choose a different memory for our each windows drive to use it as Ram.

You have to just follow certain simple steps:-
  • Open System Properties Window
  • Navigate to “Advanced” tab.
Note: For Window Seven users first click on “Advanced System setting” on the left side of system property screen and then go to “Advanced” tab.
  • On the “Performance” Section Choose “Setting“.
  • On the open “Performance Option” window Navigate to “Advanced” tab.
  • On the “Virtual Memory” Section click on “change“.
  • It will open Virtual Memory Window.
  • Uncheck the option “Automatically manage paging file size for all drives” for manually allocate memory to use it as RAM from each Windows Drive.If you check the option then Windows will automatically use memory from each drive to use it as RAM.
  • On the drive name Select the drive where you want to allocate memory.
  • Below that you will find an option “Custom Size“. Click on that and allocate the memory from that drive to use it as RAM. Otherwise select the option “System Managed size” then Windows Will automatically allocate some memory from that drive to use it as External or Virtual RAM.
  • Now Click on “Set“.
  • Similarly you can also repeat the process for other drives also.
  • If you want to remove this then Choose “No paging file” on step9.
  • Now click on Ok. and save all the open Window by clicking on “OK“.
Video Tuts:

Note: This will create a “pagefile.sys” system hidden file whose size is same as the virtual Ram.
Read More
// // Leave a Comment

How To Boot Block Recovery For Free.

 
AWARD Boot-block recovery:
That shorting trick should work if the boot block code is not corrupted, and it should not be if /sb switch is used when flashing the bios (instead of /wb switch).

The 2 pins to short to force a checksum error varies from chip to chip. But these are usually the highest-numbered address pins (A10 and above).

These are the pins used by the system to read the System BIOS (original.bin for award v6), calculate the ROM checksum and see if it’s valid before decompressing it into memory, and subsequently allow Bootblock POST to pass control over to the System BIOS.

You just have to fool the system into believing that the System BIOS is corrupt. This you do by giving your system a hard time reading the System BIOS by shorting the 2 high address pins. And when it could not read the System BIOS properly, ROM Checksum Error is detected “so to speak” and Bootblock recovery is activated.

Sometimes, any combination of the high address pins won’t work to force a checksum error in some chips, like my Winbond W49F002U. But shorting the #WE pin with the highest-numbered address pin (A17) worked for this chip. You just have to be experimentative if you’re not comfortable with “hot flashing” or “replacement BIOS”.

But to avoid further damage to your chip if you’re not sure which are the correct pins to short, measure the potential between the 2 pins by a voltmeter while the system is on. If the voltage reading is zero (or no potential at all), it is safe to short these pins.

But do not short the pins while the system is on. Instead, power down then do the short, then power up while still shorting. And as soon as you hear 3 beeps (1 long, 2 short), remove the short at once so that automatic reflashing from Drive A can proceed without errors (assuming you had autoexec.bat in it).

About how to do the shorting, the tip of a screwdriver would do. But with such minute pins on the PLCC chip, I’m pretty comfortable doing it with the tip of my multi-tester or voltmeter probe. Short the pins at the point where they come out of the chip.

AMIBIOS Recovery bootblock:
  • Copy a known working BIOS image for your board to a floppy and rename it to AMIBOOT.ROM.
  • Insert the floppy in your system’s floppydrive.
  • Power on the system while holding CTRL+Home keys. Release the keys when you hear a beep and/or see the floppy light coming on.
  • Just wait until you hear 4 beeps. When 4 beeps are heard the reprogramming of the System Block BIOS went succesfull, so then you may restart your system.
Some alternative keys that can be used to force BIOS update (only the System Block will be updated so it’s quite safe):

CTRL+Home= restore missing code into system block and clear CMOS when programming went ok. CTRL+Page Up= restore missing code into system block and clear CMOS or DMI when programming went ok. CTRL+Page Down= restore missing code into system block and do not clear CMOS and DMI area when programming went ok Btw: the alternative keys work only with AMIBIOS 7 or higher (so for example an AMI 6.26 BIOS can be only recovered by using CTRL+Home keys).

Boot Block Recovery for FREE

BLACKOUT Flashing
Recovering a Corrupt AMI BIOS chip


With motherboards that use BOOT BLOCK BIOS it is possible to recover a corrupted BIOS because the BOOT BLOCK section of the BIOS, which is responsible for booting the computer remains unmodified. When an AMI BIOS becomes corrupt the system will appear to start, but nothing will appear on the screen, the floppy drive light will come on and the system will access the floppy drive repeatedly. If your motherboard has an ISA slot and you have an old ISA video card lying around, put the ISA video card in your system and connect the monitor. The BOOT BLOCK section of the BIOS only supports ISA video cards, so if you do not have an ISA video card or your motherboard does not have ISA slots, you will have to restore your BIOS blind, with no monitor to show you what’s going on.

AMI has integrated a recovery routine into the BOOT BLOCK of the BIOS, which in the event the BIOS becomes corrupt can be used to restore the BIOS to a working state. The routine is called when the SYSTEM BLOCK of the BIOS is empty. The restore routine will access the floppy drive looking for a BIOS file names AMIBOOT.ROM, this is why the floppy drive light comes on and the drive spins. If the file is found it is loaded into the SYSTEM BLOCK of the BIOS to replace the missing information. To restore your BIOS simply copy a working BIOS file to a floppy diskette and rename it AMIBOOT.ROM, then insert it into the computer while the power is on. The diskette does not need to be bootable or contain a flash utility. After about four minutes the system will beep four times. Remove the floppy diskette from the drive and reboot the computer. The BIOS should now be restored.

Recovering a Corrupt AWARD BIOS:
With AWARD BIOS the process is similar but still a bit different. To recover an AWARD BIOS you will need to create a floppy diskette with a working BIOS file in .BIN format, an AWARD flash utility and an AUTOEXEC.BAT file. AWARD BIOS will not automatically restore the BIOS information to the SYSTEM BLOCK for this reason you will need to add the commands necessary to flash the BIOS in the AUTOEXEC.BAT file. The system will run the AUTOEXE.BAT file, which will in turn flash the BIOS. This is fairly easy. Here are the steps you need to take.
  • Create a bootable floppy diskette
  • Copy the BIOS file and flash utility to the diskette
  • Create an text file with any standard text editor and add the following lines
@ECHO OFF

FLASH763 BIOSFILE.BIN /py

In the above example I am assuming that you are using the FLASH763.EXE flash utility. You will need to replace the FLASH763 with the name of whatever flash utility you are using, and replace the BIOSFILE.BIN with the name of the BIOS file you are using. You will also need to change the ‘/py’ to whatever the command is for your flash utility to automatically program the BIOS without user intervention. If you do not know the command to automatically flash your BIOS type the name of the flash utility with a space and then /? to display the utility’s help screen. The help screen should pecify the command switch to automatically flash your BIOS. If you are using the FLASH763.EXE utility then the switch to automatically flash your BIOS is ‘/py’.
Read More

Thursday, 21 July 2016

// // Leave a Comment

How Hackers Can Hack Facebook Account Password In 2016

I will show number of ways to Hack Facebook Account that all hackers usually use to hack Facebook Account. So beware from hackers and protect your facebook account from hackers. Our site provides only security tips to protect your facebook account from hackers . We sharing only these methods because if you know how to hack you must know how to secure. Must read carefully all these methods, beware from all attacks, and protect your facebook account from hackers.
#1 Hack Facebook Account Password By Phishing
Phishing is still the most popular attack vector used for hacking Facebook accounts. There are variety methods to carry out phishing attack. In a simple phishing attacks a hacker creates a fake log in page which exactly looks like the real Facebook page and then asks the victim to log in. Once the victim log in through the fake page the, the victims “Email Address” and “Password” is stored in to a text file, and the hacker then downloads the text file and gets his hands on the victims credentials.

#2 Hack Facebook Account Password By Keylogging
Keylogging is the easiest way to hack a Facebook password. Keylogging sometimes can be so dangerous that even a person with good knowledge of computers can fall for it. A Keylogger is basically a small program which, once is installed on victim’s computer, will record every thing victim types on his/her computer. The logs are then send back to the attacker by either FTP or directly to hackers email address.

#3 Stealer’s

Almost 80% percent people use stored passwords in their browser to access the Facebook. This is quite convenient, but can sometimes be extremely dangerous. Stealer’s are software’s specially designed to capture the saved passwords stored in the victims Internet browser.

#4 Hack Facebook Account Password By Session Hijacking
Session Hijacking can be often very dangerous if you are accessing Facebook on a http (non secure) connection. In Session Hijacking attack, a hacker steals the victims browser cookie which is used to authenticate the user on a website, and use it to access the victims account. Session hijacking is widely used on LAN, and WiFi connections.

#5 Sidejacking With Firesheep
Sidejacking attack went common in late 2010, however it’s still popular now a days. Firesheep is widely used to carry out sidejacking attacks. Firesheep only works when the attacker and victim is on the same WiFi network. A sidejacking attack is basically another name for http session hijacking, but it’s more targeted towards WiFi users.

#6 Mobile Phone Hacking
Millions of Facebook users access Facebook through their mobile phones. In case the hacker can gain access to the victims mobile phone then he can probably gain access to his/her Facebook account. Their are a lots of Mobile Spying software’s used to monitor a Cellphone. The most popular Mobile Phone Spying software’s are: Mobile Spy, and Spy Phone Gold.

#7 DNS Spoofing
If both the victim and attacker are on the same network, an attacker can use a DNS spoofing attack and change the original Facebook page to his own fake page and hence can get access to victims Facebook account.

#8 USB Hacking
If an attacker has physical access to your computer, he could just insert a USB programmed with a function to automatically extract saved passwords in the Internet browser.

#9 Man In the Middle Attacks
If the victim and attacker are on the same LAN and on a switch based network, a hacker can place himself between the client and the server, or he could act as a default gateway and hence capturing all the traffic in between.

#10 Botnets
Botnets are not commonly used for hacking Facebook accounts, because of it’s high setup costs. They are used to carry more advanced attacks. A Botnet is basically a collection of compromised computer. The infection process is same as the key logging, however a Botnet gives you additional options for carrying out attacks with the compromised computer. Some of the most popular Botnets include Spyeye and Zeus.

Mostly hackers use these methods to hack facebook account password, We are shared this ways/post only for security purpose. We get numerous emails on a daily basis asking us to how to Hack friends Facebook or E-mail account  If your email falls into any of the above categories we will not help you.
Read More

Tuesday, 19 July 2016

// // Leave a Comment

How to Clean Out & Organize Your Computer

If you haven't been organizing and discarding files as you go, it's likely your hard drive is stuffed with downloads, unwanted photos, file copies and other digital dust bunnies. This can reveal itself in slower performance, that unsettling humming noise, and the Mac's dreaded spinning wheel or Windows' inverting hourglass.
You may even have, like me, taken advantage of the Mac's awesome Migration Assistant to shift all your documents, files and settings from one Mac to another -- only you now have duplicate Downloads and Documents folders in different destinations, causing bafflement every time a file is saved.

Deep cleaning your computer of unwanted files and streamlining your folder system can not only free up storage space, but improve your computer's performance. From decluttering tips to apps that do your organizing for you, here's how to spruce up your computer and make sure it stays that way.

1. Cleaning
Find duplicate files

You'd be surprised how much storage is used up by duplicate files, whether they're files you saved twice to different locations or multiple downloads of the same file. If you buy music on iTunes, you may have a few gigabytes of duplicate songs from, say, buying a greatest-hits album that contains tracks you already own.

The easiest way to find those superfluous files is to download a third-party app that will scan your folders for duplicate content, then let you review the dupes to decide if the extras should be deleted.

Mac: Head to the App Store on your computer and search for “duplicate cleaner.” We like Duplicate Detective ($2.99), a simple app with a straightforward interface for hunting down duplicates. Duplicate Cleaner For iPhoto (free) is an easy to use app for zapping double images, even if they've been edited.

If you fancy doing it manually, you can also click All My Files, order the files by selecting Name from the drop down sorting icon, then scan for files that have the same name. However, this method is less effective if you've saved the same file under different names.

Windows: There are quite a few good options for free duplicate zappers for Windows, so we'll skate over the manual method, and recommend Duplicate Cleaner (free) and DupeGuru (free, no official Windows 10 support), which comes in three versions: regular, a Music edition and a Pictures edition that can find duplicate songs and images even if the files are coded differently. For example, if you have the same music track at different bitrates, or if a picture has been resized or slightly edited, DupeGuru will flag it and let you decide which to keep.

Clear your system's cacheThe processes your computer runs through when you use files or programs creates tons of tiny, temporary files that help it retrieve the information you're need faster. Clearing your computer of all these can often help speed up its performance.

Mac: Start with Disk Utility (Applications > Utilities), and hit First Aid > Repair to scan and patch up your hard drive. Next, search for “Mac cleaner” apps on the App Store, such as Dr. Cleaner (shown), to clear your computer's cache of temporary files from browsers and other programs. Dr. Cleaner found 12.89GB out of my meager 140GB storage that could be reclaimed, with 12.82GB coming from application-cached files. This app also gives you to option to clear your Downloads folder, but unless you have a clever structure in place to automatically save important downloads (see the final section for relevant tips), don't check that box just yet.

Windows: For Windows 10, search for "Disck Clean-Up" in the search box, and for Windows 8, head to the Control Panel and find Disk Clean-up. If you're on older versions of Windows, find it in System Tools. You can then start cleanup for temporary and system files that are no longer needed.

Clear the downloads folder of unnecessary files
The Downloads folder can be expunged of detritus such as PDFs of old plane tickets, GIFs and humorous cat pics from emails, torrent links to files you now have, .dmg (Mac) or .exe (Windows) installers of apps you now have, and so on.

Mac and Windows: Open the Downloads folder, and view its contents by file type, then go through each category and drag the unneeded files to the Trash (Mac) or Recycle Bin (Windows) or right click and select Delete (both Mac and Windows). Make sure you Empty the Trash or Recycle Bin when you're done.

Leave the documents, photos, music and videos for now. They can be dealt with when you're ready to start sorting the files you want to keep (see the next section).

Delete applications
Mac: You can delete unused programs by dragging them from the Applications folder into the Trash. This deletes most files associated with the app, such as data generated, but not preference files and support files. Preference files contain info about your settings in the app and are usually only a few kilobytes, while application support files can range from kilobytes to gigabytes when it comes to large media apps such as DVD Studio Pro or GarageBand.

To delete these, head to Finder, click on Macintosh HD (or Home) > Library > Application Support, where the files will be listed by app. You may even find some old files from apps you'd thought you were totally rid of. Dump them in the trash by dragging and dropping. Be careful in here: only delete files from apps you know you deleted, otherwise you may end up deleting crucial files from, say, Microsoft, which makes the Silverlight video plugin you probably use regardless of whether you have any Microsoft programs. Alternately, try out AppZapper, which lets you delete five apps and all their associated files for free; after that it costs $12.95.

Windows: Windows PCs have a pretty spiffy uninstall feature that removes everything associated with an app, so on all versions of Windows, head to Control Panel > Programs and Features, select a program and select uninstall.

Although some programs may leave behind settings info in the registry, a database of configuration settings, the data is minimal and Microsoft recommends not modifying the registry unless you really know what you're doing.

Defrag? Still?
In the long-ago times of early 2000s computing, most of us incorporated disk defragmentation into our cleaning rituals. Disk fragmentation occurs as a file system loses its ability to keep related data together, causing the hard drive to work harder to bring up data related to current tasks, thus slowing down performance.

In general, Mac computers don't need to be defragged, especially newer Mac laptops that have solid state drives (SSD), use a different method of maintaining data. Windows 8  and Windows 10 automatically run a disk defrag (now called disk optimization) on a weekly schedule for machines with hard drives.

If you want to hasten a defrag (or optimization), Windows support has the lowdown for Windows 8 computers (says it's for Windows 8 but also works for Windows 10 machines with hard drives) as well as PCs running Windows 7 or older.

Zap spyware and trackers
It's possible that in the course of your internet browsing, you acquired some trackers, spyware or even minor viruses (unless, of course, you have been using up-to-date security software). Even so, malware is an ever-evolving beast, so it's a good idea to run a scan of your system with an anti-malware program such as Avira Free (Mac/PC), which scans for viruses, trojans, trackers and other malware.

Finishing touches
Mac: In Finder, if your Favorites column contains links to unused folders, delete them by right-clicking and selecting “Remove from Sidebar.” And don't be afraid to remove applications from your Dock unless you really need daily access to them. Just close the app first, then hold on its icon in the Dock, and drag it to the Trash.

Windows: Minimize the number of programs that get to be in the Start Menu (Windows 10 and Windows 7) or Start Screen (Windows 8) by right-clicking the unwanted app, and selecting “Unpin from Start Menu.”

2. Sorting
Now that we've cleaned things up a bit, we can get down to gathering all files of a type.

Merge duplicate folders
If you have two folders with the same name and they should really be the same folder -- say, two "Invoices" folders squirreled away in different parent folders (or in my case, two of every important folder) -- you can manually merge them.

Mac and Windows: Choose which folder will be the one you use henceforth, then select all the files from the other folder and drag or Copy/Cut+Paste into the desired folder. If files have the same name – either because you saved twice to different locations, or simply because you accidentally named different things the same – select to “Keep Both” and sort out the naming later.

Find a home for photosFirst, identify where all your pictures might be – for example, the Downloads folder if you often download from email or Facebook; folders for imports from phones and digital cameras; or a cloud storage service such as Google+ or iCloud where they may have auto-synced from your smartphone.

If you use an iPhone and a Mac, assuming you're on iOS 7 or newer, your photos will be synced to Photo Stream and viewable on iPhoto on the Mac.

If you use an iPhone and a Windows PC, Apple's My Photo Stream automatically downloads the most recent photos to your PC, viewable in C:\\Users\[user name]\Pictures\iCloud Photos\My Photo Stream. Make sure you have iCloud installed and that Photo Stream is turned on in Settings > iCloud > Photos.

If you use an Android phone, your photos may be auto-synced to your Google+ account (on the phone, open the Photos app > Settings > Auto-backup toggle), or you can import them via USB connection to a folder on your computer.

Mac and Windows: Next, create the master collection of photos. You may want to simply download all photos from, say, Photo Stream or Google+ to your computer, but with digital cameras allowing infinite shots of the same scenes, this can quickly fill up your hard drive.

Instead, consider purchasing an external hard drive specially for photos, then transferring photos from your phone and digital camera into the hard drive, followed by moving any other photos on hard drive folders into the external photos-only drive.

Alternately, a cloud storage service for your photos can be a handy means of ensuring a backup even if your devices are lost or damaged. Our list of the best photo-sharing sites includes ThisLife, which pulls together pictures from your social media accounts, including Facebook and Instagram, and allows uploads from your hard drive too.

Move all your documents to the Documents folder
Sounds obvious, but I have docs floating on my Mac desktop, in my Users folder and in Downloads. Comb each folder for documents then move them to their rightful home via copy/cut and paste.

Move all songs to the Music folder and all video to the Movies/Videos folder
There are a finite number of file types you use on your computer, and both Macs and Windows PCs come with predefined folders for them: Documents, Movies (Videos in Windows), Music, Pictures. Sort each file type into its appropriate “master” folder, and further sort the files into sub-folders later.

Alternatively...
Sorting your files manually is simple, albeit potentially time-consuming, but if you feel like taking a crack at creating some software rules to automatically organize photos, music, documents and videos across all your folders – and keep them organized -- check out the next section for Mac and Windows apps that do just that.

3. Getting Organized
Now that you're free of all digital flotsam, the next step is to build a folder system that will allow you to save files where they should go and incorporate an intuitive naming system so that when you forget where you put things, it's not so hard to find them again.

Make a nest
of folders and sub-folders. Take Documents: within this master folder, create sub-folders for major categories. For example, Work and Personal, or more specific folders such as Invoices, House Budget, or Ideas. Browse your Documents folder to get an idea of the types of files you've built up, then create the folders-within-folders you need.

Make sure to download new files to the Downloads folder
Then implement a regular Downloads cleaning schedule where you manually sort files into Documents, Movies, Music, or Pictures. If you have a bit of time to invest in building simple software rules, you can also check out a couple of apps that automate the process.

Organize new files as they arrive
Mac: Hazel (shown) is an intuitive, easy to use app for monitoring and auto-sorting any folder on your Mac. Setting up rules is extremely simple in an interface with dropdown options for each aspect of a rule (see screenshot). For example, when setting up a rule for moving music files out of downloads, instead of needing to specify file extensions (of which there may be several), you can simply select “Image” as a file type. You specify which folders that your rules apply to at the start of setting up each rule and then Hazel works in the background, popping up notifications when it moves files. It's $29, with a 14-day free trial and works on Mac OS X 10.7 or newer.

Windows: DropIt is a free, open-source app that allows you to set up rules for what to do with particular file types so that you can, for example, dictate that all .jpg files are to be moved to Pictures. To zing that rule to the Downloads folder, you can add a monitoring option so that DropIt scans Downloads for new files to apply the rule to. Other actions include copying, compressing, as well as extracting – handy to apply to downloaded .zip image or music packs that you want unzipped straight into the correct folder. Setting up a rule is a straightforward process: name the rule, select the file type, pick the action from a dropdown menu, then type in the destination folder the file should be sent to afterwards -- for example: C:\Users\[Your Name]\Pictures.

A similar app with a more novice-friendly interface is File Juggler, which costs $25 and features a 30-day free trial.

Back up efficientlySetting up a backup system is crucial. Better yet, it's a system you've taken the time to automate so that in the event of a computer crash or data loss, your most valuable documents will still be safe. For example, a cloud storage service such as Google Drive or Dropbox is handy for automatically backing up smaller files.

When you sign up for a cloud storage service, it will create a folder on your computer that constantly syncs to the cloud so that anything in the folder is saved online as well as on your computer. You might want to save all insurance applications or a long-term project to the cloud-synced folder. Depending how much storage you have, you may want to save special photos. Amazon Prime subscribers, for example, get unlimited storage for full-resolution photos. Check out our feature on cloud storage services to see what works best for you.

If you're backing up larger media files, such as songs or videos, you can purchase external hard drives with 1TB or more of storage (A terabyte is 1000GB, which can hold up to 250,000 photos or 1,000 HD movies). You can get the 2TB Western Digital Elements for $78.44 on Amazon or the sleeker Seagate Backup Plus Slim for $99.40 on Amazon.

LaCie and Western Digital both offer 1TB Wi-Fi drives— the LaCie Fuel ($179.99 on Amazon) and the Western Digital My Passport Wireless ($149.00 on Amazon), which allow you to send and back up files from your smartphone as well.  Some, like the Western Digital My Cloud external drive, offer 2TB to 6TB (starting at $123.23) of storage in a personal cloud, accessible from other connected devices and handy for creating two backups – one in the cloud, one on the drive itself.

The ultimate folder nest? Save long-term projects and other crucial files to a cloud-synced folder on your Wi-Fi hard drive for one-click multiple backups of your work that won't crash even if your computer does.
Read More
// // Leave a Comment

Top 10 Good Tech Habits Everyone Should Have

You've probably heard people tell you should back up your computer, or you should have more secure passwords. Good tech habits aren't just for geeks—they can save you money, keep your personal information safe, and help you avoid frustration down the road. Here are ten tech habits everyone should have.
10. Regularly Audit Your Privacy Settings on Social Networks
You probably already know that social networks like Facebook aren't the poster child for privacy. Unfortunately, the only way to keep your info private—short of quitting those networks altogether—is audit your privacy settings every once in a while. Learn what each of those settings does and tweak them accordingly. You might also check out sites like AdjustYourPrivacy.com to keep up with your privacy settings on all your networks.

9. Know When You're Paying Too Much for a Product
Technology isn't cheap, but it doesn't have to be a complete drain on your wallet, either. There are a lot of myths out there that'll cost you money—like buying expensive "gold plated" HDMI cables, or buying new gadgets when refurbished ones are just as good. Check out our list of money-saving tech myths for more, and never pay full price again.

8. Keep Your Desktop and Hard Drive Free of Clutter
If your desktop looks like the picture to the left, then it's time to clean things up a bit. Not only does a cluttered desktop make things harder to find, but if you're on a Mac, it can even slow down your computer. Once you've gotten that messy desktop under control, make it a habit of keeping it organized, and transfer those same ideas to the rest of your files and folders too. The easier it is to find what you're looking for, the less time you'll spend frustrated.

7. Avoid Getting Malware (and Spreading It to Others):
We all know viruses are bad, but many of us don't know exactly how they work—which is crucial to avoiding them. Do a little reading on what a virus is and examine the most common virus myths, then install a good, free antivirus program on your computer (and get rid of any existing viruses while you're at it). Also, even if you aren't getting viruses, you could still be spreading them—so watch out for that too.

6. Stay Safe on Public Wi-Fi:
When you're desperate for Wi-Fi, it can be tempting to connect to that open "linksys" network or the password-free network of a nearby Starbucks. However, doing so opens you up to all sorts of attacks. It sounds a little tin foil hat-y, but you really should be worried about your security. It doesn't take any hacking experience to sniff out someone's Facebook or other credentials, all it takes is a little evil motivation. And don't think just because a network has a password that means it's safe—if other users are on that network (besides you and your family members), they can access your data. Stay safe when you're on public Wi-Fi by turning off sharing and using SSL whenever possible.

5. Be Smart About Hoaxes, Scams, and Internet Myths:
The internet is rife with scams, hoaxes, and other misinformation that you probably run into all the time without realizing it. Sometimes it's harmful—like that fake bank email that gives your identity to scammers—while other times it's mostly harmless, like a misattributed quote going viral on Facebook. Either way, though, you should try to avoid falling victim to these hoaxes, and help stop the spread. It's actually very easy to identify these myths online, and just as easy to avoid getting scammed. Just remember: if something seems a little dubious, it probably is.

4. Know What Maintenance Your Computer Needs (and Doesn't Need):
We all know computers take a little maintenance to run in tip top shape, but there's no need to hand it over to some quack to get it done—most of it is easy enough to do right at home. Check out our list of maintenance tasks you need to do on Windows PCs and Macs for more info, or if your computer needs a little more help, read our guides to speeding up, cleaning up, and reviving your Windows PC, Mac, iPhone, and Android phone.

3. Use Secure Passwords:
Even if you think you have a secure password, you might be wrong. Yesterday's clever tricks aren't protecting you from today's hackers, and you need to be extra vigilant in this age of constant security breaches. Saving your passwords in a browser is pretty insecure too—so get a good password manager like LastPass and update those passwords for the modern age.

2. Back Up Your Computer:
You've probably heard people say it a million times, and there's a reason for it. You always think data loss won't happen to you, but it happens to everyone one day, and having a good, up to date backup is the only way to avoid frustration down the road. Plus, setting it up is insanely easy and is something absolutely everyone can do, so you have no excuse: start backing up right now. You'll be glad you did.

1. Search Google Like a Pro:


If you've ever wondered how us tech geeks know everything that we do, here's our secret: we pretty much just Google everything. With the right Google skills, you can find information about nearly any tech problem you're having, and fix it yourself without anyone else's help. Check out our top 10 tricks for speeding up and beefing up your Google searches to become a search ninja, and avoid frustrating calls to your resident computer tech for advice.
Read More