General Tutorials, Tips & Tricks

SEO for Bloggers by Google’s own Matt Cutts!

SEO for Bloggers by Google’s own Matt Cutts!

Matt Cutts is the head of the webspam team at Google where he specializes in search engine optimization (SEO) issues. He is known in the webmaster and SEO community for applying Google’s Quality Guidelines....

Generate Random Number in UNIX Shell Script

Generate Random Number in UNIX Shell Script

RANDOM is a peculiar shell variable, but useful nonetheless. Peculiar because its value changes each time it is referenced (yes, this is by design). As you may have already guessed, RANDOM is a random...

Unlock your iPhone 3GS in 4 simple steps

Unlock your iPhone 3GS in 4 simple steps

Soon after the iPhone 3GS was launched, it was jailbreaked by a 19 year old hacker George Hotz. Jailbreaking and unlocking are two entirely different things. Jailbreaking is simply hack that lets you install...

Compile your code online using Codepad.org

Compile your code online using Codepad.org

While surfing through the web, I encounter this wonderful website codepad.org, that can be used to compile/interpret and share code snippets online. A number of language/script option is available which can be used to...

Recover your GMail password via SMS

Recover your GMail password via SMS

A lot of time we forget our passwords and try to recover it using the same old technique where the service provider send new password to an email address that we have registered earlier...

Writing Functions in Shell Script

Writing Functions in Shell Script

Have you ever written a huge Unix script and thought you would have divided this script into pieces of reusable code? Well don’t worry. You can create functions in unix shell script and make...