Skip to main content

Posts

Showing posts from 2011

Not a bye, but an additional home

I recently bought a domain for myself at bhaskarghosh.in , and created my first wordpress driven blog cum site there. I have been, since then, fighting with my wits, to stop duplicatability of efforts and naturally of posts and resources. But, I can simply not leave the beautiful look and feel of Google's Blogger, even when wordpress.org gives me much more control. Please visit my new blog. I am not stopping my love for first house, but I have decided to share it with a new home. Musical Poet bhaskarghosh.in

Sync Facebook events with Google Calendar?

Ever missed events on Facebook, because there is no app that reminds you of your Facebook events? Almost all Android phones are very well integrated with Google Calendar. So if we sync up the Facebook events with Google Calendar, our problem is solved!!! Go to Facebook events Select Export events Facebook pops up a dialog where it displays an URL. Copy that URL. Now go to Google Calendar. Add a new Calendar (Select Add by URL) Paste the URL copied earlier... And BANG! All Facebook events are imported and always synced with the Google's Calendar! Courtesy: How to Sync Facebook Events with Google Calendar  

Install latest Mozilla builds on Ubuntu!

Having trouble to install the latest Mozilla Firefox release on Ubuntu! The official repository is late incorporating the beta releases? Well, do not worry! Where there's a will, there's a way! Lets install it from the Ubuntuzilla repository! Add the repository to the sources.list file echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null Then add the key sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29 Yes, we need to update the repository sudo apt-get update Coll! Almost done dude! Go on and install the latest builds of your choice! sudo apt-get install firefox-mozilla-build     See this page for more details: http://sourceforge.net/apps/mediawiki/ubuntuzilla/index.php?title=Main_Page#Installation ---------------------------------------------------------------------------------------------- Update: 3rd April 2011 Courtesy: https://he...

How to change message center number in Android?

Have issues with sending or receiving sms-es?? Tip: Your message center number might be empty or wrong! Solution: Very simple :)  Dial *#*#4636#*#*. You will get a menu, from that select Phone Information You will find a setting "SMSC"  Refresh it. It is most likely to retrieve the message center number from your operator. (Or call your operator, and get the message center number, and then update in this field) Then the problem should be resolved! Happy messaging! [Courtesy: http://www.droidforums.net/forum/tech-issues-bug-reports-suggestions/10135-how-do-you-change-sms-message-center-numbers.html]