Skip to content

Instantly share code, notes, and snippets.

View arkeys's full-sized avatar

Arthur Keys arkeys

  • Pacific Northwest
View GitHub Profile
@arkeys
arkeys / installdockerdeb
Created April 20, 2015 01:39
Install - or update docker - on ubuntu 14.04+
wget -qO- https://get.docker.com/ | sh
@arkeys
arkeys / jumpers
Created April 7, 2015 01:00
who is jumping the most
who | awk '{print $1}' | sort -n | uniq -c | sort -n
df -thP | awk '{print $5}'