Skip to content

Instantly share code, notes, and snippets.

View simon-wenmouth's full-sized avatar

Simon Wenmouth simon-wenmouth

View GitHub Profile
@simon-wenmouth
simon-wenmouth / aws-cli-issue-223.sh
Last active December 21, 2015 06:49
Script to reproduce the put-object / location-constraint issue with the AWS CLI
#!/bin/bash
#
# Command Line Options:
#
# -d | use --debug flag
# -n | use --no-verify-ssl flag
# -p profile_name | specify the AWS CLI profile
# -r region_name | specify the AWS region for the S3 bucket
# -v | enable bash verbosity
start /wait msiexec /i Octopus.Tentacle.<version>.msi /quiet INSTALLLOCATION=C:\Octopus
cd C:\Octopus\Agent
tentacle configure --appdir="C:\Applications" --port=10933 --trust=<server-thumbprint>
tentacle new-certificate
tentacle install
tentacle register-with --server=<server-url> --environment=<environment> --role=<role> --apikey=<some-user-apikey>
octo deploy-release --project=<project-name> --deployto=<environment-to-deploy> --version=<version-to-deploy> --server=<server-url> --apikey=<some-user-apikey>
@simon-wenmouth
simon-wenmouth / README.md
Last active January 12, 2017 03:13
Windows 7 AIK / veewee / Vagrant

This collection of documents moves forward in three steps

  1. Create Autounattend.xml file(s)
  2. Create base box with veewee
  3. Create box with vagrant

Read the documents in that order, i.e.

  1. WindowsAIK.md
  2. Veewee.md
@simon-wenmouth
simon-wenmouth / HowToInstallUbuntu12.md
Last active December 15, 2015 18:59
Ubuntu 12.04.2 x64 Install

Create Bootable USB Drive

  1. Download ISO
  2. Format USB Drive
    • diskpart
    • list disks
    • select disk n
    • clean
    • create partition primary
  • select partition 1
@simon-wenmouth
simon-wenmouth / ubuntu-12-lsi-9260-setup.txt
Created August 29, 2012 18:01
LSI 9260-8i Ubuntu Kernel Module Installation
install basic build packages
sudo apt-get install build-essential
sudo apt-get install linux-source
download driver from LSI site(Linux 5.3)
http://www.lsi.com/support/Pages/Download-Results.aspx?productcode=P00066&assettype=Driver&component=Storage%20Component&productfamily=RAID%20Controllers&productname=MegaRAID%20SAS%209260-8i
@simon-wenmouth
simon-wenmouth / W2K3R2_SQL2005_FIX.md
Created February 9, 2012 08:50
Installation of SQL Server 2005 X64 On Windows 2003 R2

README

This is a document of the steps taken to install SQL Server 2005 on Windows Server 2003 R2.

Background

I am trying to create a fail-over cluster installation of MS SQL Server 2005.

I followed the instructions on MSDN. They do not work (for me).