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
### Palo Alto | |
# | |
############################################################################# | |
### Sources | |
# | |
# Don't specify an IP so we listen on all. | |
# Tuning: https://codeascraft.com/2012/08/13/performance-tuning-syslog-ng/ | |
# log-fetch-limit = number of lines from source in a "chunk" | |
# log-iw-size = max-connections * log-fetch-limit | |
# log-fifo-size = log-iw-size * 20 (set globally above) |
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/env bash | |
##### | |
# Passphrase generator a la Diceware and XKCD | |
# | |
# Usage: | |
# chbs.sh [word count] [phrase count] | |
# | |
# https://gist.github.com/meznak/f230e36d7d8f8cbbf62a9a80a9eff0d7 | |
# https://xkcd.com/936/ |
OlderNewer