Skip to content

Instantly share code, notes, and snippets.

View rwindegger's full-sized avatar

Rene Windegger rwindegger

View GitHub Profile
@rwindegger
rwindegger / users.txt
Created September 30, 2016 21:55
A list of Sharepoint Managed Accounts
"Name","Username"
"Access Service Application User","svc-SpFarmName-asa"
"Access Services 2010 User","svc-SpFarmName-as2"
"App Management Service User","svc-SpFarmName-ams"
"Businesss Data Connectivity Service User","svc-SpFarmName-bdcs"
"Excel Services User","svc-SpFarmName-es"
"Machine Translation Service User","svc-SpFarmName-mts"
"Managed Metadata Service User","svc-SpFarmName-mms"
"Performance Point Service User","svc-SpFarmName-pps"
"Search Service Application Service Acccount User","svc-SpFarmName-ssa"
@rwindegger
rwindegger / docker-compose.yml
Created September 30, 2016 21:51
This compose file runs a wordpress instance with 2 fpm and 2 nginx backend nodes, 1 varnish node and 1 nginx frontend node.
version: '2'
services:
memcached1:
image: memcached:latest
container_name: memcached1
hostname: memcached1
restart: always
networks:
- cache