Setup rdesktop » Historie » Version 1
Jeremias Keihsler, 12.01.2017 11:01
1 | 1 | Jeremias Keihsler | h1. Install Procedure for rdesktop |
---|---|---|---|
2 | |||
3 | h2. Requirements |
||
4 | |||
5 | To install rdesktop you will need the following: |
||
6 | * a installed and supported operating system (e.g. CentOS 6.x) |
||
7 | * root-access |
||
8 | * a fast internet connection |
||
9 | |||
10 | h2. Preliminary Note |
||
11 | |||
12 | This procedure is based on a documentation supplied by http://www.proclos.com. |
||
13 | |||
14 | h2. Install |
||
15 | |||
16 | <pre><code class="bash"> |
||
17 | yum install rdesktop |
||
18 | </code></pre> |
||
19 | |||
20 | h2. Usage |
||
21 | |||
22 | connect to host machine |
||
23 | <pre><code class="bash"> |
||
24 | rdesktop localhost |
||
25 | </code></pre> |
||
26 | connect to virtual machine with given ip and port |
||
27 | <pre><code class="bash"> |
||
28 | rdesktop 192.168.0.99:7777 |
||
29 | </code></pre> |
||
30 | if you want to enforce a specific keyboard layout use the @-k@ option |
||
31 | <pre><code class="bash"> |
||
32 | rdesktop -kde 192.168.0.99:7777 |
||
33 | </code></pre> |