Muffinresearch Labs by Stuart Colville

Here is an update | Comments (0)

Posted in Muffin Research Labs on 28th July 2005, 12:09 pm by Stuart

I am currently finishing some changes to the site that (all being well) I should be able to release in the coming weeks. The changes include a modified layout, the projects and downloads section will be merged into a new section called labs. This will also house any of my experiments in web development as well as some basic tools.

Stage two of this will be to complete the backend of Joornal, and slowly get ready to roll out an actual release.

At some point in between I hope to get a search capability set-up for searching throughout the site.

Post Tools

Comments are closed.

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