Install Grafana on Debian or Ubuntu
Edit this text
Install Grafana on Debian or Ubuntu
sudo apt-get install -y apt-transport-https
sudo apt-get install -y software-properties-common wget
sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
Stable release
echo...
wahaduzzaman.hashnode.dev2 min read