Another good grep trick to find strings that end in numbers but you are not sure which.

How do you search a binary file for a certain string that ends in a number; but you are not sure what the number is? Then this command will perform this task. john@adeptus-mechanicus ~/Documents/master $ strings vesperas.wad | grep -a "MAP[0-9]" MAP15john@adeptus-mechanicus ~/Documents/master $ strings vesperas.wad | grep -a "MAP[0-9]" MAP15 I was using this … Read more

Ubuntu Unity dash really is very useful. The integration with the Internet makes it the best.

The Ubuntu Unity dash is actually quite useful, here I am viewing the recently watched multimedia files and it showing some online videos as well. It is actually very fast as a start menu, you just press the Windows key and it will open, then you type “term” and hit enter and you have opened … Read more