Pages

Wednesday, August 22, 2012

[Ubuntu] RDP clients in Ubuntu

The most recommended is remmina, which could be installed by
sudo apt-get install remmina
but when I used it, the color turn blue, which should be a bug.

another choice: PAC
sudo add-apt-repository "deb http://archive.getdeb.net/ubuntu oneiric-getdeb apps"
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo aptitude install pac

see the reference below to know better about how to install it.


reference:
http://linuxaria.com/recensioni/4-linux-programs-to-open-a-remote-desktop-on-windows?lang=en

No comments:

Post a Comment