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
| # src - https://t.me/terraform_ru/52974 | |
| echo 'yamldecode(file("filename.yaml"))' | terraform console |
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
| export const labels = { | |
| // Auth | |
| signInLabel: 'Sign In', | |
| signOutLabel: 'Sign Out', | |
| signInHeader: 'Sign in to your account', | |
| signInResetPassword: 'Reset password', | |
| signInCreateAccount: 'Create account', | |
| } |
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
| version: '2.1' | |
| services: | |
| cassandra: | |
| image: cassandra:latest | |
| networks: | |
| - reactive-network | |
| volumes: | |
| - cassandra_data:/var/lib/cassandra | |
| # - ${PWD}/data/cassandra/data:/var/lib/cassandra |
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
| #UseHook | |
| !VKC0SC029::Return ; grave -> the grave ` accent gave some probs, used the virtualkey + scancode instead | |
| !e::Return ; acute | |
| !i::Return ; circumflex | |
| !t::Return ; tilde | |
| !u::Return ; umlaut | |
| ; 1 2 3 4 5 6 7 8 9 1 | |
| ; 0 | |
| ; r g G a A c C t T u U |
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
| commands: | |
| 01_add_blackfire_repo: | |
| command: "sudo yum install -y pygpgme && wget -O - 'http://packages.blackfire.io/fedora/blackfire.repo' | sudo tee /etc/yum.repos.d/blackfire.repo" |