Saturday, December 10, 2011

Clone VMs from template with powershell

https://gist.github.com/1455445

Need to add the VMs to folders and resource pools.

Thursday, October 13, 2011

Bash invocation, demystified.

Ever wonder how bash is invoked? 

Tuesday, October 11, 2011

PostgreSQL 9.0 notes

I'm working on PostgreSQL 9.0 installs on Ubuntu with Chef and I have -- more or less -- everything worked out except for replication. 

Tomorrow I will work on replication, though.  Today, I'm tired :)

Links:

http://developer.postgresql.org/pgdocs/postgres/functions-admin.html
http://packetcloud.net/2010/12/09/setting-up-streaming-replication-in-postgresql-9-0/