Joe Blog's A Day In The Life Of Your Average Joe

17Apr/0921

Dropbox

From what I recall, quite a few people have heard of, or even use Dropbox.

Dropbox is similar to Apple's iDisk, in the respect that it is an online backup/data storage facility. The only difference is, dropbox will give you 2GB of free storage, just for signing up. There's also an option to pay either $9.99 per month, or $99 per year, which will upgrade your storage capacity to 50GB. For me personally, I don't (yet) need any more than the 2GB, though I may consider looking into the 50GB option in future.

What I like most about Dropbox is that it's cross platform. For me this is fantastic, because I run Ubuntu (9.04 64 bit if you're interested) on my desktop, and my laptop is an aluminum Macbook. Now I had the problem of somehow remembering to put things in the Dropbox directory so that they would get synced to the server and thus between my 2 machines.

Solving that problem was a lot easier than I could've expected. No thanks to my friend Gabby, who told me what he had done on IRC. Using

ln -s

you can create soft links to the directories to/from the Dropbox directory, and any changes you make to that directory outside of the Dropbox directory, get automatically synced. Put simply, if I make any changes to something in ~/Documents, it automatically gets backed up/synced to Dropbox. Awesome!!

If you're unsure of the syntax of

ln

, as it is a little confusing, it's the following:

ln -s target link_name

And finally, if you want to join Dropbox because you haven't already, following this link will (according to Dropbox) get you a little bit more space :)

Edit: I've just been informed (thanks Matteo!) that the referral links don't seem to be giving extra space any more. This is likely because Dropbox limits the amount they give out. Please feel free to use the link at the end of the post if you want, but don't feel obliged to if you do want to sign up. Join Dropbox

24Dec/083

iTunes Library

Now I'm not one to usually use a Mac, however I recently tried out OS X. Just out of curiosity, I copied across my iTunes folder (in it's entirety, with the library file et al). To the OS X install.

Then, further curiosity made me connect my iPod, just to see what would happen...to be fair, I was both surprised and unsurprised at the same time...which I can confirm is a very bizarre feeling!

It synced my iPod just as it would with a normal Windows install of iTunes. So I went one further, and connected my iPhone. Same goes for that, all synced up (after a tediously long backup!!) just fine. Very impressive I must say.

That's all for now, I need to sleep, long day tomorrow!