Skip to content

Instantly share code, notes, and snippets.

View chezbut's full-sized avatar

Zach Hanna chezbut

  • Taos
  • Boise, Idaho
View GitHub Profile
@chezbut
chezbut / keybase.md
Created June 15, 2018 17:22
keybase proof

Keybase proof

I hereby claim:

  • I am chezbut on github.
  • I am zachinthebox (https://keybase.io/zachinthebox) on keybase.
  • I have a public key ASCRDptequ5MVei_oGRquZCn5SXK_duf-6_53MtDYJdEbAo

To claim this, I am signing this object:

@chezbut
chezbut / docker-img-gc
Created May 24, 2017 04:20 — forked from jcberthon/docker-img-gc
Remove dangling docker images and volumes
docker images --quiet --filter=dangling=true | xargs --no-run-if-empty docker rmi
@chezbut
chezbut / rdns.py
Created May 3, 2017 16:19 — forked from pklaus/rdns.py
This is a Python script that helps you create reverse DNS zone files for the Bind Name Server. See http://goo.gl/CJwly
#!/usr/bin/env python
"""
rdns.py
This is a Python script that helps you create
reverse DNS zone files for the Bind Name Server.
I published it together with this blog post: http://goo.gl/CJwly .
"""