Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nickm4062 on github.
  • I am nickm4062 (https://keybase.io/nickm4062) on keybase.
  • I have a public key ASB_tX0TEDSuCKJq-ug00seeiRlb8Q_fq41q42MVtpK8Rgo

To claim this, I am signing this object:

@nickm4062
nickm4062 / _aws_golang_examples.md
Created January 20, 2017 10:29 — forked from eferro/_aws_golang_examples.md
golang aws: examples

AWS Golang SDK examples

@nickm4062
nickm4062 / holiday_tts.sh
Created December 22, 2015 01:39
Holiday TTS
traceroute xmas.futile.net -m 255|awk '{print $2}'|egrep '^([A-GI-Z]|H[oae]|our).*$'|sed -e 's/\./ /g'|espeak -p 60 -s 180
@nickm4062
nickm4062 / awesome.sh
Last active September 18, 2015 03:11
curl -Ls www.ascii-middle-finger.com?|grep \\. |grep \\.\\.
#!./bin/knife exec
# A knife exec script to change chef node's name, preserving all the attributes.
#
# Usage: knife exec rename-node.rb old-name new-name
#
# Script retrieves the Node object, changes its 'name' attribute,
# creates new Node object with updated name and rest of attributes
# untouched. Then it deletes old Node and Client objects from
# database, and logs into the server to update it: