19 November, 2017
1 min read
141 words
* Requires API key with admin access, least for the target app
23 May, 2017
1 min read
124 words
Sample config file when using selenium standalone during test.
docker-compose YAML
18 May, 2017
1 min read
76 words
For binary encrypted output:
1 2 aws kms encrypt --region ap-southeast-2 --key-id alias/blah --plaintext fileb://blah --output text --query CiphertextBlob | base64 --decode > blah.enc aws kms decrypt --ciphertext-blob fileb://blah.enc --output text --query Plaintext | base64 --decode For base64 encrypted output:
15 January, 2017
1 min read
12 words
https://support.microsoft.com/en-us/contact/menu/software/windows/ts/
https://support.microsoft.com/en-au/help/947215/you-receive-a-the-user-profile-service-failed-the-logon-error-message
Had to contact Microsoft support to receive default file. Download
15 December, 2016
1 min read
141 words
Print out CloudFront X-Amz-Cf-Id when response time is slower than set threshold.