Srini's Point of View

My thoughts on technology, food and other fancies…

Same music album showing up multiple times on iPhone

I created an album with different artists to listen on my iPhone. To my horror all the songs showed up as separate albums. Cover flow showed up the same album art for each of the songs. I hated this!! The fix is pretty quick. You have to make sure of …

Grep for multiple stuff in one file

Update: See the comments to see how to do this correctly.

the UNIX grep command is very powerful, but the egrep command is even more powerful. You can grep for multiple strings in a file using the egrep command. All you have to do is use the | (or) symbol and …

FTP multiple files without prompt

I knew there was a way to ftp multiple files without being prompted.
It was just a matter of knowing the syntax.

It is possible to download several files at once, using the mget command. This command can take several filenames as arguments, and you can even use wildcards to …

Windows Boot Screen

So many times I have wanted to see why my windows is booting so slowly. What drivers are causing problems… Well msconfig has a nice feature to disable the eye candy bootup and just show what drivers are being loaded!!

On Windows XP open msconfig and go to the BOOT …