Google Chrome on Ubuntu (well, sort of) November 17, 2009
Posted by rsentana in : computer, internet, linux, open source , 1 comment so farMost of us already know that one of the fastest browser out there is Google Chrome. Sadly enough, Google Chrome is only available on Windows platform, while the Mac and Linux users are left to run Safari or Firefox. The good thing is that Google has listened to those requests and are currently developing the native version of Chrome to Mac and Linux.
But for those who can’t wait, there is a way to get Chromium (the open-source platform on which Google Chrome is based). Here are the steps (originally taken from here):
First you need to edit the /etc/apt/sources.list file:
sudo gedit /etc/apt/sources.list
Add add the following lines if you are using Ubuntu 9.10 (Karmic Koala):
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic 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 the source list using the following command:
sudo apt-get update
Then you can install chromium using the following command:
sudo apt-get install chromium-browser
After a successful installation, you can open chromium from Applications—>Internet—>Chromium Web Browser:
Here’s a sample picture of what Chromium looks like on Ubuntu:
Alternatively, there’s a script created by Jeff Rader to automate the installation of Chromium. His script can be downloaded here. Do not forget to change the permission to executable before running the script.
Enjoy!
—
10 Most Useful Google Plugins for WordPress October 19, 2009
Posted by rsentana in : blogging, computer, internet , add a commentOriginal post is located here.
—
WordPress is a great and most popular blogging platform for it possibility to extend functions with plugins. WordPress Plugins make blogging easier for all of us who have chosen WordPress as our content management system. This time we want to present you 10 Most Useful Google Plugins for Wordpress.
Google is best known as a search engine and Internet giant, but this time we will check what Google can offer for WordPress users. This post lists the most useful Wordpress plugins related to Google starting from XML Sitemaps and ending with FeedBurner subscribers counter.
We also are using some of listed plugins like Google XML Sitemaps, Google Analyticator or FeedBurnerCount.
This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like ASK.com, Google, MSN Search and YAHOO, are notified about the update.
Google Analyticator easily adds Google Analytics tracking support to a WordPress-powered blog. Google Analyticator also comes with an easily customizable widget that can be used to display specific information that is gathered by Google Analytics using the Google Analytics API.
3. Google Analytics for WordPress
This plugin adds the possibility to tag and segment all outgoing links, so you can see whether a click came from a comment or an article. It also adds the possibility to track just the domain, instead of the complete link, so you get a better view of how much traffic you’re sending where.
4. Google Website Optimizer for WordPress
This simple plugin lets you optimize your landing pages (as posts or pages) using the Google Website Optimizer without needing to edit the HTML code of the theme.
Google Doc Embedder will allow you to embed a PDF, PowerPoint (PPT), or TIFF file directly into your page or post, not requiring the user to have Adobe Reader, PowerPoint, or other software installed to view the contents.
6. Easy AdSense
Easy AdSense provides a very easy way to generate revenue from your blog using Google AdSense. With its full set of features, Easy AdSense is perhaps the first plugin to give you a complete solution for everything AdSense-related.
This plugin allows you to easily insert Google Map or Google Earth Plugin Maps into your blog.
The Google AJAX Translation WordPress plugin provides a quick, simple, and light way to add translation to your blog. A “Translate” button can be added to the bottom or top of posts, pages, and/or comments.
9. Google Custom Search Plugin
The default search engine that ships with WordPress is not the best search engine and bloggers every where should make the switch to WordPress Google Custom Search plugin. This plugin is a drop in replacement and works with minimum hassle.
10. FeedBurnerCount
A well-optimized and reliable plugin that connects to the FeedBurner Awareness API to retrieve your readers count, that you can print out in plain text.
—
As for me, I have been using Google XML Sitemap and Google Analytics for Wordpress. Might want to try the other plugins when I have the chance to do so.
