- KVM Virtualization Cookbook
- Konstantin Ivanov
- 154字
- 2021-07-02 22:07:09
Connecting to a running instance with VNC
In this recipe, we are going to connect to a running KVM instance using a VNC client. Once connected, we are going to log in and check the CPU type and available memory of the instance. We've already seen how to start QEMU/KVM instances with VNC support in the previous recipes, but we are going to do it again, in case you are not reading this book from cover to cover.
Virtual Network Computing (VNC) uses the Remote Frame Buffer (RFB) protocol to remotely control another system. It relays the screen from the remote computer back to the client, allowing the full keyboard and mouse control.
There are many different VNC client and server implementations, but for this recipe, we are going to use a freely available version named chicken of the VNC for macOS. You can download the client from https://sourceforge.net/projects/cotvnc/.
- Python科學計算(第2版)
- 編程卓越之道(卷3):軟件工程化
- Java編程指南:基礎知識、類庫應用及案例設計
- 信息安全技術
- 零基礎學Kotlin之Android項目開發實戰
- R用戶Python學習指南:數據科學方法
- 零基礎學C語言(升級版)
- Training Systems Using Python Statistical Modeling
- Mastering Object:Oriented Python(Second Edition)
- C語言程序設計教程
- Android項目實戰:博學谷
- jQuery Essentials
- 前端Serverless:面向全棧的無服務器架構實戰
- C語言進階:重點、難點與疑點解析
- LiveCode Mobile Development Hotshot