Installing Grafana for Linux Monitoring on Ubuntu 22.04: A Step-by-Step Guide

Grafana is a free, open-source, and feature-rich metrics dashboard and data visualizing tool. It is designed for Graphite, Elasticsearch, OpenTSDB, Prometheus, and InfluxDB to monitor metrics from a web-based interface. This tutorial will explain how to install Grafana 8 on Ubuntu 22.04.

Step-by-Step Guide: Installing Podman from Source on Ubuntu

Podman is a container runtime that provides features similar to Docker. It’s part of the libpod library and can be used to manage pods (Kubernetes Terminology), containers, container images, and container volumes. In this tutorial, we’re going to show you how to install Podman manually from source code on an Ubuntu server.