Monday, October 29, 2012

fog and openstack

.fog config file

:default:
:openstack_auth_url: http://192.168.1.113:35357/v2.0/tokens
:openstack_username: admin
:openstack_api_key: admin
:openstack_tenant: admin

Wednesday, October 10, 2012

SSH hang on expecting SSH2_MSG_KEX_DH_GEX_GROUP

This solved it for me:
http://www.snailbook.com/faq/mtu-mismatch.auto.html
"You probably have an MTU/fragmentation problem. For each network interface on both client and server set the MTU to 576, eg ifconfig eth0 mtu 576"

If 576 doesn't work try 1000.

Node.js and Express Application Tools


  • Git for version control (Heroku dependency)

  • Jade for templating

  • Stylus for CSS preprocessing

  • Redis for session storage

  • MongoDB for campaign storage

  • Mongoose, a MongoDB ORM

  • Passport for authentication

  • Jake, like Make, but for Javascript

  • Make for running tests. (I hope to use only Make or Jake but ran into issues getting Mocha to run with Jake)

  • Mocha for testing

  • JSHint for code linting

  • Docco for documentation