Short 3 km walk and fitbit workout. There was some emphasis on arms today, and my arms are SUPER sore.
Next fitbit workout is back and core
Short 3 km walk and fitbit workout. There was some emphasis on arms today, and my arms are SUPER sore.
Next fitbit workout is back and core
I’ve been getting horrendously slow speeds on Linux Steam (~500k/s) and 5-6Mb/s on Windows, and only now found out why. There’s a ticket on GitHub for this:
https://github.com/ValveSoftware/steam-for-linux/issues/3401
In short, the client is very aggressive on its DNS requests, which normally causes it to be throttled by servers, leading to really slow downloads. However, using dnsmasq
allows the requests to be cached locally and offload the requests.
Even though the instructions are for Arch, they worked for me:
dnsmasq
/etc/dnsmasq.config
and add the line listen-address=127.0.0.1
dnsmasq
service (systemctl restart dnsmasq.service
) or reboot your machineEnjoy the speed