Skip to content

Instantly share code, notes, and snippets.

@m4r1k
m4r1k / install-sshpass.sh
Last active July 20, 2020 08:10 — forked from DanBurkhardt/install-sshpass.sh
Install "sshpass" on macOS Catalina
# Install "sshpass" on macOS Catalina.
#
# - sshpass allows you to easily automate password entry
# prompts for ssh sessions.
#
# Don't mess around with terminal if you
# don't know what any of this means, please.
# Evaluate for learning purposes at your own risk.
#
# Licensed under MIT. See below.
@m4r1k
m4r1k / haproxy.cfg
Created October 25, 2015 15:47 — forked from GABeech/haproxy.cfg
Stack Exchange HAProxy
# This is an example of the Stack Exchange Tier 1 HAProxy config
# The only things that have been changed from what we are running are:
# 1. User names have been removed
# 2. All Passwords have been remove
# 3. IPs have been changed to use the example/documentation ranges
# 4. Rate limit numbers have been changed to randome numbers, don't read into them
userlist stats-auth
group admin users $admin_user
user $admin_user insecure-password $some_password