How-to : Windows (7) ホストと Ubuntu 13.10 シードホスト間の RDP をすばやく設定する方法(更新済み)

2014-11-11

How-to : Windows (7) ホストと Ubuntu 13.10 シードホスト間の RDP をすばやく設定する方法(更新済み)

Machine-translated — the English original is authoritative.

How-to : Windows (7) ホストと Ubuntu 13.10 シードホスト間の RDP をすばやく設定する方法(更新済み)

注 : このガイドは、Windows 7 システムと Ubuntu シードホストの両方が同じネットワーク上にあり、ポート 3389(デフォルトの RDP)が開いていることを前提としています。

シードホストで次の操作を実行します

$ sudo apt-get install -y xrdp

$ sudo apt-get install xfce4

$ echo xfce4-session > ~/.xsession

$ sudo service xrdp restart

$ hostname -I

Windows 7 システムで

「スタート」を選択し、mstsc.exe と入力してから RDP クライアントアプリケーションを実行します

更新 : RDP ターミナルウィンドウの TAB 補完を構成する

vim ./home//.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml

[更新 : このファイル /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml を編集して、すべてのユーザーに対してこれを実行します – 現在のプロファイルの xfce4-keyboard-shortcuts.xml は削除する必要がありますが、次回 RDP でログインする際に自動的に再生成されます]

次のものと置き換える

ここから先はご自身でわかるはずです 🙂

Originally published on allthingscloud.eu (2014-11-11).

← All posts