How to break PatternLock in Android

**Root Permission required !!!

First of all,there are many ways to do this.I am only showing one method using a python script.This is really easy to do.You need Python compiler and rooted phone.Here,we need .key file for decoding the gesture code.

1) If you don’t have access to device,then you need to download Android SDK from here.Then from … Read more

Alert after completing process in linux

Sometimes i forget about the current operation  after linux command in Terminal.Here, i am showing simple code to alert the completion of task.

It will save your time for doing next job.I usually use this code after command.Try this

We need eSpeak for this .

1) Install espeak:

 sudo apt-get install espeak(Debian)

2) Next yourJob is the command. sleep is … Read more