readme

来自「LinuxTools一书随书源代码」· 代码 · 共 32 行

TXT
32
字号
===========================================rdesktop: A Remote Desktop Protocol client.===========================================rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000Terminal Services, Windows XP Remote Desktop, and possibly other TerminalServices products.  rdesktop currently implements the RDP version 4 protocol.Installation------------rdesktop uses a typical GNU-style build procedure:	% ./configure [options]	% make	% make installwhere documentation for [options] can be found by running "./configure --help".Usually no options are necessary.  The default is to install under /usr/local,this can be changed with --prefix=directory.Invocation----------	% rdesktop [options] serverwhere server is the name of the Terminal Services machine.  Note: if youreceive "Connection refused", this probably means that the server does not haveTerminal Services enabled, or there is a firewall blocking access.The rdesktop manual page lists the possible options ("man rdesktop").

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?