tiny-tinker

Results 2 issues of tiny-tinker

So I have these items: ``` DateTime Now "Date and Time [%1$tA, %1$tm.%1$td %1$tR]" { channel="ntp:ntp:local:dateTime" } DateTime Sunrise_Time "Sunrise [%1$tH:%1$tM]" { channel="astro:sun:home:rise#start" } DateTime Sunset_Time "Sunset [%1$tH:%1$tM]" { channel="astro:sun:home:set#start"...

On [step 7](https://codelabs.developers.google.com/codelabs/cloud-managed-ad#6), the command to reset the admin password is listed as ```bash gcloud active-directory domains reset-managed-identities-admin-password $DOMAIN_NAME ``` However, the current `gcloud` doc shows it as `gcloud active-directory...