Step by Step to install iptraf (tcp/udp) network monitoring tool on ubuntu 20.04 LTS

Iptraf is a free & open source network statistics tool.Its console-based utility for Linux system.Using Iptraf, we can monitor IP traffic passing over the network.We can display the general & detailed network interface statistics,incoming & outgoing packets of TCP/UDP service & etc. There are few steps to install & configure Iptraf on ubuntu: Step 1: …

5 Steps to install Glances monitoring tool on ubuntu 20.04 LTS

Glances is a free & open source system monitoring tool,written in Python.Using Glances,we can monitor the system resources such as CPU, Memory, Process list, Network interface, Disk I/O, Filesystem (and folders),Alert, System info & Uptime.It provides a web-based interface that allows to monitor system resources from the remote machine over the internet. There are few …

Step by Step Guide to Install NIKTO on Ubuntu 20.04 LTS

NIKTO is a free & open source vulnerability scanner tool. It helps to scan the web servers, outdated server applications and other problems. It performs more than 6700 tests against a website. It is used to test a website, web-server & domain-name for known security vulnerabilities and mis-configurations of files, programs and servers. There are …

Step by Step Guide to install Maltrail on ubuntu 20.04 LTS

Maltrail is a free & open source traffic detection system. It is used for malicious traffic detection. It helps to discover unknown threats. We can monitor unknown threats by using web-interface. It provides three components; Sensor: It is used for monitors traffic for threats. Server: It provides web interface for detected malicious traffic. Client: It …

How to Create Elastic Container Service on Amazon Web Service

aws ecs create-cluster  –cluster-name Cluster-nameAmazon ECS makes it easy to deploy, manage, and scale Docker containers running applications, services, and batch processes. Amazon ECS makes it easy to use containers as a foundational building block for applications by eliminating the need for  install, operate, and scale  own cluster management infrastructure.   Login to aws portal. …