- 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.
- 深入理解Bootstrap
- The Modern C++ Challenge
- LabVIEW Graphical Programming Cookbook
- 騰訊iOS測試實(shí)踐
- Building a RESTful Web Service with Spring
- Julia Cookbook
- PhoneGap Mobile Application Development Cookbook
- QGIS:Becoming a GIS Power User
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- 深入RabbitMQ
- Learning Concurrency in Kotlin
- Microsoft Azure Storage Essentials
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- Unity 2018 Augmented Reality Projects
- Python Machine Learning Blueprints:Intuitive data projects you can relate to