Muffinresearch Labs by Stuart Colville

Camino 1.02 Released | 3 Comments

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

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

  • http://www.removement.com Jeremy

    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.

  • http://www.jorgeq.com Jorgeq

    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.

  • http://phantomdata.com Jordan T. Cox

    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.

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|(3)

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.479s.