Mohammed Arifareef.hashnode.dev·Sep 18, 2023#Day4 Creating a Virtual MachineWe can create virtual machines on various platforms like AWS, Azure, and GCP. In this blog, we will create a virtual machine using AWS. Before creating a virtual machine, it's essential to understand that as DevOps engineers, we look for automation. ...DiscussAWS
Satyam Sonisatyampsoni.hashnode.dev·Sep 10, 2023Diving into Docker: Containerization SimplifiedWhy containers? Applications run business and most applications run on servers. If applications break, the business has to suffer. In the early 2000s, every time a business needed a new application it had to buy a new server. A tragic waste of time a...Discuss·20 likes·96 readsWeMakeDevs
Shahid Kamalblog.shahid.codes·Aug 30, 2023Opening a port in Ubuntu VM (OCI - Oracle Cloud Infrastructure)Whether you're setting up a web server, database, or other services on a virtual machine (VM) in Oracle Cloud Infrastructure (OCI), you'll often need to open specific ports to allow incoming traffic. Opening a port in OCI VM is not as straightforward...DiscussOraclecloudinfrastructure
Michael AkinyemiProcodekage.hashnode.dev·Aug 26, 2023How to use Packer to create Linux virtual machine images in AzureIntroduction Packer helps with the automation of the process of building customized VM images, thereby saving time, reducing errors and ensuring consistency across infrastructure. This guide will provide the step-by-step process of using Packer to cr...DiscussAzure
Tanvir Rahmanrahmantanvir.hashnode.dev·Aug 25, 2023GCP - Configuring a Virtual Machine: Network Tagging, Firewall Rules, SSH Access, Drive Extension, VS Code Integration and Database InstallationLet's create a VPC and VM Now let's check how many devices attached with VM and available partitions, after connecting with ssh If we want to telnet here packet won't reach. So let's create a firewall rule. First find our IP Address Then Crea...DiscussGCPGCP
Jyothi Rghosttechi.hashnode.dev·Jul 17, 2023Unveiling the Power of Virtual Machines: Transforming the Computing LandscapeIntroduction In today's technology-driven world, virtual machines (VMs) have emerged as indispensable tools for businesses and individuals alike. By mimicking the functionality of a physical computer, virtual machines enable users to run multiple ope...Discussvm
juniper dewcaramel-juni.hashnode.dev·Jul 9, 2023Pass USB WiFi adapter into Proxmox VMThe GUI way of adding a USB device to a Proxmox VM didn't work for me when using a USB network adapter (the device id was not showing up when trying to add to the VM via the GUI), so here is a simple manual workaround. Plug in your desired USB devic...Discussproxmox
ayush shuklaalphablog.hashnode.dev·Jul 4, 2023Deploying Azure VMs in Availability Set: A Simple Step-by-Step ProcessIn today's digital landscape, businesses rely heavily on cloud computing for their infrastructure needs. Azure, Microsoft's cloud computing platform, offers a wide range of services to support the scalability and reliability requirements of businesse...Discuss·40 readsAzure
Sadik Saifiblog.sadiksaifi.dev·Jun 11, 2023Mastering Personal Virtual Machines in Linux: The Ultimate Guide with virt-managerDiscover the benefits of using native technologies like KVM, libvirt, and virt-manager for creating virtual machines in Linux. Boost performance, achieve seamless integration, enhance security, and enjoy a user-friendly experience. Explore the advant...Discussvm
Henry Ulasihenryulasi.hashnode.dev·May 31, 2023Creating A Virtual Machine Scale SetAzure Scale Sets provide an excellent solution for ensuring high scalability, and load balancing of your applications and VM's. With the ability to automatically adjust the number of VM instances based on demand, scale sets offer seamless management ...Discusstechnology