Skip to content

Instantly share code, notes, and snippets.

View davcevski's full-sized avatar

Mario Davchevski davcevski

View GitHub Profile
@katopz
katopz / setup-zeromq.sh
Last active April 12, 2025 00:09 — forked from cdjhlee/zeromq_install.sh
Setup zeromq in Ubuntu 16.04
#!/usr/bin/bash
# Download zeromq
# Ref http://zeromq.org/intro:get-the-software
wget https://github.com/zeromq/libzmq/releases/download/v4.2.2/zeromq-4.2.2.tar.gz
# Unpack tarball package
tar xvzf zeromq-4.2.2.tar.gz
# Install dependency
@haproxytechblog
haproxytechblog / blog20200724-01.sh
Last active July 11, 2023 08:16
Enable TLS with Let's Encrypt and the HAProxy Kubernetes Ingress Controller
$ helm repo add haproxytech https://haproxytech.github.io/helm-charts
$ helm repo update
$ helm install haproxy haproxytech/kubernetes-ingress