Skip to content

Instantly share code, notes, and snippets.

@andrewpmiller
andrewpmiller / speedtest-logger.sh
Created August 3, 2014 22:20
Log speedtest results to a log file (on my Pi)
#!/bin/bash
# Appends simple results to log file
# Remember to chmod +x this script to make it executable
speedtest-cli --simple >>/home/pi/speedtest-log.txt
@andrewpmiller
andrewpmiller / getExternalIP
Last active August 29, 2015 14:00
Command line instruction to return your external IP address (from dyndns.org)
curl -sf http://checkip.dyndns.org/|cut -d ':' -f 2|cut -d '<' -f1|sed -e 's/ //g'
@andrewpmiller
andrewpmiller / osx-BTaudio-Fix.md
Last active March 14, 2019 19:09
A simple terminal command to improve OSX Bluetooth audio
@andrewpmiller
andrewpmiller / omnigraffle-dates.md
Last active November 19, 2019 14:24
Omnigraffle Date Variables