Skip to content

Instantly share code, notes, and snippets.

@Cerothen
Cerothen / cert-domains.sh
Last active January 4, 2018 04:44
LetsEncrypt
#!/usr/bin/env bash
# This file is stored in the home directory on my system, update as you would see fit.
# certbot certonly --webroot -w /var/lib/haproxy $(/home/cert-domains.sh)
domainlist=(
'host.tld'
'sub001.host.tld'
'sub002.host.tld'
'sub003.host.tld'
@Cerothen
Cerothen / AdvancedWindowSnap.ahk
Last active April 2, 2022 03:36 — forked from AWMooreCO/AdvancedWindowSnap.ahk
Advanced Window Snap is a script for AutoHotKey that expands upon Windows built-in window-snapping hotkeys.
/**
* Advanced Window Snap (Extended
* Snaps the Active Window to one of nine different window positions.
*
* @Editing author Jarrett Urech
* @Original author Andrew Moore <andrew+github@awmoore.com>
* @version 2.1
*
**/