Sunday, September 2, 2007

Finally..! I bought a Guitar.

Hi there! After all these years, one of my dreams has come true. I bought a new Korean box guitar and I got a guitar self-learning DVD from one of my friends. My plan is to create nice guitar sound tracks and put those on my web. I did a test recording in my personal computer. Then I listened to it, quite nice. Probably after I finish this learning DVD, I will be able to produce some quality tracks. I’ve shot some photos of my guitar and published to my google plus.

Sunday, April 29, 2007

Find your favorite music file using Google search..

Hi! Sorry, I couldn’t post any thing on my blog last couple of weeks due to some…mmmmm No actually, I had to do an assignment on Java. Ok. This post is gonna be quite interesting. Now you can find your favorite music or video or any other files using Google search or Google powered search engines like activj.net search.

Ok. Now let’s see how to search music or video files using Google. First you need to type like
intitle:”index.of” (mp3|wma) file.name –exclude.this
into the search box.

blog.activj.net

When you type
Intitle:”index.of”
Google lists all the web pages with the title of “index of”.
Mostly all the web directory listing pages has this key word by default. It’s a web server functionality. Say, if you have a folder into your apache web server root without any index file, apache will list all the files and folders in it. That directory listing page has the word “index of”.
Next, you need to type the extension of the file type that you want. If you want to specify only one extension, no need of parenthesis. You can just type
Intitle:”index.of” mp3
But, if you want more file types to prefer, you need to type like.
Intite:”index.of” (mp3|wma|mp4)
Next, the file name. Remember; don’t give any space between words. Instead of giving space type a full stop sign.
Intitle:”index.of” (mp3|wma) shakira.hips.dont.lie

blog.activj.net

Next, if you want to exclude anything in your search. Just put a minus sign and give the word that you want to exclude.
Intitle:”index.of” (mp3|wma) shakira.hips.dont.lie –edited.version

blog.activj.net

Ok. Now you try this out and post your comments and questions.