- Getting Started with Citrix XenApp 6.5
- Guillermo Musumeci
- 172字
- 2021-08-13 18:17:20
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can use ServerManagerCmd.exe
command, PowerShell cmdlets or Microsoft DISM (Deployment Image Servicing and Management) tool to deploy prerequisites such as IIS or .NET Framework."
A block of code is set as follows:
Command myCommand = newCommand("Get-XAServer"); myCommand.Parameters.Add("ZoneName", "US-ZONE") pipeLine.Commands.Add(myCommand);
Any command-line input or output is written as follows:
Disable-XAServerLogOn-ServerName "BRICKXA65-02"
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "To install the Citrix AppCenter console (or the Citrix Delivery Services Console in XenApp 6.0) on a computer, from the XenApp Autorun menu, select Manually Install Components | Common Components | Management Consoles."
- Linux運維實戰(zhàn):CentOS7.6操作系統(tǒng)從入門到精通
- Linux內(nèi)核完全注釋(20周年版·第2版)
- 嵌入式應(yīng)用程序設(shè)計綜合教程(微課版)
- Ganglia系統(tǒng)監(jiān)控
- 嵌入式Linux驅(qū)動程序和系統(tǒng)開發(fā)實例精講
- 嵌入式實時操作系統(tǒng):RT-Thread設(shè)計與實現(xiàn)
- Joomla! 3 Template Essentials
- 計算機系統(tǒng):基于x86+Linux平臺
- 深入淺出Node.js
- OpenStack系統(tǒng)架構(gòu)設(shè)計實戰(zhàn)
- 操作系統(tǒng)分析
- Cassandra 3.x High Availability(Second Edition)
- 計算機系統(tǒng)平臺
- 跟老男孩學Linux運維:Web集群實戰(zhàn)
- 嵌入式實時操作系統(tǒng):基于ARM Mbed OS的應(yīng)用實踐