Skip to content

Instantly share code, notes, and snippets.

@RKdev
RKdev / uninstall_office2016.py
Created August 7, 2017 20:17 — forked from sheagcraig/uninstall_office2016.py
Silent Uninstall of Office 2016
#!/usr/bin/python
# Completely uninstall Office 2016, as per:
# https://support.office.com/en-us/article/Uninstall-Office-2016-for-Mac-eefa1199-5b58-43af-8a3d-b73dc1a8cae3
# and
# https://support.office.com/en-us/article/Troubleshoot-Office-2016-for-Mac-issues-by-completely-uninstalling-before-you-reinstall-ec3aa66e-6a76-451f-9d35-cba2e14e94c0?ui=en-US&rs=en-US&ad=US
import glob
import os
@RKdev
RKdev / bishop.conf
Last active April 24, 2016 19:25
Hubot upstart config for AWS
# hubot
description "Hubot Slack bot"
author "Adam Whittingham <emailaddress> https://github.com/AdamWhittingham"
start on filesystem or runlevel [2345]
stop on runlevel [!2345]
# Path to Hubot installation
env HUBOT_DIR='/home/ubuntu/dev/bishop/'