This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:~ | |
:= | |
:_# | |
:, | |
:! | |
:!! | |
:. | |
:@ | |
:@@ | |
:#! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Brieonce | |
Celine Dijon | |
Cheeses & Mary Chain | |
Lil Kimchi | |
Iggy Popsicle | |
Modest Mousse | |
Rigatoni Toni Tone | |
S'Morrissey | |
Jay Ziti | |
Sonny and Pear |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ dig happy.newyear | |
; <<>> DiG 9.8.3-P1 <<>> happy.newyear | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 59466 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import random | |
import re | |
import sys | |
options = {} | |
class RollSpec: | |
def __init__(self, spec): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!yaml|gpg | |
myapp: | |
username: app_user | |
password: | | |
-----BEGIN PGP MESSAGE----- | |
... | |
-----END PGP MESSAGE----- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myapp: | |
username: app_user | |
password: hunter2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[myapp] | |
username = {{ pillar['myapp']['username'] }} | |
password = {{ pillar['myapp']['password'] }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[myapp] | |
username = app_user | |
password = hunter2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dan@george:/tmp/secrets$ echo "nuclear launch code: SashaMalia44" > launchcode.txt | |
dan@george:/tmp/secrets$ blackbox_register_new_file launchcode.txt | |
========== PLAINFILE launchcode.txt | |
========== ENCRYPTED launchcode.txt.gpg | |
========== Importing keychain: START | |
gpg: Total number processed: 1 | |
gpg: unchanged: 1 | |
========== Importing keychain: DONE | |
========== Encrypting: launchcode.txt | |
========== Encrypting: DONE |
NewerOlder