quinta-feira, 13 de janeiro de 2022

Raspberry Pi: Install Apache + MySQL + PHP (LAMP Server)

0 comentários
 Raspberry Pi: Install Apache + MySQL + PHP (LAMP Server) | Random Nerd Tutorialsn this guide, you’ll learn how to install a LAMP (Linux, Apache, MySQL, PHP) server on a Raspberry Pi. LAMP is a software bundle that is used for web development. The Raspberry Pi will have Raspbian OS installed and you’ll use phpMyAdmin to easily manage your database through a web interface.PrerequisitesBefore continuing with this tutorial:You ...
Continue reading →
sábado, 8 de janeiro de 2022

How to enable I2C on hass.io / resin.io

0 comentários
 sing your prefered CLI text editor add and save to /mnt/boot/config.txt the following lines:dtparam=i2c1=ondtparam=i2c_arm=onAlternatively you can add to the directory /etc/modules-load.d/ file named rpi-i2c.conf with following lines in it:i2c-devi2c-bcm2708personally I did both.InstallationWithin Home Assistant, click Supervisor-> Add-on Store -> … button (in top left)-> Repositories. Add this repository. 2.6kGitHubadamoutler/HassOSConfigurator 1.5kA ...
Continue reading →