Skip to content

Instantly share code, notes, and snippets.

View k0a1a's full-sized avatar
📡

Danja Vasiliev k0a1a

📡
View GitHub Profile
@k0a1a
k0a1a / haproxy.cfg
Created January 10, 2018 18:51 — forked from thisismitch/haproxy.cfg
Let's Encrypt Auto-Renewal script for HAProxy
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon
maxconn 2048
@k0a1a
k0a1a / haproxy.cfg
Created January 10, 2018 18:51 — forked from thisismitch/haproxy.cfg
Let's Encrypt Auto-Renewal script for HAProxy
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin
stats timeout 30s
user haproxy
group haproxy
daemon
maxconn 2048
@k0a1a
k0a1a / final_cunt.sh
Last active December 12, 2015 08:49
once you Bash it, you can't unBash it
#!/bin/bash
## final_cunt.sh is simple, algorithmic CLI video-editor
## requires mencoder and GNU user-land
## usage: final_cunt.sh [infile]
####### settings ########
## length of a piece in seconds
P_LEN='3'