Rdesktop is a command line-based remote control software. You can use it to remotely control Fedora. Of course, when you use the command execution software, it is still graphic interface. A. download the latest version of rdesktop: Workshop.
Rdesktop is a command line-based remote control software. You can use it to remotely control Fedora. Of course, when you use the command execution software, it is still graphic interface.
A. download the latest version of rdesktop:
Http://www.rdesktop.org/
B. decompress the downloaded compressed package.
Tar-zxvf rdesktop-1.5.0.tar.gz
C. Enter the decompressed directory.
Cd rdesktop-1.5.0
D. Execute the following commands in sequence
./Configure
Make
Make install
Remote Command: rdesktop-u username-p password ip
For example:
Remote Server IP Address: 192.168.1.7
Remote Server login name: feelam
The remote server password is feelamcheung.
Then I can directly enter rdesktop-u feelam-p feelamcheung 192.168.1.7 on the terminal to remotely control it.
You can also enter rdesktop 192.168.1.7 on the terminal.
After the remote server is connected, enter the user name and password.