Skip to content

Instantly share code, notes, and snippets.

View alph486's full-sized avatar
🤠

Kevin Kuhl alph486

🤠
View GitHub Profile
@alph486
alph486 / OverclockStability.sh
Created March 29, 2015 18:51
Pi Overclock Stability Test
#!/bin/bash
#From http://elinux.org/RPiconfig#Overclock_stability_test
#Simple stress test for system. If it survives this, it's probably stable.
#Free software, GPL2+
echo "Testing overclock stability..."
#Max out the CPU in the background (one core). Heats it up, loads the power-supply.
nice yes >/dev/null &
@alph486
alph486 / install.sh
Last active February 2, 2016 17:02
Install DevOps Stuff. Use on a fresh machine
#!/bin/bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew install docker \
awscli \
docker-compose \
docker-machine \
git \
htop-osx \
maven \
@alph486
alph486 / items.jsonl
Created August 15, 2017 19:11
read_json_s3 test file
{"a": 1, "b": 2}
{"b":2, "a" :1}