Skip to content

Instantly share code, notes, and snippets.

View mnussbaum's full-sized avatar

Michael Nussbaum mnussbaum

  • Equilibrium Energy
  • San Francisco
View GitHub Profile
INFO global: Vagrant version: 2.0.3
INFO global: Ruby version: 2.4.3
INFO global: RubyGems version: 2.6.14
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.0.3/gems/vagrant-2.0.3/bin/vagrant"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_LOG="debug"
INFO global: resolv replacement has been enabled!
INFO global: Plugins:
@mnussbaum
mnussbaum / docker-rabbitmq-error
Created April 10, 2017 16:34
docker-rabbitmq error
Starting RabbitMQ 3.6.9 on Erlang 19.3
Copyright (C) 2007-2016 Pivotal Software, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/
=INFO REPORT==== 10-Apr-2017::16:29:29 ===
node : rabbit@00e0a125d51b
home dir : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq.config
cookie hash : 1t0KVAv3Q+HO5Po33rBv9A==
log : tty

ruby-1.9.3-p194 cumulative performance patch for rbenv

This installs a patched ruby 1.9.3-p194 with various performance improvements and a backported COW-friendly GC, all courtesy of funny-falcon.

Requirements

You will also need a C Compiler. If you're on Linux, you probably already have one or know how to install one. On OS X, you should install XCode, and brew install autoconf using homebrew.

@mnussbaum
mnussbaum / hack.sh
Created March 31, 2012 19:24 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#