admin Site Admin
Joined: 23 Jan 2003 Posts: 256 Location: India
|
Posted: Thu Aug 18, 2005 7:42 pm Post subject: rdesktop - connecting windows remote desktop from linux. |
|
|
rdesktop is an open source client for Windows Terminal Server allow you to connect to windows remote desktop from a Linux desktop computer. rdesktop was initially written by Matthew Chapman based on various scarce documentation, wire sniffs, and trial-and-error. It is made available to the rest of us under the GNU Public Licence (GPL).
Installing rdesktop on Linux can be done with yum or from source.
yum install rdesktop <enter>
OR
tar -zxf rdesktop.tar.gz <enter>
cd rdesktop <enter>
./configure <enter>
make <enter>
make install <enter>
Now rdesktop is installed and ready to use.
rdesktop your-server-ip & <enter> _________________ HostOnNet.com - Reseller Hosting
Free Ads Forum, Promote your site
NetFreeHost.com - Free Web Hosting, phpBB Hosting |
|