CryptapeforCryptape Jungleblog.cryptape.com·13 hours agoReaching Design Consensus on CKB Script Execution ModelThis post was originally a talk delivered at Common Knowledge Conference (CKCON) 2024 in Chiang Mai, Thailand. Xuejie Xiao is a blockchain engineer at Cryptape working on CKB. He's the lead developer of CKB Virtual Machine. The live stream recording ...DiscussTalksBlockchain technology
Usama Aijazusamaaijaz.hashnode.dev·Nov 19, 2024How to Install and Troubleshoot KVM on Ubuntu: A Complete Guide with Comparison to VirtualBoxKVM (Kernel-based Virtual Machine) is a powerful and efficient virtualization solution for Linux, allowing you to run virtual machines (VMs) on a Linux host. It is integrated into the Linux kernel and provides high performance due to its close connec...DiscussKVM
Martins Ahmiegbemartinsadvisory.hashnode.dev·Nov 18, 2024How to Create a Virtual Machine Scale Set with Your VM Image Captured In Microsoft Azure Compute GalleryWe are embarking on an exciting journey as we create virtual machine scale sets utilizing our VM Image(to understand better go see my Blogpost on how to capture a virtual machine Image and keep in azure compute gallery It is actually a prerequisite t...DiscussDevops
Mahrukh Adeelinvalid-coder.hashnode.dev·Nov 17, 2024Should You Try Azure Virtual Desktop? Here’s the Simple BreakdownIf you’ve heard about Microsoft Azure Virtual Desktop (AVD) and are wondering if it’s a good fit for you, let’s break it down! AVD lets you run a computer and apps in the cloud, meaning you don’t need a powerful computer to get work done. But, like a...DiscussMicrosoft
user1272047programmingetc.hashnode.dev·Nov 16, 2024Tutorial: Share a Directory via QEMU Between Debian Host and Windows GuestTutorial: Share a Directory via QEMU Between Debian Host and Windows Guest This guide explains how to share a directory between a Debian host and a Windows guest using QEMU with virtiofs. Prerequisites Debian Host: Running QEMU/KVM and virt-manager...Discussqemu and virtual machineQEMU
CryptapeforCryptape Jungleblog.cryptape.com·Nov 15, 2024Spawn: Direct Cross-Script Calling Method in CKB Virtual MachineThis post was originally a talk delivered at Common Knowledge Conference (CKCON) 2024 in Chiang Mai, Thailand. Wanbiao Ye (Mohanson) is a blockchain engineer at Cryptape, specializing in low-level VM and compiler development. His work spans multiple ...DiscussTalksBlockchain development
Ozoemena Chigozie Danieldanielluxembourg.hashnode.dev·Nov 15, 2024Step-by-Step Guide to Creating and Connecting to a Linux VM Using a Public Key on AzureAzure Virtual Machines (VMs) allow you to set up dedicated, on-demand computing resources like physical desktops or servers. Using a Linux VM provides the convenience of exploring the Linux operating system in a flexible, isolated environment, ideal ...DiscussLinux
Vinayak Gavariyavinayakgavariya.hashnode.dev·Nov 14, 2024getting started with GCP virtual machines: things you need to knowhey everyone! today, we’re diving into google cloud platform’s virtual machines (gcp vms)—what they are, why they're useful, and some key tips to consider while creating one. what is a GCP virtual machine? a virtual machine (vm) on google cloud platf...DiscussGCP
Silias Odionsilias809-cloud-newbie.hashnode.dev·Nov 14, 2024Step-by-Step Guide to Create and Connect to a Linux Virtual Machine Scale Set in AzureCreating a Linux Virtual Machine Scale Set (VMSS) in Azure allows you to automatically scale a set of virtual machines to handle changing workloads. In this guide, I’ll walk you through setting up a VMSS, configuring its settings, and connecting to i...Discuss·2 likestechblog
Jayesh Nalawadejayeshdevops.hashnode.dev·Nov 13, 2024Docker BasicsDocker is a popular platform for developing, shipping, and running applications in isolated environments called containers. Containers package all the dependencies, configurations, and code an application needs, making it portable and consistent acro...DiscussDevops LearningAWS