Linux or unit connects to Windows Remote Desktop-rdesktop (slightly changed)

Source: Internet
Author: User
Tags windows remote desktop mstsc rdesktop

1. Dependency package

The following software assistance is required to successfully install the software package:

-Cc or GCC compiler
-Make Tool
-Libiconv shared library

-Libgcc shared library

2. software compilation and Installation # Decompress the package:
Shell> tar-xvf rdesktop-1.6.0.tar.gz
# Go to the directory after the software package is unlocked and execute:
Shell>./configure
Shell> make
Shell> make install
# After the software is installed, the software is installed in/usr/local/bin by default. The executable file name is rdesktop.
# The Connection format is rdesktop [Options] server [: Port], for example
Shell> rdesktop 192.168.0.99

# If you are used to the name "mstsc", you can make a hard link. The steps are as follows:
Shell> ln rdesktop mstsc
# Call:
Shell> LD_LIBRARY_PATH =/usr/local/LIB; export LD_LIBRARY_PATH
Shell> display = <The Client IP address is displayed in the figure. If you log on directly through xmanager, you do not need to perform this operation>; export display
Shell>/usr/local/bin/mstsc-F (-F: indicates full screen. There are many other parameters, such as resolution control and color depth. For more information, see the help documentation)

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.