If you should ever be forced to withdraw money at an ATM, you can notify police by entering your PIN in reverse. If your PIN is 1234, then enter 4321. The ATM system recognises the reversal of the PIN and will still give you the money but, unknown to the robber, the police will be immediately dispatched to that location.
All ATMs carry this emergency sequence by law.
The emergency number worldwide for all mobile phones is 112. If you find yourself out of the coverage area from your mobile network and there is an emergency, dial 112 and your mobile will search all existing networks to establish the emergency number.
The 112 number can be dialed even if the keypad is locked.
Need to access a zipped and locked bag undetected? Here's how.
You know that just deleting files doesn't erase them from the hard drive - they can be recovered by third party programs. You can also buy third party products that will securely and permanently erase the data, but did you know that you don't have to? There is a command line tool in Windows 7 that will do it for you. It's the Cipher command, and here's how it works:
1. Open a command prompt with elevated privileges by right clicking cmd.exe and selecting "Run as Administrator."
2. At the prompt, type cipher /w drive:\folder substituting the drive letter and folder path for "drive" and "folder."
For example, to erase the contents of a folder named "Secrets" in the Documents folder of a user named Bob on the C: drive, you would type cipher /w C:\ Users \ Bob \ Documents \ Secrets
This operation overwrites the selected files with 1s, 0s and random characters.