- Google Cloud Platform Cookbook
- Legorie Rajan PS
- 215字
- 2021-08-27 19:13:20
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "In the alpha-mgmt network, open the SSH port 22 to all servers with the network tag alpha-server."
A block of code is set as follows:
#! /bin/bash
apt-get update
apt-get install -y apache2
cat <<EOF > /var/www/html/index.html
<html><body><h1>Hello World</h1>
<p>Web server on the alpha and beta networks</p>
</body></html>
EOF
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
### Hardcoding tokens in a program is never a good idea. This can be used only for learning ###
access_token = ""
access_token_secret = ""
consumer_key = ""
consumer_secret = ""
Any command-line input or output is written as follows:
$ sudo echo "1 rt1" >> /etc/iproute2/rt_tables
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Choose the Automatic option under Subnet creation mode."
- 網絡綜合布線技術
- 數據庫原理與應用技術
- 基于單片機的嵌入式工程開發詳解
- MATLAB/Simulink權威指南:開發環境、程序設計、系統仿真與案例實戰
- Lightning Fast Animation in Element 3D
- 工業機器人安裝與調試
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- 中國戰略性新興產業研究與發展·智能制造裝備
- Linux嵌入式系統開發
- 空間機械臂建模、規劃與控制
- Hands-On Data Warehousing with Azure Data Factory
- 自動化生產線安裝與調試(三菱FX系列)(第二版)
- Eclipse RCP應用系統開發方法與實戰
- EDA技術及其創新實踐(Verilog HDL版)
- 微計算機原理及應用