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
| 0 9-19 * * 1-5 ${HOME}/.local/bin/drink-water.sh |
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
| #!/bin/bash - | |
| #=============================================================================== | |
| # | |
| # FILE: jc-selinux.sh | |
| # | |
| # USAGE: ./jc-selinux.sh | |
| # | |
| # DESCRIPTION: | |
| # | |
| # OPTIONS: --- |
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
| diff -rupN \ | |
| <( | |
| ack "^\s*resource\s*" main.tf \ | |
| | awk '{print $2"."$3}' \ | |
| | sed -e 's/"//g' \ | |
| | sort -u | |
| ) \ | |
| <( | |
| ack "^\s*value\s*=" outputs.tf \ | |
| | ack -o '[({ ,]\w*\.\w*\.?' \ |
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
| diff -rupN \ | |
| <( | |
| ack '^\s*variable\s*"' variables.tf \ | |
| | awk '{print $2}' \ | |
| | sed -e 's/"//g' \ | |
| | sort -u | |
| ) \ | |
| <( | |
| ack -o "var\.\w+" main.tf \ | |
| | sed -e 's/var\.//' \ |
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
| enable-ssh-support | |
| pinentry-program /usr/bin/pinentry-curses | |
| default-cache-ttl 60 | |
| max-cache-ttl 120 |
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
| BYOBU_BACKEND=screen |
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
| [user] | |
| email = [email protected] | |
| name = Nick Henry | |
| [github] | |
| user = nshenry03 |
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
| --- | |
| - hosts: all | |
| gather_facts: no | |
| vars: | |
| user_list: | |
| - name: john.doe | |
| git_config: | |
| - user.name: John Doe | |
| - user.email: [email protected] | |
| - user.signingkey: 0A46826A |
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
| #!/bin/bash | |
| # | |
| # Ansible role test shim. | |
| # | |
| # Usage: [OPTIONS] ./tests/test.sh | |
| # - distro: a supported Docker distro version (default = "fedora29") | |
| # - playbook: a playbook in the tests directory (default = "test.yml") | |
| # - role_dir: the directory where the role exists (default = $PWD) | |
| # - cleanup: whether to remove the Docker container (default = true) | |
| # - container_id: the --name to set for the container (default = timestamp) |
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
| "=============================================================================== | |
| " | |
| " File: customization.vimrc | |
| " | |
| " Description: suggestion for a personal configuration file ~/.vimrc | |
| " | |
| " VIM Version: 7.0+ | |
| " Author: Dr. Fritz Mehner (fgm), [email protected] | |
| " Version: 1.0 | |
| " Created: 18.05.2013 21:59 |
NewerOlder