Step by Step Guide to Install Go Programming language on Ubuntu 20.04

Go is a free & open-source programming language. It created by Google. It is also knows as Golang. Go is a fast and high-performance language & easy to use, read and understand. There are some steps to install Go programming language on ubuntu: Step 1: Update the System. apt-get update Step 2:Install Go. apt-get install …

Steps to Install Kubectl & eksctl on Ubuntu 20.04

Kubectl is a kubernetes command line tool. It helps to run command against Kubernetes clusters. Using kubctl we can deploy application,manage cluster resources, inspect and view logs. Eksctl is also similar to kubectl and a command line tool which is used to create & managing kubenetes cluster. There are few steps to install kubectl & …

13 Steps Guide to Create Kubernetes Cluster on AWS

Kubernetes is a free & open-source service. It is used for automation deployment, scaling, and containerized applications management. It is also Known as K8s.Using Kubernetes cluster, we can create a number of nodes that run containerized applications. There are some steps to create kubernetes cluster on aws: Step 1: Login to aws portal. Step 2: …

Reconnaissance

Reconnaissance is the gain of information especially through survey.It is also the first stage in hacking. You can collect information from host, network or people involved. It takes place in two parts : a) Passive reconnaissance is the gain of information without probing the target system. It’s majorly use of search engines and other platforms …

7 Steps to Install and Configure InfluxDB on Ubuntu 20.04

InfluxDB is a free & open-source database, written in the Go programming language . It is used for storage & retrieve of data such as operations monitoring & application metrics. It is time series database which is used for high write and query loads. It is easy to use. Step 1 – Update the system. …