- KVM Virtualization Cookbook
- Konstantin Ivanov
- 114字
- 2021-07-02 22:07:09
How it works...
In step 1, we started a new QEMU instance with KVM acceleration and enabled a VNC server on it with the specified IP address and display port. We specified the amount of available memory and the CPU model name.
In step 4, we logged in the instance using the root user and the password we created when building the image, then obtained the CPU information by running the lscpu command. Note how the CPU model name matches what we specified with the -cpu flag when we started the virtual machine. Next, we checked the allocated memory with the free command, which also matches what we previously specified with the -m parameter.
推薦閱讀
- 計(jì)算思維與算法入門
- Angular UI Development with PrimeNG
- Android Jetpack開(kāi)發(fā):原理解析與應(yīng)用實(shí)戰(zhàn)
- DevOps for Networking
- TypeScript實(shí)戰(zhàn)指南
- Visual Basic程序設(shè)計(jì)
- 21天學(xué)通C++(第5版)
- Mastering VMware Horizon 7(Second Edition)
- HTML5程序開(kāi)發(fā)范例寶典
- 秒懂算法:用常識(shí)解讀數(shù)據(jù)結(jié)構(gòu)與算法
- SAP HANA Starter
- TensorFlow+Keras深度學(xué)習(xí)算法原理與編程實(shí)戰(zhàn)
- C#.NET程序設(shè)計(jì)
- IBM Cognos 10 Report Studio Cookbook(Second Edition)
- OpenCV 4計(jì)算機(jī)視覺(jué):Python語(yǔ)言實(shí)現(xiàn)(原書第3版)