Archive

Posts Tagged ‘Google’

Ubuntu Repositories: Google Linux Repositories

June 9th, 2009

The official google linux repositories contain Google Chrome, Picasa for Linux and Google Desktop Linux applications. The steps for adding the repository:

Importing the GPG Key:

sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

Adding to sources list:

echo -e “#Google Software Repository\ndeb http://dl.google.com/linux/deb/ stable non-free main” | \
sudo tee /etc/apt/sources.list.d/google.list

Update Synaptic.

apt-get update

Repository link from: Google

Your Ad Here

Ashok TT - How To, TT - Linux, TechTalk ,

HowTo: Google Calendar on GNome Clock Applet

June 8th, 2009

Here is a very simple way to add events from your google calendar to the Clock applet of your GNome Panel. It uses Evolution application for the integration.

Step 1: Get the private iCal URL of the Calendar from the Settings of your google calendar

Step 2: Paste it into the Firefox’s address bar, and change the http:// to webcal:// and press enter

Step 3: Firefox will popup the application selector. Select the evolution-webcal

Step 4: Enter the refresh time, and a color for the calendar and press Subscribe

That’s it! Pretty easy, isn’t it? You can see the events from your Google calendar now in your GNome panel’s clock applet…

This Howto is done on Ubuntu Jaunty, but the procedure will be pretty much the same for any other linux flavour, provided evolution is installed.

Ashok TT - How To, TT - Linux, TechTalk , ,

Ubuntu Repositories: Chromium Browser

June 8th, 2009

Chromium is an open source browser project from Google, and is the base for the Google Chrome browser. Chromium for Linux is not yet a complete version, but the team releases development builds time to time. Here’s the PPA to get those builds:

Edit the sources list:

sudo gedit /etc/apt/sources.list

Replace with jaunty or intrepid in the following lines and add them.

. /etc/lsb-release

echo deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntuĀ  main | \

sudo tee /etc/apt/sources.list.d/chromium.list

Save and exit the file. Now to add the GPG Key,

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

Update the sources list:

sudo apt-get update

Source: UbuntuGeek

Ashok TT - Linux, TT - Tips n Tricks, TechTalk , , , ,

Google Chrome for Ubuntu Jaunty 9.04

June 7th, 2009
It’s all over the news! Google released an official developer build of it’s browser, Google Chrome for Linux. Pre-compiled .deb packages are available for download from here.

Even though Google cries foul about the instability of the package and says “Don’t Download Them”, I’ve been running chrome from past one hour without any glitches. The dev version lags many features including flash support, but it’s working great with normal sites. I’m able to use the google apps like GMail, GCal, GReader and other sites like Twitter, Orkut etc.

It’s a good thing Google isn’t porting the browser to linux… They are taking time and rebuilding the Chrome browser for linux. This helps in living up to the spirit of Chrome browser: Faster, Safer and Easier. If the application has been ported, it would’ve badly effected the speed as well as safety. Hope we would get an alpha version soon…

Ashok TT - Linux , , ,

Google Squared! Reviews, Screenshots, Technology..

June 4th, 2009
Google came out with a new search tool called Google Squared. It “helps you quickly build a collection of facts from the Web for any topic you specify”, says the website.

This app is really cool and is innovative. From the website:

“For example, say you’re curious about which roller coasters are thefastest, tallest, and longest in the world. Until now, you would havehad to comb through dozens of webpages to compile the informationyou’re looking for. With Google Squared, all you have to do is type [
roller coasters ] into the search box to see an automatically generated table of roller coasters and their attributes.”

The home page is of Google brand (White background, No heavy graphics) very similar to the Google Search homepage, except for the suggestions of the latest/popular searches performed.

Here’s how the search results come up:

But there is more to the search results than what meets the eye. We have options to add more columns to the search results:

As you can see the ‘x’ marks on the columns already being displayed, clicking on them removes unwanted columns from your search results, giving you screen space to add more relevant columns. And more over, it improvises.. “Google Squared can learn from edits and corrections you make to your Square to gradually improve its quality for all users”.

And that’s just not the end of it.. You can save your sqaures, as well as you can share them with your friends… That’s really a nice feature! For example, Let’s say someone asks you suggestion for a Digital Camera, you sqaure the results, edit them according to your view points and send them the square for their pick. Nice!

And it crowdsources! You can participate in building it. If the app isn’t able to sqare about something, It will ask your help to build a square about the thing so that it can be of help to others. See the screenshot below:

The app is pretty basic and is in it’s infancy, making mistakes…

But hey, it’s capable of learning… :-)

So, how’s google doing this? From TechCrunch,

“Google is looking for data structures on the web that imply facts, and then grabbing it for Squared results. It takes an incredible amount of compute power to create one of those squares”

More about this way of presenting date, From TechCrunch:

“One of the next frontiers of search is taking all of the unstructured data spread helter-skelter across the Web and treat it like it is sitting in a nice, structured database. It is easier to get answers out of a database where everything is neatly labeled, stamped, and categorized.”

This is a new way of organizing information, and Google is open for thoughts and suggestions from public. Send them to labs+squared@google.com.

Ashok TechTalk , , , , ,