Dunamis Design Net

Our work, forums, and play.

Archive for the 'Notes' Category

This is a collection of notes.

Linux One Liners

23rd October 2006

I wanted a place to put quick command that I use. I sometimes forget, and wanted a quick reference for myself.

Remove backup files recursively (bash/sh):

find ./ -name '*~' -exec rm '{}' \; -print

Read the rest of this entry »

Posted in Linux, Notes | No Comments »

Linux on a T42p Thinkpad

12th December 2005

I have reciently purchased a IBM T42p Thinkpad. I think that this computer is great. I have been contributing to ThinkWiki with all of the instructions and notes I have been using to setup my computer. Please go here to find my contribution.

Posted in Linux, Notes | Comments Off

Word Press Setup

12th December 2005

This is a collection of notes, so other can know how I setup this site.
Read the rest of this entry »

Posted in Notes, WordPress | Comments Off