Step by Step Guide to Install LMD (Linux Malware Detect) on Ubuntu 20.04 LTS

LMD is a free & open-source malware detection tool.LMD stands for Linux Malware Detect. We can scan all the files & directories & see all the scan report. We can send scan report to mail address. Linux malware detect is antivirus for Linux systems & also knows as Maldet. There are few steps to install …

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

Steps to install ClamAV Antivirus Software on Ubuntu 20.04 LTS

ClamAV is a free & open-source antivirus software. It is used for detection of viruses, trojans, and many other types of malware. We can scan the files, directories, emails, personal info,& any kind of malicious files. There are few steps to install ClamAV on ubuntu: Step 1: Update the System. apt-get update Step 2: Install …

Step by Step Guide to Install Rkhunter (Rootkit Hunter) Scanning Tool on Ubuntu 20.04 LTS

Rkhunter is a free & open source scanning tool. It is Unix-based shell script. We can scan local system for rootkits and possible local exploits. It also scans hidden files, & we can send scan report to recipient mail address. There are few steps to install rkhunter (rootkit hunter) on ubuntu: Step 1: Update the …

Step by Step to Install Chkrootkit Security Scanner on Ubuntu 20.04 LTS

Chkrootkit is a free & open source security scanner. It helps to detect rootkit on system. We can scan the server & check all the vulnerabilities present on the system. It is Unix-based program. There are few steps to install Chkrootkit on ubuntu: Step 1: Update the system. apt-get update Step 2: Install Chkrootkit. apt-get …