Muffinresearch Labs by Stuart Colville

Camino 1.02 Released | Comments (3)

Posted in Snippets on 22nd June 2006, 10:12 am by Stuart

I recently switched to using Camino as my main browser on the mac as it’s so much faster than firefox. The only downside is that even with all of the add-ons that are available for Camino, I still need Firefox when it comes to debugging javascript or general web development. However, for now I can live with that, Camino and firefox are my dynamic duo. Check out the latest version (1.02) from caminobrowser.org.

Post Tools

Comments: Add yours

1. On June 22nd, 2006 at 2:20 pm Jeremy said:

You should give Flock a whirl. I have recently started using it full time since the last update. Great features and you can get most of the firefox plugs to work.

2. On June 22nd, 2006 at 3:21 pm Jorgeq said:

I’ve been a faithful FireFox user ever since I dumped Safari but I must say that I’ve grown quite fond of Camino. I made the switch too.

3. On June 22nd, 2006 at 3:41 pm Jordan T. Cox said:

I had been using Camino until the latest Flock beta. I seriously suggest you give it a shot. It’s got loads of useful features – and it looks nice to boot. Only problem is that (unlike Camino) it doesn’t use the OSX widgets inside for forms.







XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(2)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.482s.