Skip to content

Instantly share code, notes, and snippets.

View danievanzyl's full-sized avatar
🙀

Danie van Zyl danievanzyl

🙀
View GitHub Profile
@danievanzyl
danievanzyl / haproxy.cfg
Created November 17, 2021 12:06 — forked from voduytuan/haproxy.cfg
Sample pass through SSL on Haproxy
...
#create new frontend to process 443
frontend https_frontend
bind *:443
mode tcp
option tcplog
default_backend farm_docker2
@danievanzyl
danievanzyl / logstash-perf.md
Created July 12, 2016 06:43 — forked from paulczar/logstash-perf.md
logstash performance deets

Logstash Performance Testing

Server Details

HP BL460

  • 48 Gb Memory
  • 2 x X5675 @ 3.07GHz
  • 2 x 10 gbps NIC
  • 2tb NetApp NFS volume for ES data
@danievanzyl
danievanzyl / typescript_angular.adoc
Created April 25, 2016 20:22 — forked from esfand/typescript_angular.adoc
AngularJS with TypeScript
@danievanzyl
danievanzyl / oracle_curl.sh
Last active September 18, 2015 10:27
Download from OTN Oracle
#!/bin/bash
curl -L -O -H "Cookie: oraclelicense=accept-securebackup-cookie" $1