Skip to content

Instantly share code, notes, and snippets.

@agoddard
agoddard / bribe.md
Last active December 14, 2015 21:49
Ethically questionable opscode bribe

UPDATE!

Thanks to @coderanger for helping me out (so quickly). He was kind enough to say no to the gift, so on @opscode's behalf, I donated a green energy biogas stove for a family through Heifer (I guess the cow thing was a thing).

stove

If you want to donate one yourself - https://secure1.heifer.org/gift-catalog/stoves.html

The irony didn't escape me that the person who helped me has multiple usernames and I couldn't find @kantrn on github until I remembered the @coderanger thing ;)

@teknogeek0
teknogeek0 / block_world_iptables.sh
Last active December 10, 2015 14:38
A really basic way to block out most of the world from annoying a host of yours. Now with pingdom added.
#!/bin/sh
#################################################################
##
## START VARIABLES
##
IPTABLES="/sbin/iptables"
INET_IFACE="eth0"
LO_IFACE="lo"