- 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
推薦閱讀
- Practical Data Analysis Cookbook
- Python快樂編程:人工智能深度學習基礎
- 編程卓越之道(卷3):軟件工程化
- C語言程序設計教程(第2版)
- INSTANT MinGW Starter
- Python進階編程:編寫更高效、優雅的Python代碼
- Python高級編程
- Learning Python Design Patterns(Second Edition)
- HTML5 and CSS3 Transition,Transformation,and Animation
- Julia for Data Science
- Python大學實用教程
- RubyMotion iOS Develoment Essentials
- Java EE 8 and Angular
- 關系數據庫與SQL Server 2012(第3版)
- MongoDB Cookbook