- 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.
推薦閱讀
- 極簡算法史:從數(shù)學到機器的故事
- Mastering Entity Framework Core 2.0
- 跟“龍哥”學C語言編程
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計算
- Android底層接口與驅(qū)動開發(fā)技術(shù)詳解
- Hands-On Reinforcement Learning with Python
- 小學生C++創(chuàng)意編程(視頻教學版)
- 深度學習:Java語言實現(xiàn)
- Web前端應用開發(fā)技術(shù)
- Python Data Science Cookbook
- Python機器學習之金融風險管理
- Python Deep Learning
- LabVIEW數(shù)據(jù)采集
- 從零開始構(gòu)建深度前饋神經(jīng)網(wǎng)絡(luò):Python+TensorFlow 2.x
- 每個人的Python:數(shù)學、算法和游戲編程訓練營