© 2023 Hashnode
#virtualization
In this article, I will demonstrate how to VNC into EVE-NG nodes if you don't have access to a Linux machine with Vinagre (like me). Target Audience This article is targeted for RHEL-based linux user…
What? Virtualization is a technology that transforms hardware into software. Or It is the technique of splitting Physical Resources into as many Logical Resources as we want. Eg. CPU Memory. Why? CASE…
Following setting as neccessary in virtual box to work: In NAT -> Port Forwarding: Rule 1: Name=Apache, Protocol=TCP, Host IP=192.168.1.x, Host Port=8080, Guest IP=10.0.2.x, Guest Port=80 Rule 2: Name…
The Single Root I/O Virtualization (SR-IOV) specification is a technology that allows a single physical network interface card (NIC) to be shared across multiple virtual machines (VMs). This allows for better utilization of hardware resourc…
Module 1: Cloud Computing Fundamentals Topic 2: Virtualization What is Virtualization? Virtualization is a technology that allows multiple operating systems and applications to run on a single physical server or host, by creating virtual ma…
Welcome to my guide on how to get started with Docker! Docker is a powerful tool for containerizing applications, making it easier to develop, deploy, and run software across different environments. I…
History (Before Virtualization)...🙄 In the past, when Virtualization was not born yet, the industry people used to run different services on different servers. For example, if anyone needs to run a W…
Introduction Docker is a technology that helps make computer programs work better. It does this by putting the program and everything it needs to run (like libraries and other files) into a special pa…
In simple terms, virtualization is a technique in which one machine can be used to do the task of multiple machines. Back in time when companies were buying servers to run their applications they were…
There are some cases when an application works on your system as you are the developer but your application fails to run on someone else’s system, it is due to missing packages, system configuration, …