Month: February 2023
wttr.in caches | solution
wttr.in id really great stuff. But it caches its output. If you need really fresh data, go to worldweatheronline.com. This is the place wttr.in gets their data from. Create yourself an account and get api key. Its not for free, but the lowest plan is for about $1 per month (in 2023) so its imho […]
chrome proxy settings via gpo or registry
Check this: https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::ProxySettings&Language=de-de How i did it: copy the json stuff into an editor, tune your parameters and transdorm it into one single line. Then put this string into your gpo input field. It will appear in HKCU\Software\Policies\Google\Chrome\ProxySettings as REG_SZ
Zammad | run rails to get tickets from a group on console
owner_id = 1 means the ticket is not claimed/ownerless
triggering ikea tradfri gateway on debian
Get the IP with arping. Then trigger the gateway to retuen you a passkey for a username you can define: Get a list of paired devices from your gateway: Get props of a device: Set devices props:
ZAMMAD | notification mail problem
Some users do not get notification mails? If a ticket status is changed the systems starts to email to a list of recipients. After each single successful delivery one info line is written to the tickets history. If one delivery fails (wrong address i.e.), the whole process is stopped (crashed? bug?)) and all these following […]