Monthly Archives: May 2012
-
How Strong Is Your iPhone Signal? – Check without Jailbreaking…
Leave a commentMay 29, 2012 by aubreykloppers
Step 1: Dial *3001#12345#* on your iPhone then press Call. Step 2: You’ll now enter Field Test mode. You’ll notice a signal …
Continue reading -
iPhone – Calibrate your HOME BUTTON.
Leave a commentMay 29, 2012 by aubreykloppers
Step 1: Navigate to, and launch one of the stock applications on your iPhone. If you don’t already know, the stock …
Continue reading -
Windows Activation – getting the Activation by Phone screen.
Leave a commentMay 24, 2012 by aubreykloppers
When clicking on activate and you are not getting the option to do the activation by phone, all you have …
Continue reading -
An A-Z Index of the Bash command line
Leave a commentMay 16, 2012 by aubreykloppers
A adduser Add a user to the system addgroup Add a group to the system alias Create an alias …
Continue reading -
Linux – Adding a new route…
Leave a commentMay 8, 2012 by aubreykloppers
The command is quite easy: route add -net <ip/prefix> gw <router ip> Where the <ip/prefix> is example: 10.0.0.0/24 and <router …
Continue reading -
Unix: find command jewels…
Leave a commentMay 3, 2012 by aubreykloppers
To find a file and pipe it to ls: find <dir> -name <filename> -exec ls {} \; and to remove …
Continue reading