No picture
General

Install ioBroker on Raspberry Pi

Installation Update Node.js package source: curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - Install Nodejs and other dependencies: sudo apt install nodejs build-essential python Installation ioBroker Install ioBroker sudo mkdir /opt/iobroker sudo chmod 777 /opt/iobroker cd [...].

No picture
General

Install ioBroker on Raspberry Pi

Installation Update Node.js package source: curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - Install Nodejs and other dependencies: sudo apt install nodejs build-essential python Installation ioBroker Install ioBroker sudo mkdir /opt/iobroker sudo chmod 777 /opt/iobroker cd [...].

Amazon Echo

Controlling Homematic with Amazon Echo (Dot / Alexa)

Unfortunately, there is no Homematic Skill for Amazon Alexa Voice Service (Amazon Echo). Nevertheless, the [amazon_textlink asin='B00BZ6XLJ0′ text='Homematic' template='ProductLink' store='rpininja-21′ marketplace='DE' link_id='5c019a96-ed0f-11e6-88c1-6f4f9540b732′] can be controlled very easily with the Echo, or, the Echo Dot. These [...]

debian

Fix nextcloud PHP warning

Nextcloud displays the following message in the admin interface after a standard installation. Fixing this is quite easy. PHP does not seem to be set up correctly to query system environment variables. The test with getenv ("PATH") only returns a [...]

debian

Fix nextcloud warnings under nginx

nextcloud requires very precisely defined server settings. If these are not set correctly, the following messages are displayed in the admin interface: The "X-XSS-Protection" HTTP header is not configured to match "1; mode=block". This is a potential security risk and it [...]