February | 2019 | I do stuff sometimes.

Ramblings about things.

Monthly Archives: February 2019

Install Grafana on Debian


Here I will show you how to install Grafana on a headless Debian server using the last current (at the time) stable release. First, make sure your Debian server is up to date: sudo apt-get update && apt-get upgrade Download the Grafana stable release. I put theese packages in the /tmp folder: cd /tmp/ sudo…

Read More

Install InfluxDB on Debian


I use InfluxDB paired together with HomeAssistant to easy and effortlessly access data by query. Also, this would be an ideal way to make data available to Grafana. First of all, make sure that your Debian server is up to date: sudo apt-get update && apt-get upgrade Install Curl: sudo apt-get install curl Add the…

Read More

  • Archives