- Learning VMware NSX(Second Edition)
- Ranjit Singh Thakurratan
- 168字
- 2021-07-02 19:33:29
Conventions
In this book, you will find a number of text styles 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: "Log in to the NSX manager with the username admin and the password that was set during deployment time."
A block of code is set as follows:
acl is_foo hdr_dom(host) -i foo
acl is_bar hdr_dom(host) -i bar
use_backend pool_1 if is_foo
use_backend pool_2 if is_bar
Any command-line input or output is written as follows:
[root@host:~] esxcli softwarev vib list | grep esx
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You will see the Deploy OVF Template screen."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- FuelPHP Application Development Blueprints
- Vue.js 3.x從入門到精通(視頻教學版)
- Web程序設計(第二版)
- Selenium Testing Tools Cookbook(Second Edition)
- 移動增值應用開發技術導論
- Clean Code in C#
- Mobile Forensics:Advanced Investigative Strategies
- The Statistics and Calculus with Python Workshop
- 百萬在線:大型游戲服務端開發
- Node.js實戰:分布式系統中的后端服務開發
- Game Development Patterns and Best Practices
- The C++ Workshop
- Go語言從入門到項目實戰(視頻版)
- Mastering C++ Programming
- 數據可視化之道:數據分析中的圖表制作思路與方法(全彩)