- 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
推薦閱讀
- Android Wearable Programming
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Apache Karaf Cookbook
- Getting Started with Greenplum for Big Data Analytics
- 西門子S7-200 SMART PLC編程從入門到實踐
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- OpenCV with Python By Example
- Arduino機器人系統(tǒng)設計及開發(fā)
- Python深度學習(第2版)
- Linux Networking Cookbook
- HTML5 and CSS3:Building Responsive Websites
- Java程序設計(項目教學版)
- Python編程:從入門到實踐(第2版)
- TensorFlow 2.0深度學習應用實踐
- Building an E-Commerce Application with MEAN