- KVM Virtualization Cookbook
- Konstantin Ivanov
- 163字
- 2021-07-02 22:07:01
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows:" Managing disk images with qemu-img."
A block of code is set as follows:
import libvirt
from bottle import run, request, get, post, HTTPResponse
def libvirtConnect():
try:
conn = libvirt.open('qemu:///system')
except libvirt.libvirtError:
conn = None
return conn
Any command-line input or output is written as follows:
root@kvm:~# apt-get update
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "The memory_check for the KVM instance is now showing in the Uchiwa dashboard."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- 簡單高效LATEX
- 羅克韋爾ControlLogix系統應用技術
- Mastering Python High Performance
- Java軟件開發基礎
- Mastering ArcGIS Enterprise Administration
- Spring Boot+MVC實戰指南
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- Mastering ArcGIS Server Development with JavaScript
- HTML并不簡單:Web前端開發精進秘籍
- Web前端開發技術實踐指導教程
- C++ Data Structures and Algorithm Design Principles
- 計算機軟件項目實訓指導
- 機器人ROS開發實踐