15 Awesome Google Search Tips and Tricks

by SathiyaMoorthy on June 4, 2009

Google Search TechniquesYou may be using Google search multiple times per day to locate something on the web. Learning how to use Google search effectively can boost your productivity instantly.
 
This article is part of the on-going Productivity Tips for Geeks. In this article let us review 15 awesome google search tricks that will improve the quality of your online life.
 

1. Identify Local Time for Any City in the World using Google

If you want to know current local time in a particular city, use the following method. To see the current local time in Los Angeles do the following. Go-ahead and try this yourself for your local city and see how it works.

Syntax: time in PLACE

time Los Angeles

 

Google Identify Time in a Place

Fig: Find out current time of any worldwide city

2. Exclude Keywords in the Search

If you want Google to exclude a word while searching the web page, use – (minus) before the search as shown below. This example searches for the pages which has the word ebooks, and without the word free.

ebooks -free

3. Search for Keywords with Similar Meaning. Include Synonym Keywords in Search

Instead of searching for only the given word, using ~ before the keyword you can instruct Google to search for webpages with the exact given word or the words which has same meaning. In the following example, giving ~tutorial also searches for keywords: guide, manual, reference etc.

nagios ~tutorial

(or)

debian installation ~tutorial

4. Match Any Single Word in the Search Using *

While searching, if you are not sure about which keyword to be placed in the phrase, you can match any single word using *.
 
For example, if you want to search for examples of vim substitution, and you are not sure whether to search for “vim editor find and replace examples”, or “vim editor search and replace examples”, then use * , which will match either find, search or any other word, as shown below.

vim editor * and replace examples

Note: You can also match multiple words by using multiple number of *’s respectively.

5. Use OR in Google Search

Using OR operator in between the words makes the following kind of search possible in Google. Following example will search for bash examples or bash programs.

bash examples OR programs

 
Note: The keyword OR should be in uppercase

6. Identify Definition a Word

To view the definition of a word use the following method.

Syntax: define: <word>

define: tech savvy

7. Search for a Range Using ..

If you are looking for a product in a specific price range use the following. It will search for the pages with text PDA, and $400 to $450 ranged text.

Syntax: text $100..$125

PDA $400..$450

8. Mathematical Calculations using Google

Normally for doing the metric conversions we will be using some online conversion websites or conversion softwares. However just by using Google search box you can do calculations, unit conversions and money conversions as explained below.

You can use the Google search box as your scientific calculator as

sqrt(10)

9. Unit Conversion using Google

The following will show the equivalent pounds for one kg.

kg in pound

So when you want to know what is the equivalent pounds of kg you can view it as:

Use Google for Measurement Convertor

Fig: Online Unit Conversion using Google

Following are few other possible conversions. Click on these link to see the results.

10. Money Conversion using Google

Following converts US Dollars in Euros (or) US Dollars in Rupees.

USD in Euro

(or)

USD in INR

Convert USD to Any other Currencies using Google

Fig: Currency Conversion Using Google

11. Searching within a Specific Website

You can search for a text in a specific website. The following example shows how to search only within our blog – www.thegeekstuff.com.

examples site:www.thegeekstuff.com

Note: There is no space between site: and the website address.

12. Google Search for a Given Keywords (both without and with sequence)

Basic Search for a Given Keywords – Without Sequence

The very basic feature of Google which everybody is using today is searching for pages which has the given text as:

linux command line history examples

Google - Search for Keywords without Sequence

Fig: Basic Google Search for Keywords with no specific sequence

Note: Highlighted words are not in the order as we given in the search box.

Basic Search with Keywords In a Given Sequence

If you want Google to show only the pages which has the words in the given sequence, then double quote that search string as:

"guide to install php5 from source"

Google Keywords in Sequence

Fig: Basic Search for Keywords in a specific sequence

Note: Highlighted words are in the same order as we given in the search box.

13. Search Based on File Type

The following examples searches only the matching keywords inside a Power Point presentations. In the same way, you can search for the doc, pdf and other file types.

linux introduction filetype:ppt

14. Google Advanced Search Page

If you are not able to remember some of the advanced search syntax mentioned in this article, then use the Google Advanced search page as shown below.

Google Advanced Search Page
Fig: Google Advanced Search Page

15. Identify Local Weather for Any City in the World using Google

To see the current weather in Los Angeles do the following. Go-ahead and try this yourself for your local city and see how it works.

Syntax: weather PLACE

weather Los Angeles

Google Weather Forecast for Local City

Fig: Find out current weather forecast of any worldwide city

Download Free eBook - Linux 101 Hacks

