Quicktros are a small chunk of code or directions to get something done. Many times these are super simple(almost dumb) articles. While these might be useful to others the main reason I created this section it to archive the way to get things done. This way next time I need to do it I can look it up here here!
How to clean up the current buffer in vim using tidy.
How to connect to an subversion server over ssh using a different port than the standard port 22.
Everything needed to get an interactive JS Debug Console when executing XULRunner applications.
Recursively remove all .svn folders.
This is the .vimrc file I use. This includes setting for colors, spacing, tabs, etc...
The most basic way to create a database and owner user in postgres running on Ubuntu
When creating Triggered Functions I use 'plpgsql'. On a default PostgreSQL install you need to add that language to the database and here are the cli commands to get that added.