I still have an APC Back-UPS CS500 which protects my Synology, Rasperry PI and co.
Since it’s not network-capable and only has “Simple Signalling”, I want to do this with an ESP8266 smart.
[Read More]
Since the Firefox update to version 80 and 79 on android a few things have changed to be able to use your own syncserver as described in the blog post Setup your own Firefox Sync Server with Docker.
[Read More]
When the ESP32 goes into DeepSleep and wake up, it will not restart the code execution from where it entered DeepSleep, like an ATmega witch restarts code execution at the same place including all set variables. The ESP32 starts in the Setup function an reinitializes all variables, this means that...
[Read More]
For various projects where a long runtime with batteries is important I use a modify Arduino Pro Mini 328 3.3V/8Mhz (ATmega328P).
As an example a flashing sketch is used, which turns the LED on for 1 second and off for 8 seconds.
[Read More]
On a docker project where i had to add gnupg keys i always got an error keyserver receive failed: Connection refused. After a while of troubleshooting, i realized it’s not a connection or DNS problem. But that the Dirmngr did not use the configured DNS servers of the system. gpg...
[Read More]
Github currently supports hardware security keys (SoloKeys, Yubico, …) as second factor only with Google Chrome but not with Firefox,
although Firefox supports U2F and on other sites this also works flawlessly.
This browser doesn’t support the FIDO U2F standard yet.
[Read More]
If you don’t want your bookmarks, tabs, cronics, … to be stored by Firefox in the Firefox cloud, you can run your self-hosted Firefox Sync server.
After that, only the Mozilla-hosted accounts server (https://accounts.firefox.com) is used, but the data is stored locally.
[Read More]