Skip to content

Instantly share code, notes, and snippets.

View Shkeats's full-sized avatar

Shaun Keating Shkeats

View GitHub Profile
@Shkeats
Shkeats / le-install.sh
Last active December 28, 2018 00:21 — forked from hisnameisjimmy/le-install.sh
Unifi Controller one-shot install script for Ubuntu 16.04 with Lets Encrypt
#!/bin/sh
#
# This script stands on the shoulders of giants.
#
# You can always find the most recent version here: https://gist.github.com/hisnameisjimmy/56f9414076ca39a79bfa07eefa89759e
#
# It is written and tested for Ubuntu 16.04 on Digital Ocean using a 1GB droplet.
# Anything less than 1GB of memory may cause issues with anything memory intensive
# like imports/exports.
#
@Shkeats
Shkeats / gist:adbe8d069a5a7b012c5b
Created January 15, 2016 21:03
Windows 10 + Vagrant 1.8.1 - Box Add fails
INFO host: Detected: windows!
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 1 hooks defined.
INFO runner: Running action: #<Vagrant::Action::Builder:0x2d329a0>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxAdd:0x38da6e0>
INFO environment: Running hook: authenticate_box_url
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x3832e18>
INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x2a66e28>