Irfan’s Corner on the Web On Mac, Linux, Grid, Virtualization and Software Technology

11Nov/090

Buy Cheap Storage from Google and use it for Online Backup

Today, Google has dramatically decreased prices for the extra storage you can purchase for Google Services like Gmail and Picasa. The current prices:

Screen shot 2009-11-11 at 10.25.53.png

Apple also provides upgrade options for iDisk and MobileMe Mail, however their prices are significantly more expensive an extra 60GB from Apple will set you back for an additional £59 (~ $100), while Google for 80GB charges only $20!.

So you might think that Apple's iDisk is atleast accessible from everywhere, while Google Storage can't be accessed as a drive? Think again, this is how:

For Mac Users:

Install gDisk. gDisk provides an accessible application for mounting your gmail drive on your mac.

For Linux Users:

The most popular way for Linux users to mount Gmail storage locally is to use FUSE. If your on ubuntu, this is how to do it

sudo apt-get install gmailfs
cp /etc/gmailfs/gmailfs.conf ~/.gmailfs.conf
chmod 600 ~/.gmailfs.conf

Now specify your gmail account credentials in ~/.gmailfs.conf and to finally mount the drive, just type:

mkdir gmail
mount.gmailfs none gmail

For Windows Users:

Just like for the Mac there are applications available like gDrive Shell Extension

Filed under: apple, google No Comments
11Nov/092

How to mount your MobileMe iDisk in Linux

I tried mounting my iDisk about 3 years ago in a Linux system and I had to use Cadaver for it. It was not easy to configure. Fortunately now things have changed. You just need 1 command (or two if you have to install davfs2) to mount a Webdav share (iDisk uses webdav).

1. First install the WebDAV Linux File System (davfs2). If you are using Ubuntu (as many people seem to be doing nowadays), you can install davfs2 by typing.

~# sudo apt-get install davfs2

2. To mount a dav share then, simply create a folder for it

sudo mkdir /mnt/idisk

and mount your idisk

sudo mount -t davfs https://idisk.me.com/$MOBILEMEUSERNAME /mnt/idisk/

Replace $MOBILEMEUSERNAME with your Mobile Me username. Davfs2 will ask for your password, and then you can start using your idisk.

Tagged as: 2 Comments
7Nov/090

Why Working Harder is not the solution for enhanced productivity

200911071728.jpgI just came across this truly fantastic post on productivity. The cited article, talks from a startup owner's point of view, and his advice can be summarised as:

"“Working harder” is a poor strategy which your competitors can trivially replicate. Instead, spend some time measuring what tasks add value to your business and at what imputed wages. Outsource those tasks which are below your desired imputed wage, automate any task where appropriate, and simply don’t do things which don’t add value."

We often yearn for more productivity and the answer usually is "work harder". But working harder is not the answer! Working harder implies that you spend more time on doing what you already do on a frequent basis. We all work on several things at once, and not all activities add real value. For instance if I analyse my day, I do in a sense try to "work hard", that is work at least 8-9 hours but I don't get much done in that time frame because all the various activities I do blur my real targets.

Faced with this predicament its always a good idea to sit back and analyse your day to day activities. You need to judge which truly add value to pursuits you deem valuable rather than waste your time under the illusion of getting work done. These are two ideas that have truly made me more productive and one idea that can:

1. Cluster related tasks

I go to the Gym regularly, but often if I have some groceries to purchase I purchase them while going to or form the gym. Similarly, if I go to the University I try to accomplish most of the tasks which I cannot do at home. On the contrary, if I did not cluster tasks doing some task again in the future might cost me more time than doing it along with some related task.

This idea works in unison with "contextual todos". When you define a todo item, define the context in which it can be carried out. Some tasks may be carried out at home, some while at the computer etc..

2. Automate trivial tasks

I try to automate as much as possible. Checking mails repeatedly when new ones arrive costs a lot of time in terms of lost focus and diverted attention. I've written an AppleScript that notifies me if a new mail has come that specifically mentions me in the TO or CC fields. If I don't get this notification I just don't check my mail.

3. Outsource as much as possible

I'm not in the position of outsourcing some of my tasks, but this can potentially be very useful for someone. Often while doing some task, I say to myself someone could be doing this and I could be working on something a lot more valuable. Indeed the author of the cited article outsourced numerous tasks that did not require his involvement.