Steps to Setup Bmon Monitoring & Debugging Tool on Ubuntu 20.04

Bmon is a free & open source monitoring & debugging tool. It is used to monitor the network related information. It is a simple & easy to use tool & used for real-time bandwidth monitor. There are some steps to setup bmon on ubuntu: Step 1: Update the System. apt-get update Step 2: Install Bmon …

Step By Step Guide to Run W Commands on Ubuntu 20.04 LTS

W is a linux basic command tool. It helps to display the information about currently logged in users & what they are currently doing. It gives the information about the system resources such as user information, current time, and the system load average. We can easily get the report on a login name, tty name, …

Steps to Setup Secure Apache with Free Let’s Encrypt SSL Certificate on Ubuntu 20.04 LTS

Let’s Encrypt is a provides to obtain and install free TLS/SSL certificates, enabling encrypted HTTPS on web server. Let’s Encrypt is a Certificate Authority (CA). It helps to encrypt the entire web to the extent that HTTPS becomes the norm. Certbot is a free & open source software. It is easy to use tool that …

Steps to Install Python on ubuntu 20.04 LTS With Examples

Python is a free & open source high-level object-oriented programming language. Its simplicity and easy-to-learn syntax. Using Python, we can build all types of applications, software, automate tasks, and conduct data analysis. There are few steps to install Python on ubuntu: Step 1: Update the System. apt-get update Step 2: Install the software & add …

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 …