ADD HTTP AUTH USERNAME INTO ENVOY PROXY LOGGING
Oddly couldn’t find any useful copy & paste solution for this.
SONY WH-1000XM4 NOISE ISSUE
My less than 6m old Sony WH-1000XM4 suddenly started making wind like static noise from the right side only.
FARGATE CONTAINER HEALTHCHECK
Long story in short, unlike what https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_HealthCheck.html suggests, fargate doesn’t have curl.
EXCLUDE A KOTLIN SUBPROJECT FROM GRADLE JACOCO
In my project, one of the subproject is NodeJS hence the usual Jacoco setup:
TRUEIMAGE DS918+
TrueImage can’t be installed on DS918+
To bypass it, download the docker package from below URL and get a hex editor.
[BASH] REPEAT BUILD STEP
When you need to print out YAML build step for multiple environments.
CLOUDFLARE LOG SEARCH
- Get the Zone ID
Select domain name from the dashboard then zone ID will show on bottom right corner. - Get the API Key
Select log search template to give minimum privilege - (Optional) Look up the fields available
curl -s -H "X-Auth-Email: <EMAIL>" -H "Authorization: Bearer <API KEY>" "https://api.cloudflare.com/client/v4/zones/<Zone ID>/logs/received/fields" | jq .
4. Run Log Search (modify date & time bit as you need)
AWS TGW VPN USING UNIFY UDM
Transit Gateway (TGW) is a managed cloud router service provided by AWS and it supports direct VPN attachment.
AMAZON SES WITH POSTFIX IN UBUNTU
Was looking at https://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix.html but it’s not really working as it’s missing some key commands.
SELENOID PARALLEL CI TESTING
Selenoid is handy tool to manage test runner with minimum efforts.
As it uses own dependent containers by itself, need to maintain single Selenoid run per build agent.