Tag

VM

0 views collected around this technical thread.

Java Captain
Java Captain
Jun 9, 2025 · Operations

How to Quickly Spin Up Ubuntu VMs with Multipass: A Step‑by‑Step Guide

This guide introduces Multipass, a lightweight cross‑platform VM manager, and walks through installing it, launching Ubuntu instances, checking status, accessing shells, and automating setup with cloud‑init, while also covering pause, restart, and deletion commands.

Cloud‑InitMultipassVM
0 likes · 6 min read
How to Quickly Spin Up Ubuntu VMs with Multipass: A Step‑by‑Step Guide
DeWu Technology
DeWu Technology
Feb 5, 2024 · Fundamentals

Understanding Dart VM Garbage Collection and Memory Management

The article explains Dart VM’s generational garbage collection, detailing object allocation, the young‑generation Scavenge copying collector, old‑generation Mark‑Sweep and Mark‑Compact algorithms, safepoints, write‑barrier mechanics, debugging a write‑protect crash, and the importance of logging for memory‑management analysis.

DartGC AlgorithmsGarbage Collection
0 likes · 33 min read
Understanding Dart VM Garbage Collection and Memory Management
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 16, 2024 · Backend Development

Understanding the Dart VM Main Function Startup and Message Mechanism

This article provides a detailed analysis of how the Dart VM initializes the main entry point, explains the role of RawReceivePort, SendPort, and the message‑passing mechanism that triggers the Dart main function, and traces the flow from C++ runtime to Dart code with code examples.

BackendDartIsolates
0 likes · 26 min read
Understanding the Dart VM Main Function Startup and Message Mechanism
Wukong Talks Architecture
Wukong Talks Architecture
Apr 7, 2020 · Operations

Quick Setup of an Ubuntu Virtual Machine Environment Using Vagrant

This guide walks through enabling virtualization, installing VirtualBox and Vagrant, adding Ubuntu box images from Chinese mirrors, configuring the Vagrantfile, and using Vagrant commands to start, SSH into, and manage an Ubuntu virtual machine on Windows.

DevOpsVMVagrant
0 likes · 3 min read
Quick Setup of an Ubuntu Virtual Machine Environment Using Vagrant
Qunar Tech Salon
Qunar Tech Salon
Dec 8, 2017 · Frontend Development

Internationalization (i18n) Implementation for JSP/VM Frontend Using Gettext and Easygettext

This article describes a frontend engineer's exploration of i18n for JSP and VM pages, detailing the challenges of hard‑coded strings, the use of jquery‑i18next, gettext tools, a custom i18n‑gettext npm package, Makefile automation, and the resulting workflow for extracting, merging and compiling translation files.

InternationalizationJSPVM
0 likes · 13 min read
Internationalization (i18n) Implementation for JSP/VM Frontend Using Gettext and Easygettext