- CentOS 7 Linux Server Cookbook(Second Edition)
- Oliver Pelz Jonathan Hobson
- 176字
- 2021-07-23 14:28:48
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: "For the purpose of this recipe, it is assumed that all the downloads will be stored on Windows in your personal C:\Users\<username>\Downloads
folder, or if using an OS X system, in the /Users/<username>/Downloads
folder."
A block of code is set as follows:
<?xml version="1.0" encoding="utf-8"?> <service> <description>enable FTPS ports</description> <port protocol="tcp" port="40000-40100"/> <port protocol="tcp" port="21"/> <module name="nf_conntrack_ftp"/> </service>
Any command-line input or output is written as follows:
sudo diskutil unmountDisk /dev/disk3 sudo dd if=./CentOS-7-x86_64-Minimal-XXXX.iso of=/dev/disk3 bs=1M
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.
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- 認(rèn)識(shí)編程:以Python語言講透編程的本質(zhì)
- Python王者歸來
- Blockly創(chuàng)意趣味編程
- 程序是怎樣跑起來的(第3版)
- Protocol-Oriented Programming with Swift
- Lighttpd源碼分析
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Learning Hadoop 2
- Learning Material Design
- Java Web應(yīng)用開發(fā)給力起飛
- Windows Phone 8 Game Development
- Emotional Intelligence for IT Professionals
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Python第三方庫開發(fā)應(yīng)用實(shí)戰(zhàn)