What is Malware, its Infection & Types

What is Malware Malware is made up of Two Words: malicious & software.A malware is a file of code or refers to any program that is copied to your computer without your knowledge typically delivered via a network & is intended to cause harm to the functioning of the computer system. Fig: Malware What Malware …

Steps to Create an Azure Pipeline on Microsoft Azure.

Hello,In this Blog we are discussing about for azure pipeline.Using Azure pipeline,we can automatically builds and tests code projects & it provides continuous integration (CI) and continuous delivery (CD) to test and build the code. There are some steps to create an azure pipeline on Microsoft azure: Go to Azure Dev-ops Organization. Create a Project. …

Steps to Install & Configure Drupal on Ubuntu

Drupal is a free & open source content management system (CMS),which is written in PHP and released under GPL.It is used for creation of dynamic websites, even quite complex ones. Prerequisites: Ubuntu machine with Sudo Privileges. There are some steps to setup Drupal on Ubuntu: Step 1: Update the System. apt update Step 2:Install Apache2. …

Learn about Confidentiality of Information.

Confidentiality of information It means something that is secret and is not supposed to be disclosed to unintended people or entities.It other words,does not share your personal information to any people or any one.It ensures that your private information is accessed only by an authorized person & kept away from those not authorized to possess …

Steps to Install & Configure Minikube on Ubuntu 20.04 LTS

Minikube is a free & open source tool.It is used to set up a single-node Kubernetes cluster on local machine.It is easy to use tool & run a single node Kubernetes cluster on local machine for daily development work.Minikube supports the latest Kubernetes release,multiple container runtimes such as Containerd, KVM, Docker, Podman, Load balancing,filesystems mounts …