It seems old tip but I found this only recently. To search files like mp3 or other smaller files from Google - e.g. if you want to find mp3 for a certain song, say, "hips don't lie", do
intitle:index.of + "mp3" + "hips don't lie"
To get results having no *.htm or *.html files, you can do
intitle:index.of + "mp3" + "hips don't lie" -htm -html
The results give a lot of locations to download the files from, sites that are normally hard to find.
Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts
Wednesday, July 25, 2007
Sunday, May 27, 2007
FLV to MPEG converter
Many times we come across videos on net we want to download but can't as they are in FLV format/flash video. There is an online opensource tool to download such online videos from sites such as YouTube. The tool converts the FLV files into MPEG format online, which can then be saved to a computer. The online FLV converter is a very useful tool. I downloaded this hilarious video clip from YouTube using this online tool.
The quality of download was very good and it was fast. Try it out!
The quality of download was very good and it was fast. Try it out!
Thursday, May 17, 2007
RAID Primer
Found a brief and good online paper on different types of RAID ( Redundant Array of Independent Discs ). It explains RAID concepts with a brief explanation of each type along with their pros and cons.
The paper can be read here.
The paper can be read here.
Sunday, December 24, 2006
Search from Firefox address bar
I've been using Google toolbar for Firefox for a long time. There is a Firefox feature which can make the use of the toolbar reduntant by doing Google search from Firefox address bar. For a single word search, Firefox takes us to the homepage of the first search result found. It is like the "I'm feeling lucky" feature of Google search. Just like the infamous "failure" or "miserable failure" and "I'm feeling lucky" combination does. But if we enter more than one word string in the Firefox address bar, it is like normal Google search, and makes installing Google toolbar unnecessary.
A cool feature of Firefox which many are not aware of.
A cool feature of Firefox which many are not aware of.
Subscribe to:
Posts (Atom)
Steps to install PyTorch on VMware workstation (Ubuntu guest)
The following is the list of steps to install pytorch 2.0 in VMware workstation (Ubuntu guest): $ mkdir ~/pytorch $ mkdir ~/pytorch/as...
-
Recently one of my computers' Linux partition was deleted by mistake. As the Linux partition held the multi-boot information, it made th...
-
Most wannabe geeks would say Linux, though it is just a kernel and not an OS. Some would answer Ubuntu or Gentoo depending on which is the &...
-
Here is a probabilistic solution to the two General's problem; it gives a high probability of succcess if the number of messages(messeng...