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
<!DOCTYPE html> | |
<html> | |
<body> | |
<h1>My First Heading</h1> | |
<p>My first paragraph.</p> | |
</body> | |
</html> |
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
af | |
sq | |
ar | |
hy | |
az | |
eu | |
be | |
bn | |
bs | |
bg |
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
[terragrunt] 2019/03/13 15:55:09 Setting working directory to /Users/alex/SysOps/AWS/QA/cloudcraft/ap-south-1/ap-south-1/keypair/.terragrunt-cache/7FJACLBEMlnpJeba-LhQbRwG95E/TrprSvuoV_MVKNhRWamm3LGfqCA | |
[terragrunt] 2019/03/13 15:55:10 Detected 1 Hooks | |
[terragrunt] 2019/03/13 15:55:10 Running command: terraform output -json key_pair_name | |
The output variable requested could not be found in the state | |
file. If you recently added this to your configuration, be | |
sure to run `terraform apply`, since the state won't be updated | |
with new output variables until that command is run. | |
[terragrunt] 2019/03/13 15:55:13 Detected 1 Hooks | |
[terragrunt] 2019/03/13 15:55:13 Hit multiple errors: | |
exit status 1 |
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 | |
time ( | |
# pp-complete.csv from http://prod.publicdata.landregistry.gov.uk.s3-website-eu-west-1.amazonaws.com/pp-complete.csv | |
f=pp-complete.csv; for p in gzip bzip2 xz; do | |
[[ $p = gzip ]] && continue | |
for m in 1 2 3 4 5 6 7 8 9; do | |
log=$f.log.$m.$p | |
out=$f.$m.$p | |
echo $(date "+%Y-%m-%d--%H:%M:%S.%N"): $p $m start | tee -a $log | |
time $p -$m -c -k $f > $out |
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/local/bin/fish | |
mkdir -p qr | |
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title> | |
QR Codes | |
</title> |
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
alex@alex-MacBookPro:~$ LC_ALL=C chef-run -i ~/.ssh/id_ecdsa localhost log HelloWorld | |
[✔] Generated local policyfile | |
[✔] [localhost] Connected. | |
[✔] [localhost] Chef client version 14.2.0 already installed on target. | |
[✖] [localhost] The command 'bash -c 'd=$(mktemp -d -p${TMPDIR:-/tmp} chef_XXXXXX); chmod 777 $d; echo $d'' exited with return code '2' on 'localhost'. | |
CHEFRMT001 | |
The command 'bash -c 'd=$(mktemp -d -p${TMPDIR:-/tmp} chef_XXXXXX); chmod 777 $d; echo $d'' exited with return code '2' on 'localhost'. |
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
" You can use <Space>, which is interpreted as a | |
" literal " " character, to enter buffer completion mode | |
map gb :buffer<Space> |
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
- description: Testing Multi-Value Options | |
executionEnabled: true | |
id: 0ff8c9cc-2115-4864-8296-2649df0f1da2 | |
loglevel: INFO | |
name: Multi-Value Options | |
nodeFilterEditable: false | |
nodefilters: | |
dispatch: | |
excludePrecedence: true | |
keepgoing: false |
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
<joblist> | |
<job> | |
<context> | |
<options preserveOrder='true'> | |
<option delimiter=' ' multivalueAllSelected='true' multivalued='true' name='wert' required='true'> | |
<description>Werte</description> | |
</option> | |
</options> | |
</context> | |
<description>Debug für Multi-Value Options</description> |
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
<joblist> | |
<job> | |
<context> | |
<options preserveOrder='true'> | |
<option delimiter=' ' multivalueAllSelected='true' multivalued='true' name='patterns' required='true'> | |
<description>Pattern aus der `mailq` Zeile.</description> | |
</option> | |
</options> | |
</context> | |
<description>Lösche E-Mails, deren Mail Queue Zeile auf das angegebene Muster passt.</description> |