ubuntu-26-04

How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Jenkins on Ubuntu 26.04

Jenkins is the most widely used open-source automation server. It supports building, testing, and deploying software through pipelines defined as code (Jenkinsfile). This guide installs Jenkins LTS on Ubuntu 26.04 LTS and secures it behind Nginx with HTTPS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with Java 21+ (OpenJDK) Nginx installed […]

Read more
How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install GitLab CE on Ubuntu 26.04

GitLab Community Edition (CE) is a self-hosted Git repository platform with built-in CI/CD, issue tracking, container registry, and merge request workflows. This guide installs GitLab CE on Ubuntu 26.04 LTS using the official Omnibus package. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with at least 4 GB RAM and 2 CPUs […]

Read more
How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up a Git Server with Gitea on Ubuntu 26.04

Gitea is a lightweight, self-hosted Git service written in Go. It provides a GitHub-like interface with repositories, issues, pull requests, and actions CI/CD, but runs on minimal hardware. This guide installs Gitea on Ubuntu 26.04 LTS with Nginx and a PostgreSQL database. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with Nginx […]

Read more
How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Ansible on Ubuntu 26.04

Ansible is an agentless IT automation tool that uses SSH and YAML playbooks to configure servers, deploy applications, and orchestrate complex workflows. It requires no agents on managed nodes — just SSH access and Python. This guide installs Ansible on Ubuntu 26.04 LTS and runs a first playbook. Tested and valid on: Ubuntu 26.04 LTS […]

Read more
How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Terraform on Ubuntu 26.04

Terraform is HashiCorp’s infrastructure-as-code tool that lets you define cloud and on-premises resources in human-readable configuration files that you can version, reuse, and share. This guide installs Terraform on Ubuntu 26.04 LTS and runs a first configuration. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS A user with sudo privileges Cloud provider […]

Read more
How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Register a GitHub Actions Self-Hosted Runner on Ubuntu 26.04

GitHub Actions self-hosted runners allow you to run CI/CD workflows on your own hardware, giving you full control over the environment, installed tools, network access, and compute resources. This guide registers and configures a GitHub Actions self-hosted runner on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS A GitHub […]

Read more
How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Use Helm on Ubuntu 26.04

Helm is the package manager for Kubernetes. It uses charts — pre-configured Kubernetes application packages — to simplify deploying complex applications. Helm 3 removed Tiller, making it more secure and easier to use. This guide installs Helm on Ubuntu 26.04 LTS and demonstrates common workflows. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 […]

Read more
How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up ArgoCD on Ubuntu 26.04

ArgoCD is a declarative GitOps continuous delivery tool for Kubernetes. It monitors Git repositories and automatically syncs the desired application state into your Kubernetes cluster. This guide installs and configures ArgoCD on Ubuntu 26.04 LTS with a running Kubernetes cluster. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with a running Kubernetes […]

Read more
How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install Vagrant and VirtualBox on Ubuntu 26.04

Vagrant is a tool for building and managing virtual machine environments. Combined with VirtualBox as the hypervisor, Vagrant lets developers spin up reproducible development environments from a simple Vagrantfile configuration. This guide installs Vagrant and VirtualBox on Ubuntu 26.04 LTS. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS (desktop or server with […]

Read more
How to Set Up a Git Server with Gitea on Ubuntu 26.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure SonarQube on Ubuntu 26.04

SonarQube is an open-source platform for continuous inspection of code quality. It detects bugs, security vulnerabilities, and code smells across 30+ programming languages. This guide installs SonarQube Community Edition on Ubuntu 26.04 LTS with PostgreSQL. Tested and valid on: Ubuntu 26.04 LTS Prerequisites Ubuntu 26.04 LTS with at least 2 GB RAM and 2 CPUs […]

Read more
CHAT