- Red Hat Enterprise Linux Server Cookbook
- William Leemans
- 155字
- 2021-07-30 09:54:19
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
node /^www[0-9]+\.critter\.be$/ { } node /^repo[0-9]+\.critter\.be$/ { }
Any command-line input or output is written as follows:
~]# yum install -y /tmp/puppetlabs-release-el-7.noarch.rpm
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: "Clicking the Next button moves you to the next screen."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 零基礎學Visual C++第3版
- Learning Cython Programming(Second Edition)
- Python機器學習:數據分析與評分卡建模(微課版)
- Internet of Things with Intel Galileo
- Building an RPG with Unity 2018
- HTML5從入門到精通 (第2版)
- 青少年信息學競賽
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Java程序員面試筆試寶典(第2版)
- 算法設計與分析:基于C++編程語言的描述
- Instant Apache Camel Messaging System
- Java程序設計實用教程(第2版)
- Practical Responsive Typography
- Storm Real-Time Processing Cookbook