Skip to content

Instantly share code, notes, and snippets.

@zurt
zurt / keybase.md
Created October 24, 2014 05:15
Keybase proof

Keybase proof

I hereby claim:

  • I am zurt on github.
  • I am zurt (https://keybase.io/zurt) on keybase.
  • I have a public key whose fingerprint is D45F 938B 3A3F E0BD B818 0858 F052 9E22 E255 CE09

To claim this, I am signing this object:

@zurt
zurt / Snapshots-Animation.markdown
Created August 30, 2014 22:57
A Pen by Kurt MacDonald.

Snapshots Animation

Animated SVG to illustrate the consecutive nature of the snapshots schedule for a backup system.

A Pen by Kurt MacDonald on CodePen.

License.

@zurt
zurt / random.sh
Last active August 29, 2015 14:04
Random (Create any number and size of random files named however you like)
#! /bin/bash
# I wanted a more flexible way to use the following command:
# dd if=/dev/urandom of=temp bs=1k count=1024
# Defaults
NUMBER_OF_FILES=10
SIZE_IN_KILOBYTES=1024
NAME="random"
EXTENSION="txt"