• 23Oct

    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 more...

  • 12Dec
    Linux, Notes Comments Off

    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.