Page A

*** currently under construction ***

Read More

Page B

*** currently under construction ***

Read More

Page C

*** currently under construction ***

Read More

influxd-systemd-start.sh[PID]: Failed to reach influxdb http endpoint at http://localhost:8086/health

on my Raspi4 the last installed influxd-package was no more able to start the service.CPU-load was at 100%, the “systemctl start influxd” routine was running in a loop.As the smarthome generates many data the service took longer to start as expected by the new startup-script influxd-systemd-start.sh . Fix:in ./usr/lib/influxdb/scripts/influxd-systemd-start.sh: increase the sleep timer (in my

Java: Remove brackets / leading slashes from String

My Android-app have always presented the DNS-Server(s) with brackets / leading slashes like: How can we get rid of these unnecessary characters ? String myIp2Dns1: Log: Solution: Manipulation of String myIp2Dns1: This command removes brackets / slashes / backslashes from the String. The output looks much better now: