- 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/.
- Access 數據庫應用教程
- Python神經網絡項目實戰
- Spring+Spring MVC+MyBatis整合開發實戰
- RISC-V體系結構編程與實踐(第2版)
- Spring Boot+Vue全棧開發實戰
- .NET Standard 2.0 Cookbook
- Photoshop智能手機APP界面設計
- 寫給青少年的人工智能(Python版·微課視頻版)
- ASP.NET Core and Angular 2
- Raspberry Pi Robotic Projects
- C語言程序設計
- SAP HANA Starter
- 深入解析Java虛擬機HotSpot
- Android for the BeagleBone Black
- 軟件測試技術實戰:設計、工具及管理