Step by Step to Install Wireshark on Ubuntu 20.04 LTS
Wireshark is a free & open source network packet analyzer tool. It helps to capture all packet getting in or out of a network interface and shows. It supports all platform such as Linux, Windows and Mac OS. There are few steps to install wireshark on ubuntu: Step 1: Update the System. apt-get update Step …
Read more “Step by Step to Install Wireshark on Ubuntu 20.04 LTS”
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 …
Read more “Step by Step Guide to install Maltrail on ubuntu 20.04 LTS”
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: …
Read more “How to Install Helm Kubernetes Package Manager on Ubuntu 20.04”
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 …
Read more “Steps to install ClamAV Antivirus Software on Ubuntu 20.04 LTS”
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 …
