As it practitioners, we often use Linux systems, but in the actual development process we usually operate on the Windows platform, in order to meet the work needs, this time we usually install the virtual machine on the Windows platform and build Linux system on it, This is greatly convenient for our development use. This article provides a brief introduction to how virtual machines are configured to install Linux systems.
The systems and procedures used
VMware10
RedHat Linux 6.0
Windows operating system
Fill it out for everyone.
Pony's technology sharing 413939157 (above two software download link, please go to the group to obtain, here does not open together)
If the picture below is not displayed, please click on the URL: http://hi.baidu.com/javaprince/item/027714b4816194a1ebba9367
As it practitioners, we often use Linux systems, but in the actual development process we usually operate on the Windows platform, in order to meet the work needs, this time we usually install the virtual machine on the Windows platform and build Linux system on it, This is greatly convenient for our development use. This article provides a brief introduction to how virtual machines are configured to install Linux systems.
The systems and procedures used
VMware10
RedHat Linux 6.0
Windows operating system
1
Open the VMware Software and select "Create Virtual Machine" on the Home tab
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292300317069492.jpg "style=" margin:0px; padding:0px;border:0px; "/>
2
The program pops up the "New Virtual Machine Wizard" window, usually we use the recommended "Typical installation" can fully meet the requirements of the use of the so-called "Custom (Advanced)", in fact, the addition of configuration hardware requirements, in a typical installation, as well as after the virtual machine configuration can also be changed, so here is recommended "Typical installation"
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292300555977124.jpg "style=" margin:0px; padding:0px;border:0px; "/>
3
Click "Next" to start the installation of the client operating system, click on the "Browse" above, select the Linux system we want to install the CD image storage location;
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292301061446946.jpg "style=" margin:0px; padding:0px;border:0px; "/>
4
Use the redhatlinux I want to install as an example, select the ISO image file and click on the "Open" button;
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292301134723952.jpg "style=" margin:0px; padding:0px;border:0px; "/>
5
VMware very smart to detect the image of the system version, we choose "Next";
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292301208166728.jpg "style=" margin:0px; padding:0px;border:0px; "/>
6
The Settings window for setting up a Linux user name and password pops up
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292301278949190.jpg "style=" margin:0px; padding:0px;border:0px; "/>
7
The error, because I set the user name in order to root, this is not required, be sure to set a custom user name, root user name for the system reservation, without our own creation;
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292301343942310.jpg "style=" margin:0px; padding:0px;border:0px; "/>
8
One thing to note here: The root password that the system retains will be the same as the password for our custom account;
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292301418167343.jpg "style=" margin:0px; padding:0px;border:0px; "/>
9
After setting up, click "Next", pop up the Virtual Machine Setup window, name the virtual machine, and set the virtual machine file storage location
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292301487693535.jpg "style=" margin:0px; padding:0px;border:0px; "/>
10
Personal habits to remove the virtual machine file storage location C drive, because we set the virtual machine 20G default size, if later play cluster, install Linux more, C disk absolutely not enough
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292301563165840.jpg "style=" margin:0px; padding:0px;border:0px; "/>
11
After the setup is complete, click Next to partition the virtual machine disk capacity, the proposed 20G is used here;
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292302075663277.jpg "style=" margin:0px; padding:0px;border:0px; "/>
12
For performance, I store the virtual disk storage as a single file;
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292302210973845.jpg "style=" margin:0px; padding:0px;border:0px; "/>
13
Settings Complete Click "Next" and select "Custom Hardware" to configure it
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292302308477023.jpg "style=" margin:0px; padding:0px;border:0px; "/>
14
Here according to their own machine configuration, my machine has 10G of memory, according to the default to the virtual machine 2G;
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292302401755374.jpg "style=" margin:0px; padding:0px;border:0px; "/>
15
The number of processors is single, each with two cores (this is based on the personal machine configuration)
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292302513005539.jpg "style=" margin:0px; padding:0px;border:0px; "/>
16
Network settings to note: If you want to set the virtual machine as a separate network card, the choice of bridge mode, equivalent to a separate network on the host, if there is no other requirement, only the shared host IP network, using NAT mode;
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292303013003261.jpg "style=" margin:0px; padding:0px;border:0px; "/>
17
is to enter the virtual machine in the hotkey, it is recommended to remember, otherwise full screen, the mouse is captured by the virtual machine interface, it is not easy to find out.
650) this.width=650; "src=" http://images.cnitblog.com/blog/700392/201501/292303125192455.jpg "style=" margin:0px; padding:0px;border:0px; "/>
The image of the Baidu Watermark is due to the article is in my own Baidu space replication caused, Baidu space inside the article is also written by myself
This article is from "Pony Brother" blog, please make sure to keep this source http://nengli100.blog.51cto.com/7607178/1609812
Install Linux systems using VMWARE10 virtual machines (Competency Workshop)