Some Useful Unix File Finding Commands

Some Useful Unix File Finding Commands

Following are some bunch of commands that might be useful if you want to find files in unix/linux. Large Files Find files larger than 10MB in the current directory downwards… Find files larger than...

Step by step Guide to Crack WinRAR

Step by step Guide to Crack WinRAR

Hi folks, its been a long time since I have posted some thing technical, so I will be writing about the challenge I got at NIT KU, where I cracked WinRAR 3.80 using a...

Did Twitter Forget to Update its Copyright Year?

Did Twitter Forget to Update its Copyright Year?

I noticed a strange thing today on Twitter’s homepage. Its already end of the first month of 2010 and Twitter’s homepage is still showing Copyright year 2009!! I don’t know if they have done...

JavaScript Array Remove an Element

JavaScript Array Remove an Element

Following is an example of JavaScript where we will remove elements from an array with Index and Value. There are different methods in JavaScript that we can use to remove elements. We will use...