Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ RedHat virtual machine to install VMware Tools     - Installation and configuration of Hadoop under Linux (Server)

- Nine tips to protect the security of Linux desktop (Linux)

- Oracle Database routine inspection (Database)

- Thinking in Java study notes - Access modifiers (Programming)

- RHEL6 install Python and other packages from source (Linux)

- Bash common several configuration files (Linux)

- Java source implementation of the observer pattern instance (Programming)

- How to install and use the malware detection tool LMD and ClamAV antivirus engine on Linux (Linux)

- CentOS 6.5 installation using a data recovery software extundelete (Linux)

- Log4j configuration file Explanation (Linux)

- Use Vagrant up a local development environment tutorials (Server)

- How to back up Debian system backupninja (Linux)

- Build your own Web server under Ubuntu Linux system (Server)

- Linux6.1 / 6.5 dual-NIC Binding (Linux)

- Using Maven to download Spring (Linux)

- Java deserialization test (Programming)

- Installation of Gitlab under Ubuntu (Linux)

- How to view information about the installed version of CentOS (Linux)

- Linux operating system ARP Spoofing Defense (Linux)

- RHEL6.4 one key installation Redmine (Linux)

 
         
  RedHat virtual machine to install VMware Tools
     
  Add Date : 2016-05-13      
         
         
         
  RedHat virtual machine to install VMware Tools, if we look closely, you will find in the lower left corner of VMware software interface showing "you do not have VMware Tools installed", that is, we have not install VMware Tools.

VMware Tools what use is it?

VMware Tools is actually a virtual graphics driver, after installation, the virtual system display screen would be better, in addition, I also found that the Internet was said that after installation, you can mouse between the host, the guest system move freely, without ctrl + alt key combination to switch (which is a bit cumbersome).

Then briefly explain how to install VMware Tools.

1. Right-click on the left side of the interface in VMware virtual system, select "Install VMware Tools"

Note: The virtual machine must be in the boot state, invalid shutdown.

At this time will find a disc icon appears on the desktop Linux, this is just the system will load the VMware Tools installation image file to the virtual drive, but not really install VMware Tools.

2, find the VMware Tools installation package

Right-click on the Linux desktop, open a terminal, followed by entering the following command (note spaces):

cd / media / cdrom (Note: to enter the virtual drive folder)

ls (NOTE: To view the files in a folder and subfolders)


This time appeared "VMware Tools-5.5.3-34685.tar.gz" That package name, remember it later will be used.

3, the mobile installation package, and then extract the installation

In just the terminal, continue to enter the following command:

cd / (Note: Back to the root directory)

cp media / cdrom / VMwareTools-5.5.3-34685.tar.gz / tmp (Note: the installation package is copied to tmp folder)

cd / tmp (Note: Entering tmp folder)

tar zxf VMwareTools-5.5.3-34685.tar.gz (Note: Extracting the installation package)

cd vmware-tools-distrib (Note: Entering the unzipped folder)

./vmware-install.pl (Note: the installation file)

If you have Linux already installed all of the X Window environment and development tools, said the installation process should be relatively smooth, the installation process, will encounter such as "In which directory do you want to install your binary files" kind of problem,

Press Enter on the line;

When the case of inquiry, such as with [yes], and enter yes press Enter.

After installation is complete, it will allow us to configure the resolution:

Do you want to change your guest X resolution?

[1] 640x480

[2] 800x600

[3] 1024x768

... ...

My machine can support 1280x1024, choice is 7, according to their own situation to determine their own machines.

Set the resolution, so the screen can display full-screen more clear and beautiful

Note that this resolution applies to full-screen display, a lot of people may be accustomed to using the virtual operating system window mode (like me), then it should be the resolution set to be smaller, such as 800x600.

So far, VMware Tools installation is successful, the

You need to restart the virtual machine configuration to take effect.
     
         
         
         
  More:      
 
- Linux CentOS configuration SVN + SVN hook (Server)
- Upgrading from Fedora 20 to 21 (Linux)
- Linux environment Duplex (multi-machine) automatic mutual backup scheme (Linux)
- Linux, Google Test (GTest) test environment to build step (Linux)
- Spring3 + SpringMVC + Hibernate4 full annotation environment configuration (Server)
- Ubuntu install Eclipse can not find JAVA_HOME problem (Linux)
- Linux, how to filter, split, and merge pcap file (Linux)
- Common Linux System Troubleshooting (Linux)
- Android application security of data transmission security (Programming)
- How to create an alternative Android / iOS connected wireless hotspot AP in Ubuntu 15.04 (Linux)
- Ubuntu U disk do not have write privileges can only read but not write (Linux)
- 64-bit Ubuntu 15.10 How to compile the latest version of the 32 Wine 1.7.53 (Linux)
- Linux Crontab Timing task command Detailed (Linux)
- GNU Linux system variables (sysctl configuration commands) integrated use (Linux)
- Linux operating system, the internal and external security overview (Linux)
- PostgreSQL 9.4.3 Installation and Configuration under CentOS 6.5 (Database)
- PostgreSQL Source Customization: Online global read only (Database)
- PCM audio under Linux (Linux)
- iscsiadm command usage (Linux)
- How do you access Dropbox Linux command line (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.