How-to : Quickly configure RDP between a Windows (7) host and the Ubuntu 13.10 seed host (Updated)

2014-11-11

How-to : Quickly configure RDP between a Windows (7) host and the Ubuntu 13.10 seed host (Updated)

How-to : Quickly configure RDP between a Windows (7) host and the Ubuntu 13.10 seed host

Note : This guide assumes that both the Windows 7 system and the Ubuntu seed host are reachable on the same network with port 3389 (default RDP) open.

Perform the following on the seed host

$ sudo apt-get install -y xrdp

$ sudo apt-get install xfce4

$ echo xfce4-session > ~/.xsession

$ sudo service xrdp restart

$ hostname -I

On the Windows 7 system

Select Start, type mstsc.exe and then run the RDP client application

UPDATE : Configure TAB Completion for RDP terminal windows

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

[Update : edit this file /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml to perform this for all users – their current profile xfce4-keyboard-shortcuts.xml will need to be deleted but will be automatically be regenerated when they login the next time over RDP]

with

Hopefully you know what to do from here 🙂

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

← All posts