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

Step by Step Guide To Install MySQL 8.0 on RHEL 8/7 and CentOS 8/7

MySQL is an open-source free relational database management system (RDBMS). We will install MySQL step by step. Step 1 –  Download and add below Yum repository as per the Linux distribution system’s repository list.   [For RHEL/Centos 8] # wget https://repo.mysql.com/mysql80-community-release-el8-1.noarch.rpm   [For RHEL/Centos 7] # wget https://repo.mysql.com/mysql80-community-release-el7-1.noarch.rpm   Step 2 – Once the package …

How to Create & Configure Simple Email Service on Amazon Web Service(AWS).

Amazon Simple Email Service (SES) is a cloud-based email service that provides cost-effective, flexible and scalable way for businesses of all sizes to keep in contact with their customers through email. Amazon SES customers send up to hundreds of millions of emails a day. In the last year alone, SES send over 500B emails on …

How to Create & Configure Simple Queue Service(SQS) on Amazon Web Service(AWS).

Amazon SQS provides queues for high-throughput, system-to-system messaging.We can use queues to decouple heavy weight processes and to buffer and batch work. Amazon SQS is a web service that gives you access to a message queue that can be used to store messages while waiting for a computer to process them.   Login to aws …