Skip to content

Instantly share code, notes, and snippets.

View MidnightLightning's full-sized avatar

Brooks Boyd MidnightLightning

View GitHub Profile
@g-k
g-k / gpg-git-smudge-clean.md
Last active June 22, 2022 07:16
test transparent git encryption with smudge clean filters using gpg

Generate a GPG Key and revocation cert per http://www.gnupg.org/gpg/en/manual.html:

gpg --key-gen
gpg --output revoke.asc --gen-revoke <my user ID or email>

Once gpg key in keyring we can encrypt and decrypt files.

@KenMacD
KenMacD / cmd.md
Created October 7, 2011 02:41
GPG Offline Master Key
@rcaetano
rcaetano / gist:993399
Created May 26, 2011 15:52
Scripts for setting up amazon EC2 instances to mine bitcoins
# miner_pool.sh - executes a script against each instance: ./mine_pool.sh setup.sh
# list your instances here
# use ami-12b6477b
INSTANCES="ec2-50-19-52-212.compute-1.amazonaws.com
ec2-50-16-126-107.compute-1.amazonaws.com
ec2-184-72-177-183.compute-1.amazonaws.com
ec2-50-17-126-57.compute-1.amazonaws.com
ec2-184-73-119-153.compute-1.amazonaws.com"