Amir Zarrinkafsh
Amir Zarrinkafsh
> Is xdotool run from the command line? If so, there might be an added overhead which makes it run a bit slow, but not positive. Yes, it is. >...
The default Dashboard and deployment monitor the network usage of the node-exporter container. If you are using https://github.com/stefanprodan/dockprom/blob/master/docker-compose.exporters.yml and intending to monitor multiple of your interfaces you need to also...
> On my home network the IPv6 address of a device changes daily Is this because of link privacy on wireless devices?
@jedevc I performed a bisect to try and identify the issue for Docker [here](https://github.com/moby/moby/issues/49513#issuecomment-2770733240). It could be worthwhile attempting to build against Go 1.24.2 with that specific bad commit reverted...
I believe this is an Nvidia + Webkit issue. Try running `IPTVnator` with `WEBKIT_DISABLE_DMABUF_RENDERER=1`.
Can those who are experiencing issues please run the following script and paste your results here? ```bash #!/usr/bin/env bash API="https://api.steampowered.com/IContentServerDirectoryService/GetServersForSteamPipe/v1/?max_servers=30" payload=$(curl -s "${API}") echo "${payload}" | jq -c '.response.servers[]' |...
For reference, from my residential connection: ``` cache2-mel-iioa.steamcontent.com: 403 | OpenCache: true cache1-mel-iioa.steamcontent.com: 403 | OpenCache: true cache2-mel-edgx.steamcontent.com: 403 | OpenCache: true cache1-mel-edgx.steamcontent.com: 403 | OpenCache: true cache2-adl-iioa.steamcontent.com: 403 |...
Yeah, Aussie run their own CDNs and those are prioritised, is what I recall when I was still with them. This seems to very much align with the notion of...
> I believe the problem is in multiple places: > > * https://api.steampowered.com/IContentServerDirectoryService/GetServersForSteamPipe/v1 isn't returning all possible Australian servers > > * ~Servers with iioa _might_ be restricted to TPG...
Something has changed recently with that API return. I'm on Leaptel, and as you can see from my results previously, I had the Sydney servers returned. Using that same script...