I use Rasperry Pi to display Kibana on one of my screens. It is easy to manage Raspberry Pi through VNC by just running one script.
Tag: raspberrypi
UniFi Network Controller with Raspberry Pi
Install Raspbian https://www.raspberrypi.org/downloads/raspbian/ I use Lite because i'm only using SSH to manage my Raspberry Pi. sudo systemctl start ssh Raspberry configuration sudo apt update sudo apt full-upgrade -y sudo reboot sudo apt install -y vim iptables-persistent openjdk-8-jre-headless Remove Java 9 ( if needed ) Raspbian Lite doesnt come with java preinstalled but if you … Continue reading UniFi Network Controller with Raspberry Pi