- KVM Virtualization Cookbook
- Konstantin Ivanov
- 101字
- 2021-07-02 22:07:09
How to do it...
- Start a new KVM-accelerated qemu instance:
root@kvm:~# qemu-system-x86_64 -name debian -vnc 146.20.141.254:0 -cpu Nehalem -m 1024 -drive format=raw,index=2,file=debian.img -daemonize
root@kvm:~#
- Ensure that the instance is running:
root@kvm:~# pgrep -lfa qemu
4987 qemu-system-x86_64 -name debian -vnc 146.20.141.254:0 -cpu Nehalem -m 1024 -drive format=raw,index=2,file=debian.img -daemonize
root@kvm:~#
- Start the VNC client and connect to the VNC server on the IP address and display port you specified in step 1:

The VNC login screen
- Log in to the instance using the root user, then check the CPU type and available memory as shown here:

VNC session
推薦閱讀
- JavaScript前端開發模塊化教程
- GraphQL學習指南
- Rust編程:入門、實戰與進階
- Rust編程從入門到實戰
- Vue.js 3.x從入門到精通(視頻教學版)
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 深度學習:算法入門與Keras編程實踐
- Learning Python by Building Games
- MATLAB 2020從入門到精通
- Getting Started with Gulp
- Python Data Structures and Algorithms
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Solutions Architect's Handbook
- Java并發編程:核心方法與框架
- WCF全面解析