Skip to content

Instantly share code, notes, and snippets.

View stephencsmall's full-sized avatar

Steve Small stephencsmall

View GitHub Profile
@stephencsmall
stephencsmall / keybase.md
Last active December 13, 2017 05:21
Keybase Proof

Keybase proof

I hereby claim:

  • I am stephencsmall on github.
  • I am stephencsmall (https://keybase.io/stephencsmall) on keybase.
  • I have a public key ASBJohhtfYIvNHI9AtqG_Mgc26iC2kJ6fFVqPHx0NlSmjQo

To claim this, I am signing this object:

@stephencsmall
stephencsmall / README.md
Last active August 28, 2017 23:32
Installing Ubiquiti UniFi controller software on a Raspberry Pi

Ubiquiti Unifi Installation

For Raspberry Pi (Raspbian / Raspbian Lite)

Pre-Installation

  1. Install dirmngr

sudo apt install dirmngr

  1. Add the UniFi GPG key
@stephencsmall
stephencsmall / muh.sh
Last active December 13, 2017 05:35
Muh Cardswipes Script #bash #alfred
#!/bin/sh
# Cardswipes got you down? Use this to tell everbody.
# customizable components
EMOJI=":popek:"
HEAD="_Muh "
TAIL="_"
# build the message
wordpress:
image: wordpress:latest
ports:
- "8000:8000"
environment:
- WORDPRESS_DB_HOST=db
- WORDPRESS_DB_CLIENT=mysql
- WORDPRESS_DB_USER=wordpress
- WORDPRESS_DB_PASSWORD=wordpress
- WORDPRESS_DB_DATABASE=wordpress
wordpress:
image: wordpress:4.2.1
links:
- db:mysql
ports:
- 8080:80
db:
image: percona
volumes:
@stephencsmall
stephencsmall / boxstart.txt
Last active December 13, 2017 05:37
r1vagrant-boxstart #rez1 #vagrant
cinst git
cinst git.commandline
cinst virtualbox
cinst vagrant
cinst conemu