Skip to content

Instantly share code, notes, and snippets.

@PatrickLang
PatrickLang / .gitignore
Last active July 13, 2018 00:21
Steps for setting up a Kubernetes 1.9 cluster on Azure with acs-engine
# vim giblets
*.swp
*.swo
*~
# if you run the sample step by step, these will contain secrets
*secret.json
# output from acs-engine
_output/
translations/
@jessfraz
jessfraz / boxstarter.ps1
Last active June 23, 2025 13:25
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <[email protected]>
# Last Updated: 2017-09-11
#
# 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: