Yes it’s absolutely possible to set up a LAMP server with MariaDB and PHP on Raspberry Pi! Perhaps you already have a project in mind, but here is a great…
Category: Linux
Posts that are relevant to Linux users
How To Write A BASH Script With Arguments
So you’ve written a simple BASH script but you want to know how to pass information to the script? In this tutorial we will learn how to pass arguments from…
Home Assistant For Webmasters: Managed Dropbox Backups
Did you know that Home Assistant can be far more than just a home assistant? It is probably not too far fetched to say that it can manage, schedule and…
Home Assistant Person Detection (Deepstack AI Tutorial)
Smart home artificial intelligence may sound like something from the future, even in 2020. However the future is here and person, object and facial detection are easily accessible to the…
Help! Home Assistant Won’t Restart! (7 Possible Solutions)
Are you trying to access your Home Assistant user interface but no matter how long you wait, your browser just keeps you hanging on the error screen? Don’t worry help…
Home Assistant Face Recognition (Facebox Step-by-step Guide)
Did you know that Home Assistant can give your doorbell super powers? Proximity sensors are so last season! Get your doorbell to recognise the person at the door and send…
Home Assistant Telegram Bot Example (Tutorial With Pictures)
Are you the type of person who would love to have a butler or servant to do all of your bidding? Sure you can turn your lights on in the…
How To Set Up A Web Server using Wemos D1 Mini and Arduino
You may already know that the ubiquitous ESP8266 is designed to connect to WiFi, but did you know it can also act as a web server? In this tutorial you…
Easily Update ESP8266 Devices OTA With The Arduino IDE
ESP8266 WiFi devices can be conveniently flashed over the air (OTA) using the Arduino IDE. All that is required is a little additional code in the sketch in order to…
Arduino To IFTTT Using Webhooks (Step-by-step Tutorial)
As the IFTTTWebhooks Arduino library is now deprecated and no longer works, I thought I would make my own solution. After several hours of research I have put together a…