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: "Add 0.0.0.0/0 in the destination."
A block of code is set as follows:
#!/bin/bash
yum update -y
yum install -y httpd24 php56 mysql55-server php56-mysqlnd
service httpd start
chkconfig httpd on
groupadd
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[root@ansible playbook]# vim awsvpc.yml
---
- name: Create VPC
hosts: localhost
gather_facts: no
roles:
- vpc
Any command-line input or output is written as follows:
mysql -u root -p
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: "Click on the button Create an AWS Account. "
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- 程序員面試筆試寶典(第3版)
- C/C++算法從菜鳥到達人
- Vue.js快速入門與深入實戰
- Python應用輕松入門
- Building a Quadcopter with Arduino
- 快速念咒:MySQL入門指南與進階實戰
- 微信小程序入門指南
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Mastering Unity 2D Game Development(Second Edition)
- Learning jQuery(Fourth Edition)
- Learning Docker Networking
- 監控的藝術:云原生時代的監控框架
- C語言程序設計實踐
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)