March 2019
Intermediate to advanced
356 pages
10h 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: "Install the corosync, pacemaker, and cmrsh toolsets using the following code:"
A block of code is set as follows:
Vagrant.configure("2") do |config|nodes.each do |node|config.vm.define node[:hostname] do |nodeconfig|nodeconfig.vm.box = "bento/ubuntu-16.04"
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Vagrant.configure("2") do |config|nodes.each do |node|config.vm.define node[:hostname] do |nodeconfig|nodeconfig.vm.box ...Read now
Unlock full access