Go Installation on Ubuntu 22.04

Go installation on Ubuntu

Update package index files Download package Remove any previous Go installation by deleting the /usr/local/go folder (if it exists), then extract the archive you just downloaded into /usr/local, creating a fresh Go tree in /usr/local/go: Add /usr/local/go/bin to the PATH environment variable Add below line to the end of file Check the go version Terminal output for reference

ClickHouse installation on Ubuntu 22.04

Clickhouse on Ubuntu 22.04

ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real-time. OLAP scenarios require real-time responses on top of large datasets for complex analytical queries with the following characteristics: Update package index files Install dependencies Import ClickHouse GPG Key Add APT repository to Ubuntu 22.04 Update package index files Install … Read more

Podman installation on Ubuntu 22.04

Podman on Ubuntu

Podman (the POD manager) is an open source tool for developing, managing, and running containers on Linux systems. Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications using Open Containers Initiative (OCI) Containers and Container Images. Podman provides a command line interface … Read more

Elasticsearch and Kibana installation on Ubuntu 22.04

Elasticsearch and Kibana Installation on Ubuntu 22.04

Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.As the heart of the Elastic Stack, it centrally stores your data for lightning fast search, fine‑tuned relevancy, and powerful analytics that scale with ease. This post will guide … Read more

Ansible installation on Ubuntu 22.04

Ansible installation on Ubuntu 22.04

Ansible is a simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. It is primarily intended for IT professionals, who use it for application deployment, updates on workstations and servers, cloud provisioning, configuration management, intra-service orchestration, and nearly anything a systems administrator does on … Read more

Terraform installation on Ubuntu 22.04

Terraform installation on Ubuntu

Terraform is an open source “Infrastructure as Code” tool, created by HashiCorp.Terraform is a declarative coding tool, enables developers to use a high-level configuration language called HCL (HashiCorp Configuration Language) to describe the desired “end-state” cloud or on-premises infrastructure for running an application. It then generates a plan for reaching that end-state and executes the … Read more