- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 189字
- 2021-07-02 19:41:26
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. "
- 零基礎(chǔ)學(xué)Visual C++第3版
- C++案例趣學(xué)
- JavaScript從入門到精通(微視頻精編版)
- 控糖控脂健康餐
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(微課版)
- OpenMP核心技術(shù)指南
- JQuery風(fēng)暴:完美用戶體驗(yàn)
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- Java 11 and 12:New Features
- Software Architecture with Python
- Flutter從0基礎(chǔ)到App上線
- JavaScript高級(jí)程序設(shè)計(jì)(第4版)
- 系統(tǒng)分析師UML用例實(shí)戰(zhàn)
- MySQL數(shù)據(jù)庫應(yīng)用技術(shù)及實(shí)戰(zhàn)