Skip to content

Instantly share code, notes, and snippets.

@d4rk22
d4rk22 / docker-compose.yml
Created August 6, 2018 19:30
letsencrypt-dns docker-compose.yml
version: '3'
services:
letsencrypt:
container_name: letsencrypt
image: adferrand/letsencrypt-dns
environment:
LETSENCRYPT_USER_MAIL: ${LETSENCRYPT_USER_MAIL}
LEXICON_PROVIDER: ${LEXICON_PROVIDER}
LEXICON_CLOUDFLARE_TOKEN: ${LEXICON_CLOUDFLARE_TOKEN}
@d4rk22
d4rk22 / create-bootable-installer-for-macos-big-sur.sh
Created February 25, 2021 07:50
My contribution to bootableinstaller.com
#########################
# bootableinstaller.com #
#########################
set -e
set -u
# Create an empty
hdiutil create -o /tmp/empty -size 12800m -volname "Big Sur" -layout SPUD -fs HFS+J