I recently installed Terminal Server Client (tsclient) and Remote Desktop (rdesktop) on my Acer Aspire One. Here's the easiest way to get remote access to Microsoft Windows servers from your Aspire One. This article assumes you are familiar with the use of the following unix tools:
and this article assumes you know how to edit xml configuration files. Summary
BackgroundChecking with YumAccording to yum we have at our ready the tsclient and rdesktop packages. [user@localhost ~]$ sudo yum list | egrep 'tsclient|rdesktop' rdesktop.i386 1.5.0-4.fc8 fedora tsclient.i386 0.150-5.fc8 fedora These rpms do not come pre-installed on our AA1, so we will have to do that. Installing rdesktopIt is easiest to install rdesktop using yum. Installing tsclienttsclient won't install using yum because of errors as shown below, therefore it is best if installed using rpm. Download the tsclient rpmI downloaded the rpm from http://rpmfind.net//linux/RPM/fedora/8/i386/tsclient-0.150-5.fc8.i386.html and have attached the rpm at the end of this document for convenience. Run rpm to installLastly, to make the Terminal Server Client accessible from the AA1 desktop we modify the file /home/user/.config/xfce4/desktop/group-app.xml using mousepad to add the line /usr/share/applications/tsclient.desktop in the appropriate ('Connect') section as shown below. |

