Skip to content

Instantly share code, notes, and snippets.

View halkeye's full-sized avatar

Gavin Mogan halkeye

View GitHub Profile
@halkeye
halkeye / boxstarter.ps1
Last active April 29, 2019 19:21 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Gavin Mogan <gavin@saucelabs.com>
# Last Updated: 2018-03-08
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
@halkeye
halkeye / xbmcStats.rb
Created November 29, 2012 03:33 — forked from anonymous/file1.txt
XBMC collectd stats collection
#!/usr/bin/env ruby
#
# Written by Gavin Mogan (gavin@kodekoan.com)
require 'rubygems'
require 'mysql2'
# Enable auto flush
STDOUT.sync = true