Skip to content

Instantly share code, notes, and snippets.

View danielharrelson's full-sized avatar
🤫

Daniel Harrelson danielharrelson

🤫
View GitHub Profile
@danielharrelson
danielharrelson / oref0-autotune-windows10.txt
Last active August 20, 2018 19:20
Using Autotune on Windows 10
Follow the instructions to get the Windows Subsystem for Linux (beta) installed on your Windows 10 computer.
https://www.windowscentral.com/how-install-bash-shell-command-line-windows-10
After you've installed the Windows Subsystem for Linux, click on the start menu, type in "bash.exe" and press enter.
It should open up a black window with a prompt. Your prompt will end with $
Run the following commands
sudo apt-get -y update && sudo apt-get -y upgrade
@danielharrelson
danielharrelson / keybase.md
Last active June 28, 2017 01:40
Keybase Authentication

Keybase proof

I hereby claim:

  • I am danielharrelson on github.
  • I am monoxyde (https://keybase.io/monoxyde) on keybase.
  • I have a public key whose fingerprint is 412B 538F BF90 50C5 CE43 7DBB A4C8 5752 CE47 7600

To claim this, I am signing this object:

@danielharrelson
danielharrelson / network-change.sh
Last active January 16, 2017 16:26
Monitor Raspberry Pi IP
#!/bin/bash
# Last Update: 2017/01/16
#
# Monitor for wireless IP change, if it changes, text your phone (or you could use an email)
# You will have to use your carrier text message gateway email address, example : yournumber@vtext.com
# Find your gateway at http://www.digitaltrends.com/mobile/how-to-send-e-mail-to-sms-text/
#
# Useful for instances when you are using a headless Pi and it may/may not be portable.
#
# You will have to preconfigure /etc/ssmtp/ssmtp.conf to have this working.