I hereby claim:
- I am johndryan on github.
- I am johndryan (https://keybase.io/johndryan) on keybase.
- I have a public key ASCV_9tlf5ItGJwDSmrZLMh2OMbthwMz9UwPX8uOGCXfBAo
To claim this, I am signing this object:
Hi there. I'm a screen. You can send me messages by SMS and they will appear here. | |
Hello there. I'm a screen. You can send me messages by SMS and they will appear here. | |
F***KKKKK | |
ok bye | |
Hi there. I'm a screen. You can send me messages by SMS and they will appear here. |
#!/bin/bash | |
# Author: Seb Dangerfield | |
# URL: http://sebdangerfield.me.uk | |
# ./create_site.sh example.com [email protected] | |
NGINX_ALL_VHOSTS='/etc/nginx/sites-available' | |
NGINX_ENABLED_VHOSTS='/etc/nginx/sites-enabled' | |
APACHE_ALL_VHOSTS='/etc/apache2/sites-available' | |
WEB_DIR='/var/www' | |
SED=`which sed` |
#!/bin/bash | |
# Pandoc: convert multiple html files to markdown | |
# Requires pandoc (installed via homebrew) | |
for f in *.html ; do pandoc ${f} -f html -t markdown -s -o ${f}.md ; done |
I hereby claim:
To claim this, I am signing this object:
I bought this Infrared Shield for my Rasberry Pi model B (running Raspian Jessie). I wanted to use it to remotely control my Frigidaire FFRE0833S1 window-mounted AC unit. Here are the steps I undertook to get it up and running.