Daniel 'MaTachi' Jonsson

Tag Archives: Google Search

How to Search Encrypted on Google

Google has a pretty clumsy URL for searching with SSL, like Wikipedia. However, the encrypted version of Google Search is currently only in beta, so it may be the reason behind it. Anyway, here is the URL to it:

To change to your country’s version, replace the last two letters en to something more fitting. In my case sv since I’m from Sweden.

With the Firefox add-on Add to Search Bar you should be able to add an entry for this version to your search bar. And as with all other search fields in Firefox, it’s possible to add a keyword for the search field by right clicking the field and pressing “Add a Keyword for this Search…”.

However, if you care about your privacy, don’t forget to check out DuckDuckGo. Click here to read my short introduction to the search engine.

Alternative to Google Search: DuckDuckGo

A search engine that I have heard some talk about lately is DuckDuckGo, which I also recently have set as my default search engine in Firefox.

The advantage over Google is that they value the user’s privacy much higher. DDG doesn’t track you, you can set DDG to always search through their encrypted version (https), and you can also set DDG to prevent the sites you visit from knowing what keywords you used to get to them. On the following page you can find the privacy settings, along with many, many more options (far more than those Google offers for their search engine):

What I like as a Swede is that they also have an option to choose region, which will increase the search results from that country. So I have in my Firefox search box added one entry for the regular DuckDuckGo, and one for it with the region set to Sweden.

If you wonder why you should be careful when you search stuff on the Internet, you can visit www.donttrack.us. It’s a homepage by DuckDuckGo that describes how the tracking of you works when you are using Google.
I’m not a person who searches for herpes, illegal stuff or something similar. But I can’t say that I really like to share all my keywords and data that I put into the search box with (advertisement) corporations and people around the whole world.

If you look around on DuckDuckGo you will find many smart features, like !Bang. So it’s a really competent search engine, that not only doesn’t track you and values your privacy, but offers good search results, loads of options and many features.

Change Back Google Search in Linux Mint

Apparently has the dudes behind Linux Mint decided that they want their own Google search engine in Firefox, which lacks many functions. Here follows some steps you shall take to change it back to the default search page:

  1. Open a terminal window.
  2. Type these lines after one another:
    cd /usr/share/linuxmint/common/artwork/firefox/
    sudo wget http://mxr.mozilla.org/firefox/source/browser/locales/en-US/searchplugins/google.xml?raw=1 -O google.xml.fixed
    sudo mv google.xml google.xml.orig
    sudo mv google.xml.fixed google.xml
    sudo cp google.xml /usr/lib/firefox-addons/searchplugins/en-US/google.xml
  3. Maybe you have to restart Firefox now.

I found this solution on the Linux Mint forum: http://forums.linuxmint.com/viewtopic.php?f=29&t=17438