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

  1. Get the Zone ID
    Select domain name from the dashboard then zone ID will show on bottom right corner.
  2. Get the API Key
    Select log search template to give minimum privilege
  3. (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.

SALESFORCE CLI WITH DOCKER IN AWS

Auth was the tricky part as the normal auth requires a browser session rather than taking it from the CLI prompt.