1. Jamf Pro with Elastic Beanstalk and RDS

    In this tutorial I will cover how to setup a Jamf Pro hosted on AWS. Jamf uses Tomcat and MySQL so I will make use of Elastic Beanstalk and RDS. Cloud Distribution Point will be hosted on S3. …


  2. Munki

    In this tutorial I will cover how to setup an Munki environment in the cloud. OSX clients will use a HTTP header Array to authenticate towards an dockerized nginx-s3-proxy that will serve repo hosted on AWS S3. …


  3. Unity Cache Server

    This is a marvelous service to have running. Especially when you are switching a lot between different platforms and working in a team. Developers and testers working on both iOS and Android builds waste logs of time when doing platform change. Some of this pain can be avoided with Unity Cache Server for Unity3d. …


  4. Jenkins

    In this tutorial I will cover how to setup an Jenkins environment using docker. It will focus on a scenario where Nginx serves Jenkins app. This using the latest updates to docker network. We will make use of the autocreated bridge network that generates hostnames inside docker. This will let us serve internal host and port so we can upstream in nginx and we only need to expose nginx’s external port. Having nginx in place also let us adapt our scenarios if we need to use SSL certificates. …


  5. Crashplan PROe

    In this tutorial I will cover how to setup a CrashPlan PROE server hosted in Docker container running on a Synology. Repo can be found at Github and Image at Docker HUB. ***

    Prerequisites


  6. Munki with SSL using Docker

    In this tutorial I will cover how to setup an Munki environment with client SSL authentication. Hosting the munki data and web server in docker and using a osx machine for populating data using Autopkgr. Most guides out there use Chef or Puppet to push client configuration but I wanted to focus on docker and have the possibility to move between solutions depending on situation and current infrastructure. …


  7. VMware-Fusion Docker-machine

    In this tutorial I will cover how I a docker-machine lab environment using VMWare Fusion. *** …


  8. AWS day to day

    I love working from the console and aws-cli could be your best friend. Guide how to install this on you system can be found on [Getting Set Up with the AWS Command Line Interface] (http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html). …


  9. Upgrade ESXi from 5.5 to 6

    It was time to upgrade my macmini’s running vmware ESXi 5.5 to 6. Since I didn’t want to hazzel with ISO’s and do it from the comfort of my desk I chose to do it via SSH and esxcli. …