How to Configure SSH with Jenkins

Jenkins is a Free & open-source devops tools & used for CI/CD automation application. It is written in Java language. Jenkins provides SSH plugins such as ssh, ssh agent & publish over ssh. Using ssh plugins we can configure ssh with jenkins. We needs a private key to configure ssh with jenkins. Install SSH plugins on …

How to Install Helm Kubernetes Package Manager on Ubuntu 20.04

Kubernetes supports Helm package manager. Helm is used for find, share & use application which is built for Kubernetes. It provides help to manage Kubernetes application. Now we will discuss about a helm’s few terminologies: Helm Chart: It is used for contain Information of an application which are deployed/released/installed on a Kubernetes cluster. Helm Release: …

Step by Step Guide to Install Ubuntu Server

Introduction Ubuntu is an is open source Linux Distribution for running application likes such as the web server database server and many more. The Ubuntu server ISO image can be download from here This is different from the Desktop version since desktop is majorly used on home and school basis tasks such as Word processing …

What is ARP Spoofing

ARP spoofing is an attack where attacker fakes ARP messages over to a local area network to a target IP address. Once the attacker’s MAC address is connected to the desired IP address, any data that is sent to the intended IP address the attacker can see. arpspoof  is the command that can used in …

Step by Step to Install LibreNMS (Network Monitoring System) on Ubuntu 20.04 LTS

LibreNMS is a free & open-source network monitoring tools. It is PHP based network monitoring system & using the SNMP protocol. It supports Web UI & customizable alerting system. There are some steps to install LibreNMS on ubuntu: Step 1: Update the system. apt-get update Step 2: Install apache2. apt-get install apache2 Start & Enable …