alias -g PACKER_RDP='$(netstat -anlp |& grep 127.0.0.1:59 | tr -s " " | cut -d " " -f 4)'
rdesktop-vrdp PACKER_RDP
This file contains 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
Tue Feb 20 14:33:34 UTC 2018 |
This file contains 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 python | |
import json | |
import os | |
import requests | |
def main(): | |
module = AnsibleModule( | |
argument_spec=dict( | |
cert_path=dict(required=True), |
This file contains 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
#nginx/docker-compose.yml | |
version: '2' | |
services: | |
nginx-proxy: | |
image: jwilder/nginx-proxy | |
container_name: nginx-proxy | |
restart: always | |
networks: | |
- webapps | |
ports: |
This file contains 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
remapblock | |
ESC BACK_QUOTE | |
BACK_QUOTE ESC | |
endblock | |
macroblock | |
macro ESC SHIFT | |
PUSH_META CLEAR_META ALL | |
SET_META LSHIFT | |
PRESS BACK_QUOTE | |
POP_ALL_META |