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.
Wednesday, July 25, 2007
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...