Posts

Showing posts from October, 2013

How to Synchronize Outlook Calendar to Google Calendar

Image
This is how I setup a one-way synchronization from my Outlook 2010 calendar to Google Calendar. Starting from January 2013, Google discontinued the Google Calendar Sync software that everyone is using to synchronize their Outlook calendar and Google Calendar. The software allows synchronization setup of either one-way or two-way. Since the software is now discontinued, I found another way to synchronize my Outlook calendar to Google Calendar however it's limited to one-way sync from Outlook calendar to Google Calendar. Publish your Outlook calendar to Office.com Step 1: Go to Calendar and look for this button: Home > Publish Online. Step 2: Click the button and configure the publishing options. Step 3: Set the detail level to "Full details". You will need the full details set so that Google Calendar can show the details of the calendar event. Step 4: Set the permissions to "Only invited users ...". This is for added security for not to reveal your calendar e

How to install Google Earth on Ubuntu 12.04 LTS

This is how to install Google Earth software on Ubuntu Linux using deb package provided by Google. To install Google Earth on Ubuntu, run these commands: Download the respective deb packages according to the type of Ubuntu OS 32 bit wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb 64 bit wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb Setup Google Earth sudo dpkg -i google-earth-stable*.deb sudo apt-get -f install References, Sources and Credits: http://www.google.com/linuxrepositories/ http://askubuntu.com/questions/302135/google-earth-on-13-04-ubuntu