All Along the WATCHTOWER!
Run from docker-compose: version: "3.8" services: watchtower: image: containrrr/watchtower:latest container_name: watchtower environment: – TZ=Europe/Warsaw – WATCHTOWER_CLEANU...
Run from docker-compose: version: "3.8" services: watchtower: image: containrrr/watchtower:latest container_name: watchtower environment: – TZ=Europe/Warsaw – WATCHTOWER_CLEANU...
My Home Assistant instance been giving me head ache with “No valid ingress session None” error when using a few addons, two of which being quite important to me (AdGuard and File Editor). Solution ...
On June 29th Synology finally released a new major version of their flagship NAS OS DiskStation Manager for all supported models. Fortunately enough, so I thought, my DS216j was on the list so why ...
Breaking changes: Replaced MR33 with UAP-AC-Lite Replaced RB960PGS with Ubiquiti Security Gateway Detailed post on theses changes coming soon.
Yeah, I sometimes do, here’s a simple code to do that. You can replace 2GB in Where-Object {$_.Length -gt 2GB} part to something else matching your need. $Path = PathToBeScanned Get-ChildItem -Pat...
Simple Powershell code to check Hyper-V servers last reboot date if needed. Servers are pulled from their AD OU. $OU = "<OUTPUTPATH>" $Hosts = (Get-ADComputer -Filter * -SearchBase $OU).Name...