How to install Android’s Roboto font in Fedora 16

I love the new Android Roboto font family and it looks good on my Fedora 16 install. Here’s how you can get it into your Fedora 16. Change to root user # su -<br /> 2. Create the the roboto directory `# cd /usr/share/fonts/ mkdir roboto cd roboto` Download the roboto font and install it. `# wget http://www.fontsquirrel.com/fonts/download/roboto -O roboto.zip unzip roboto.zip rm roboto.zip fc-cache /usr/share/fonts/roboto/` Enjoy your new Roboto fonts!

2012-01-31 · 1 min · Danesh Manoharan

Geek or Nerd, which are you?

Cool infographic. Geek or Nerd, Which are you? See next page for the full infographic. ...

2012-01-04 · 1 min · Danesh Manoharan

Clean Your Apps Permissions. mypermissions.org

I always find it hard to remember which apps have access to my social networks. Found something handy today, mypermissions.org helps you with that. It provides you with direct links to you app permissions pages. For now it covers the main 8 social network seen in the picture above. If you like the page and want to reminded to come back often, don’t forget to set a reminder at ifttt.

2012-01-03 · 1 min · Danesh Manoharan

RM 1 Burger King French Chicken Coupon

From 19 December 2011 till 8 January 2012 enjoy BK’s French Chicken burger at RM 1 when used together with any value meal. Just print the coupon and present it at your nearest BK. Source: [Delirium][2] [1]: /wp-content/uploads/2011/12/20111219-BKrazy-Monday-Offer.jpg) [2]: http://www.abinesh.com/delirium/posts/burger-king-french-chicken-for-rm1-only/ “Delirium”

2011-12-22 · 1 min · Danesh Manoharan

How to install Google Music Manager on Fedora 16

I’ve been using Google’s Music locker / streaming service for awhile now. You get to upload 20,000 tracks and getting them on is a breeze with Google’s Music Manager. I’m running Fedora 16 now and here’s I got Google Music Manager running on it. Get into your home downloads directory. # cd ~/Downloads<br /> 2. Download the Google Music Manager rpm. 64bit: # wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_x86_64.rpm<br /> 32bit: # wget http://dl.google.com/linux/direct/google-musicmanager-beta_current_i386.rpm<br /> Satisfy the dependencies. Install the qt-x11 package. # sudo yum install qt-x11<br /> 4. Install the Google Music Manager package. # sudo yum localinstall google-musicmanager-beta_current_x86_64.rpm<br /> Possible error; make sure you have qt-x11 installed. [danesh@pandora ~]$ google-musicmanager<br /> /usr/bin/google-musicmanager: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory

2011-11-17 · 1 min · Danesh Manoharan