Posts Tagged ‘Google’

How to install Google Chrome in Ubuntu

In the Linux world, Chrome’s name is Chromium. Let’s follow some simple steps to get it on the Ubuntu machine:

add the following repository at the end of your /etc/apt/sources/list file:

[sourcecode]deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main[/sourcecode]

add the GPG key using the following command:

[sourcecode]sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5[/sourcecode]

update sources list:

[sourcecode]sudo apt-get update[/sourcecode]

install the Chromium browser:

[sourcecode]sudo apt-get install [...]

Yahoo announces to anonymize data after 90 days

Yahoo! annnounces that all data collected will be anonymized after 3 months, from current 13 months.

Google Chrome issues

Google Chrome not implemented issues, problems and errors

Google Chrome: A new browser enters the battle

After many years of dominance from Microsoft’s Internet Explorer, after Mozilla Firefox becaming our second nature, with interesting interface solutions from Safari, Google decides to enter the battle with the all-new Chrome. It’s not easy this time, but I think the tekkie world will quickly adopt it. It easily passes the ACID2 test and gets 78 out [...]