Before switching to PHP 8.2, you have to deactivate the previously activated Apache module. The following commands will deactivate the already activated Apache module and then activate PHP 8.2 Apache module. Then the next commands will set PHP 8.2 as the default version for the command line interfac...
Continue reading...Certbot with DNS challenge
sudo certbot certonly --manual --preferred-challenges dns -d manavik.one -d *.manavik.one
Continue reading...
OctoPrint + Mattermost private install SSL verify error
Issue: OctoSlack Plugin throws SSL verify error in case of using self-signed server certificate for the Mattermost instance. Solution: Edit /home/pi/oprint/bin/octoprint and add the highlighted lines to make Python use servers default CA bundle file (must include the self-signed root CA then):
... Continue reading...Waveshare 5 inch HDMI LCD with Raspberry
Wiki Entry: https://www.waveshare.com/wiki/5inch_HDMI_LCD_(B)
* LAN/WLAN sind eingerichtet * optional: Keyboard Layout ist eingestellt * RASPBIAN Version 9.1 installiert (Terminal: lsb_release -a)
Installation Display * Terminal öffnen * mit "sudo vi /boot/config.txt" editieren -- wer sich mit...
Continue reading...Pine64 LCD + Touch Linux
Download Debian image (I used XFCE): https://www.pine64.pro/downloads/linux-images/
Again, this is only on debian base. I recommend you update the kernel first to 3.10.104-1-pine64 with the update scripts:
Code:
bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/mas...