-
Thinking about Raspberry Pi security monitor https www…
Thinking about Raspberry Pi security monitor https://www.tomshardware.com/how-to/raspberry-pi-security-camera-motion-sensor Connect and control Raspberry Pi motion detector PIR https://forum.arduino.cc/t/help-me-to-understand-the-two-potmeters-on-my-pir-sensor/372895 https://phoenixnap.com/kb/enable-ssh-raspberry-pi https://www.raspberrypi.com/documentation/accessories/camera.html need to add dtoverlay=imx219 in /boot/config.txt for pi camera module 2 Enable Glamor for RPi 3? https://www.raspberrypi.com/documentation/accessories/camera.html#getting-started
-
An error occurred while installing debase 0.2.4.1 and…
An error occurred while installing debase (0.2.4.1), and Bundler cannot continue. https://github.com/ruby-debug/debase/issues/65 gem install debase — –with-cflags=”-Wno-error=implicit-function-declaration”
-
Virtual host challenges DocumentRoot must be set for…
Virtual host challenges DocumentRoot must be set for whatever port `*.80` or `*.443` that you wish to direct to. https://community.letsencrypt.org/t/problem-binding-to-port-80-could-not-bind-to-ipv4-or-ipv6/60527 : To use –standalone you must stop your apache before you run certbot. The standalone spins up a temporary web service to enable responses to the challenge request. This is only used when there is…