First open the LINUX01 virtual machine configuration IP address 192.168.10.10/24
After you restart the network card using the Service Network Restart command, use Xshell to connect the virtual machine.
Enter the Df–h command to view the current disk mount status
Edit the Vim/etc/fstab so that the image file can be automatically mounted in the/MNT directory
Enter the Mount–a command to mount again, df–h check the current disk mount, and find that the/dev/sr0 image file is automatically mounted
Create a Yum repository
To enter Cd/mnt/packages, first install the following three RPM installation packages
RPM–IVH libao-0.8.8-7.1.el6.x86_64.rpm
RPM–IVH libsamplerate-0.1.7-2.1.el6.x86_64.rpm
RPM–IVH libsndfile-1.0.20-5.el6.x86_64.rpm
! []
Enter cd/etc/yum.repos.d/
Delete the file that ends inside. Repo Rm–rf *.repo
Create edits again, vim Abc.repo
Yum install rdesktop–y run the Yum Warehouse installation rdesktop Feature Pack
Open the Win7 system virtual machine, configure the IP address, and then set the remote settings in the computer properties to allow Remote Desktop computer connection
Enter virtual machine open terminal input rdesktop 192.168.10.20 command remote connect win7 system virtual machine
Enter the user password for the Win7 system and the link will be successful.
Linux Systems build Yum repositories, configure remote Desktops