- Getting Started with Nano Server
- Charbel Nemnom
- 162字
- 2021-07-02 21:11:02
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: "We are copying NanoServer folder from the mounted ISO image into C:\NanoServer locally."
A block of code is set as follows:
Import-Module "C:\NanoServer\ NanoServerImageGenerator\NanoServerImageGenerator.psd1" -Verbose
Any command-line input or output is written as follows:
bcdedit.exe /set “{default}” description “Windows Nano Server 2016”
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: "Right Click your WDS server in the Windows Deployment Services console and select Configure Server."
- Java語言程序設計
- SQL Server 從入門到項目實踐(超值版)
- ExtGWT Rich Internet Application Cookbook
- Google Apps Script for Beginners
- JavaScript百煉成仙
- Learning Cython Programming
- 深入淺出Electron:原理、工程與實踐
- PowerCLI Cookbook
- 面向對象程序設計(Java版)
- 自然語言處理Python進階
- 從0到1:Python數據分析
- C#程序設計(項目教學版)
- C++ Application Development with Code:Blocks
- Mastering Apache Camel
- Beginning C# 7 Hands-On:The Core Language