Nikki Ekeclouds.hashnode.net·Oct 25, 2022Step-by-Step Guide to Installing KALI LINUX on your VIRTUALBOX VMThe thought of having to install and setup your Kali Linux operating system using Virtualization software might seem daunting at first, especially when you are new to the use of Linux in a virtual system. If this your first time, you will need a clea...Wilfred Obruche and 1 other are discussing this2 people are discussing thisDiscuss·25 likes·214 readsLinux
Ahmed Sadman Muhibmuhib.hashnode.net·Sep 3, 2022Docker: A conceptual overviewIn modern DevOps, Docker is considered the most popular set of services for application containerization. In this article, we will NOT be covering a Docker tutorial, because a lot of good tutorials are already available on the internet. Instead, we w...Discuss·21 likes·618 readsDocker
Archit Kumararchit13.hashnode.net·Feb 18, 2023VirtualizationHistory (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 Web service or any other service, he/she has to buy...Discuss·14 likes·48 readsvirtualization
Harsh Mangeharshmange.hashnode.net·Apr 24, 2023Understanding the Basics of Virtualization in Operating SystemsVirtualization is a technology that allows multiple virtual machines (VMs) to run on a single physical machine, each with its own operating system, applications, and resources. It enables the efficient use of hardware resources, as multiple VMs can r...Discussoperating system
Ugo Charles Eugeneeaglecharles.hashnode.net·Apr 23, 2023Effortless Linux VM Deployment on Windows: A Comprehensive TutorialIntroduction to virtualization Imagine you have a computer with only one operating system installed, like Windows. But what if you want to use a different operating system, like Linux? One option would be to install Linux on a separate physical machi...Discuss·1 likevirtual machine
'Barak Imamcodeprefect.hashnode.net·Apr 18, 2023Running VS Code Devcontainers with X86_64 Runtime on Apple SiliconThis article will guide you through the steps required to run X86_64 containers on Apple Silicon machines. Although Docker Desktop for Mac added beta support for X86_64 emulation via Rosetta in version 4.16.0, it doesn’t work for some X86_64 containe...Discuss·28 readsvirtualization
Satish Sutarsatishsutar-cloud-and-devops.hashnode.net·Apr 8, 2023What are Hypervisors?Hypervisors, also known as virtual machine monitors (VMMs), are software programs that enable virtualization. They create and manage virtual machines, which allow multiple operating systems to run on a single physical machine, making it an essential ...DiscussLinux Diariesvirtualization
iliass taghroutiliasstaghrout.hashnode.net·Apr 6, 2023how to immigrate a Linux system (Ubuntu server) to proxmox using clonezillaAre you looking to migrate your Linux system running Ubuntu-server to Proxmox VE using Clonezilla? If so, you're in the right place! In this guide, we will walk you through the steps to migrate your Ubuntu-server to Proxmox VE using Clonezilla. Befor...Discuss·40 readsproxmox
Kaleb McGaugh Mohrkmohrintech.hashnode.net·Mar 24, 2023EVE-NG: How to VNC into nodes without VinagreIn 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 users (Fedora, RedHat, and CentOS), who are unable to ...Discussnetworking
Atharva DeshpandeforTeckbaker's Blogteckbakers.hashnode.net·Mar 23, 2023VirtualizationWhat? 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 1 : In a normal Scenario without virtualization, ...Discuss·3 likes·31 readsvirtualization
Arun Udayakumararunudayakumar.hashnode.net·Mar 19, 2023Creating Ubuntu Live Server 22.0 in Virtual Box and interacting with Ubuntu 22.0 ClientFollowing 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=ssh, Protocol=TCP, Host IP=192.168.1.x, Host Port...Discussvirtualization
bismeet marwahacodeismoney.hashnode.net·Mar 10, 2023Single Root I/O VirtualizationThe 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 resources, reduce...Discussvirtualization
Sachin Waghmodesachinvishwas.hashnode.net·Mar 7, 2023Day 2: What is Virtualization?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 machines (VM...DiscussAzure