Get free Unix tutorials, tips and tricks straight to your email in-box.

If you enjoyed this article, you might also like..

  1. Google Next-Generation Search Engine is Already Here For You
  2. 15 Awesome Gmail Tips and Tricks
  3. 15 Examples to Browse Google From Command Line Prompt
  4. 10 Awesome PuTTY Tips and Tricks You Probably Didn’t Know
  5. Get a Grip on the Grep! – 15 Practical Grep Command Examples
  

Vim 101 Hacks Book

{ 6 trackbacks }

Anonymous
June 4, 2009 at 12:42 pm
Skindemo.free.fr » Blog Archive » 15 Awesome Google Search Tips and Tricks
June 4, 2009 at 11:21 pm
Destillat KW24 | duetsch.info
June 10, 2009 at 8:00 am
Become a Better Writer from Unix Command Line
July 15, 2009 at 12:04 am
15 Awesome Gmail Tips and Tricks
July 20, 2009 at 12:03 am
15 Examples to Browse Google From Command Line Prompt
August 26, 2009 at 12:02 am

{ 18 comments… read them below or add one }

1 beq June 4, 2009 at 12:23 pm

There is a translate tip too

Syntax: translate into

a. translate hola into english
b. translate hello into spanish

2 beq June 4, 2009 at 12:24 pm

errata:
Syntax error above…

Syntax: translate (word) into (language)

3 David W. June 4, 2009 at 1:31 pm

Nice list, but #5 doesn’t have anything to do with Regex. Maybe you’re thinking of Boolean logic?

4 patek June 4, 2009 at 2:21 pm

related:website – searches similiar page

5 Tapas Mallick June 4, 2009 at 10:53 pm

We can use ‘+’ to get the result with the mentioned in the search output. e.g, kolkata +tapas

6 Jens June 6, 2009 at 10:28 am

Hm, the ‘time $CITY’ thing doesn’t work for me…

7 Ramesh Natarajan June 6, 2009 at 2:54 pm

@Beq,

Thanks for the translation tip. It works great.
 
@David,

You are right. #5 is only about OR. I’ve changed the title accordingly. Thanks for pointing this out.
 
@Patek,

Thanks for the tip about related website search.
 
@Tapas,

Thanks for the tips about +. I tried with “ebooks +free” and it works great.
 
@Jens,

Can you please tell me which city did you try? i.e the exact search term you used?

8 Jens June 7, 2009 at 3:54 am

@Ramesh

I used your example, LA, neither typing it nor using the direct link shows the time like in your screenshot, just normal search results. Other places doesn’t work too.

But the conversion things work, I’ve used them many times before, it’s just the time that doesn’t.
Strange, maybe it has something to do with my german browser environment, I don’t know.
But I get the same results in Opera, FF, Links and from other hosts it also fails.

9 Jens June 7, 2009 at 4:05 am

Okay, got it.
If I change the prefered language in the browser settings from DE to EN and delete all cookies I get the desired result, but definitely not with DE, if I switch it from EN the other way.

10 Anonymous June 8, 2009 at 7:12 am

can i know where to type the syntax

11 Pieter June 8, 2009 at 8:59 am

Ramesh,

I just want to thank you, very much, for the nice articles, time after time! Thank you!

Kind regards,
Pieter

12 Ramesh Natarajan June 14, 2009 at 11:50 pm

@Jens,

Thanks for sharing information on how you fixed your problem with the Google search tip. I’m glad it worked out for you.
 
@Pieter,

Thanks a lot for those kind words. The credit on this article goes to Sathiyamoorthy, who did a wonderful job in coming up with these tips.

13 Jens June 15, 2009 at 1:17 pm

It doesn’t really work out, if I have to change my default language environment to get a result for the time search. This is a fault at Googles side, in my eyes. When I use for the measurement conversions LANG doesn’t matter. Why should it matter on timezones? ;-)

14 Shashi June 29, 2009 at 3:16 am

Nice tips… I was not aware of these..

15 Jai July 9, 2009 at 10:05 am

Great googling tips …. thanks for sharing

16 sireesha December 24, 2009 at 7:19 am

very nice tips
thanx for sharing

17 Hassan Yousef January 10, 2010 at 6:28 pm

also those might be helpful
search for bsd UNIX and linux specific inforamtion http://www.google.com/bsd
search for linux specific inforamtion http://www.google.com/linux
mac http://www.google.com/mac/
microsoft http://www.google.com/microsoft.html

18 Gowri March 4, 2010 at 5:38 am

Very good tips

Leave a Comment

Previous post:

Next post: