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 & …

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. …

6 Steps to Install Gradle on Ubuntu 20.04

Gradle is a free & open-source build tool. It is used for JAVA projects. It is the combination of Ant & Maven. It uses Apache Groovy for defining the java-project & build scripts. There are some steps to setup Gradle on ubuntu 20.04 Step 1: Update the System. apt-get update Step 2: Install Java. apt-get …