Skip to content

Instantly share code, notes, and snippets.

View anotherspot's full-sized avatar

Adrian Burgess anotherspot

  • Trinity Christian School
  • Waniassa, ACT, Australia
View GitHub Profile
@anotherspot
anotherspot / MacFacts
Last active August 29, 2015 14:07
MacFacts
ioreg -c IOBluetoothHCIController | awk '/BluetoothDeviceAddress/ { split($0, line, "\""); printf("%s", line[4]); }'
@anotherspot
anotherspot / benderplus
Last active November 30, 2015 03:06
A modified script for robot clouds bender to include Mavericks Server backups of Service Databases
#!/bin/bash
# Bender
# Written by Chad Nielsen
# Forget Computers, Get Creative!
# Version History
# 1.0 - Initial creation of script for use with a companion launch daemon.
# 1.1 - Moved binary and log locations to /usr/local/robotcloud.
# 1.2 - Code improvements and added compatibility with OS X 10.9 Mavericks.
@anotherspot
anotherspot / MunkiserverOnMavericks
Last active January 1, 2016 00:09
Munkiserver installation on OS X 10.9 Mavericks with Server 3.1
Based on https://gist.github.com/wbs75/6562498#file-munkiserver-mtnlion-setup-md
#### Pre-requisites:
OS X 10.9.1 | Server 3.0.1 | Xcode 5.0.2
#### Xcode Commandline Tools:
01) Install Xcode CommandLineTool if Xcode full is not installed