Skip to content

Instantly share code, notes, and snippets.

View BinaryShrub's full-sized avatar

Justin BinaryShrub

  • California, US
View GitHub Profile
@vicly
vicly / aws_cloudfront_s3.md
Created December 19, 2018 22:27
[CloudFront+S3+EdgeLambda] #AWS
@BinaryShrub
BinaryShrub / initramfs-unlocker.sh
Last active May 29, 2020 04:32
LUKS remote decrypt (dropbear) for Ubuntu 16.04.1 on btrfs array
#!/bin/bash
## LUKS remote decrypt for Ubuntu 16.04.1 - by BinaryShrub
# NOTES:
# Tailor lines 67 - 69 to your system before running!
# Use at your own risk!
# Safety Check
if [ "$EUID" -ne 0 ]
then echo "You must run this as root"