Archive for the ‘macbook pro’ Category

Run multiple dropbox instances on Mac OS X

dropbox coverflow 300x266 Run multiple dropbox instances on Mac OS X

I threw this process together because I was already an avid dropbox user and needed to start doing some joint iOS development with a friend and suggested we make use of dropbox as a centralized project store. Naturally I wanted to keep mine and ours separate so I needed to run dual instances because I didn’t want to be logging in and out all the time.

Please don’t just use this to get around the 2GB free limit.
Read more

Very simple incremental Linux/Mac backup script

This post follows the premise that you’ve got some external storage and you’re looking to back something up across to it.

In my case I wanted to backup my Music, but I didn’t want to have to clear or overwrite every time I wanted to run the backup. This is where rsync comes in.

rsync has algorithms to allow it to incrementally backup files, so it would only transfer the bits that have changed.

/Volumes is where USB sticks get mounted in the mac filesystem so the rsync command in the terminal would go like this:

rsync -au /source/of/backup/. /Volumes/directory/. –progress

I intended to run this fairly frequently but not automate it, thus I made an alias in ~/.bash_profile:

alias backupmusic=”rsync -au /Users/greg/Music/. /Volumes/GG-120GB-2/iTunes/. –progress”

DNS Spoofing with Ettercap & BackTrack

I was thinking that wouldn’t it be interesting if you could re-route peoples DNS requests (and thus their web traffic) to a destination of your choosing?

Here’s how with Ettercap and BackTrack (click image to visit their site).

main page DNS Spoofing with Ettercap & BackTrack

Read more

Snow Leopard Running Windows and Linux Inline

screen shot 2009 12 25 at 10 59 01 Snow Leopard Running Windows and Linux Inline

Impressed? Here’s how I did it:
Read more

Why I'm considering Apple Exclusivity

Two words, function and style.

Since I’ve had this Macbook Pro I’ve been increasingly pining for it when using PCs at work or my other machines at home.

Apple aren’t perfect, but they’re definitely doing something right.

Read more

Macbook Pro 13 / Snow Leopard Initial Opinions

Alright, so I’ve been using my Macbook Pro 13 with Snow Leopard as my main computer for around 4-5 days.

Read more

Return top