ubuntu

How to Manage Docker Images and Containers on Ubuntu 24.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up a Private Docker Registry on Ubuntu 24.04

A private Docker registry lets you store and distribute custom Docker images within your organisation without sending them to Docker Hub. This guide sets up a private Docker registry with TLS and basic authentication on Ubuntu 24.04 LTS. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server Docker Engine and Docker Compose […]

Read more
How to Manage Docker Images and Containers on Ubuntu 24.04 — step-by-step Linux tutorial on Progressive Robot

How to Deploy Applications with Docker Compose on Ubuntu 24.04

Docker Compose simplifies deploying multi-service applications. This guide walks through creating a production-ready Docker Compose deployment for a LEMP stack (Nginx, MySQL, PHP) on Ubuntu 24.04 LTS. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server Docker Engine and Docker Compose plugin installed A user in the docker group Step 1 – […]

Read more
How to Manage Docker Images and Containers on Ubuntu 24.04 — step-by-step Linux tutorial on Progressive Robot

How to Manage Docker Images and Containers on Ubuntu 24.04

Understanding how to manage Docker images and containers is fundamental to working with Docker. This guide covers the essential commands for pulling, building, running, inspecting, and cleaning up Docker images and containers on Ubuntu 24.04 LTS. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server Docker Engine installed A user in the […]

Read more
How to Manage Docker Images and Containers on Ubuntu 24.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Docker Volumes and Bind Mounts on Ubuntu 24.04

Docker volumes and bind mounts allow containers to persist data beyond their lifecycle and share data with the host. This guide covers Docker volumes and bind mounts on Ubuntu 24.04 LTS. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server Docker Engine installed A user in the docker group Step 1 – […]

Read more
How to Manage Docker Images and Containers on Ubuntu 24.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Portainer for Docker Management on Ubuntu 24.04

Portainer is a powerful web-based UI for managing Docker environments. It simplifies container management, image deployment, volume administration, and network configuration. This guide installs Portainer Community Edition on Ubuntu 24.04 LTS. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server Docker Engine installed A user in the docker group Step 1 – […]

Read more
How to Manage Docker Images and Containers on Ubuntu 24.04 — step-by-step Linux tutorial on Progressive Robot

How to Configure Docker Networking on Ubuntu 24.04

Docker networking controls how containers communicate with each other and the outside world. This guide explains Docker’s network types and demonstrates how to create and manage custom networks on Ubuntu 24.04 LTS. Tested and valid on: Ubuntu 24.04 LTS Prerequisites Ubuntu 24.04 LTS server Docker Engine installed A user in the docker group Step 1 […]

Read more
How to Set Up Software RAID with mdadm on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Prometheus and Grafana on Ubuntu 26.04

Prometheus is an open-source metrics collection and alerting system, while Grafana provides beautiful dashboards for visualising those metrics. Together they form the most popular open-source monitoring stack. This guide installs both on Ubuntu 26.04 LTS with Nginx and SSL. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with Nginx installed A user […]

Read more
How to Set Up Software RAID with mdadm on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up the ELK Stack on Ubuntu 26.04

The ELK Stack (Elasticsearch, Logstash, Kibana) is a powerful log management and analytics platform. Elasticsearch stores and indexes logs, Logstash collects and transforms them, and Kibana provides visualisation dashboards. This guide installs the ELK stack on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with at least 4 GB […]

Read more
How to Set Up Software RAID with mdadm on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Zabbix 7 on Ubuntu 26.04

Zabbix 7 is an enterprise-grade open-source monitoring solution that collects metrics from servers, network devices, cloud services, and applications. It supports SNMP, JMX, IPMI, and custom monitoring scripts. This guide installs Zabbix 7 on Ubuntu 26.04 LTS with MySQL and Nginx. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with MySQL 9 […]

Read more
How to Set Up Software RAID with mdadm on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Netdata on Ubuntu 26.04

Netdata is an open-source, real-time performance monitoring tool that provides per-second metrics for CPUs, RAM, disks, network, processes, and hundreds of applications out of the box. It requires zero configuration to get started. This guide installs Netdata on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS A user with […]

Read more
CHAT