August 2019
Beginner
608 pages
16h 7m
English
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: "Let's continue with installing web documents in /usr/local/www."
A block of code is set as follows:
server {listen 8080;server_name localhost;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
server {listen 8080;server_name localhost;
Any command-line input or output is written as follows:
$mkdir /usr/local/www$chmod 755 /usr/local/www$cd /usr/local/www
Bold: Indicates a new term, an important word, or words ...
Read now
Unlock full access