Steps to Run Docker Commands on Ubuntu 20.04 LTS

Hello Dear Readers, In this Blog we will discuss about how the docker works & How to create a image using docker? Docker is a free & open source containerization platform. Using docker commands, we can easily create a own images & push/pull the image. There are some docker commands to run on ubuntu: Step …

Steps to Setup Sails.js Framework on Ubuntu

Sails.js is a free & open source MVC framework for Node.js.It helps to build custom,enterprise-grade Node.js applications.It supports scalable,WebSockets, service-oriented architecture,multiple data stores in the same project and provides basic security and role-based access control. Prerequisite: Ubuntu machine with Sudo privileges. There are some steps to setup Sails.js Framework on Ubuntu: Step 1: Update the …

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

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 …