Skip to content

Instantly share code, notes, and snippets.

@arctouch-shadowroldan
arctouch-shadowroldan / gist:886727d36a53ebed6be0
Created September 19, 2014 19:40
alias record, now with debug
[2014-09-19T19:36:51+00:00] DEBUG: Re-raising exception: NoMethodError - route53_record[foo.example.com] (dns::default line 14) had an error: NoMethodError: undefined method `sub' for nil:NilClass
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/fog-1.20.0/lib/fog/aws/requests/dns/get_hosted_zone.rb:28:in `get_hosted_zone'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/fog-1.20.0/lib/fog/aws/models/dns/zones.rb:23:in `get'
/var/chef/cache/cookbooks/route53/providers/record.rb:53:in `zone'
/var/chef/cache/cookbooks/route53/providers/record.rb:69:in `record'
/var/chef/cache/cookbooks/route53/providers/record.rb:113:in `block in class_from_file'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.0/lib/chef/provider/lwrp_base.rb:138:in `instance_eval'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.0/lib/chef/provider/lwrp_base.rb:138:in `block in action'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.8.0/lib/chef/provider.rb:118:in `run_action'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ch
@arctouch-shadowroldan
arctouch-shadowroldan / brew
Last active July 27, 2020 21:28
Brew install all the apps
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew update
brew install wget
brew install watch
brew install mobile-shell
brew install mysql --client-only
brew install git
brew install gnu-sed
brew install graphicsmagick
" When started as "evim", evim.vim will already have done these settings.
if v:progname =~? "evim"
finish
endif
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
" ADDED BY ME