Just a thought

a very casual blogger

Tag Archives: google

Google Public DNS

I am currently a OpenDNS user. OpenDNS has block out a lot of dangerous sites / advertisement sites for me. I have no intention whatsoever to switch to Google Public DNS at the moment.

What is Google Public DNS?

Google Public DNS is a free, global Domain Name System (DNS) resolution service, that you can use as an alternative to your current DNS provider.

To try it out:

  • Configure your network settings to use the IP addresses 8.8.8.8 and 8.8.4.4 as your DNS servers or
  • Read our configuration instructions.

If you decide to try Google Public DNS, your client programs will perform all DNS lookups using Google Public DNS.

Why does DNS matter?

The DNS protocol is an important part of the web’s infrastructure, serving as the Internet’s phone book: every time you visit a website, your computer performs a DNS lookup. Complex pages often require multiple DNS lookups before they start loading, so your computer may be performing hundreds of lookups a day.

Why should you try Google Public DNS?

By using Google Public DNS you can:

Install Google Chrome on Ubuntu

Using Ubuntu PPA

First you need edit /etc/apt/sources.list file

sudo gedit /etc/apt/sources.list

Add the following two lines

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main

save and exit the file

Now add the GPG key using the following command

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

Update source list

sudo apt-get update

Install chromium browser using the following command

sudo apt-get install chromium-browser

This will complete the installation

If you want to open chromium go to Applications->CrossOver Chromium->Chromium

Chromium web browser in action

Source

Design a site like this with WordPress.com
Get started