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 …
How to change admin email address @boxXXX.bluehost.com to @mydomain.com on a bluehost hosted wordpress
/ Update 04/13/2014
I now have an updated and better method to do this. Follow details in
my post.
/
I currently have hosting through bluehost.com. I was surprised to see all blog notification emails were coming from username@boxXXX.bluehost.com instead of the email address defined during …
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 …