Required Software:
Virtual machine software: VMware Workstation
Image file: centos6.5
Linux Installation steps:
1. Open VMware and double-click to create a new virtual machine
2. Next, then select (browse) the location where the centos6.5 image is stored.
3. Select the partition size by default.
4. Customizing user names and Passwords
Next and next, until your system enters the graphical drawing interface.
5. Terminal: Enter Python (view python version)
Linux environment configuration steps: Mainly the configuration of the network.
The configuration of the virtual machine network environment is as follows:
Nat mode is generally used (the advantage is that IP collisions are not easily generated)
1. Go to VMware, find the editor, then the virtual Machine Network editor to remove the VMnet8 and then add the VMnet8 again,
Select Nat mode. Go to NAT settings to view the subnet IP, the subnet mask also has a gateway. Click OK.
(My following: Subnet ip:192.168.237.0 mask: 255.255.255.0 gateway 192.168.237.2)
2. Locate the network adapter in the lower-right corner of VMware. Select Nat mode to reconnect.
Modifications to the Linux network configuration file:
$ su
Enter Password (# #切换管理员 # #)
# Cd/etc/sysconfig/network-script
# Vim Ifcfg-eth0 (it is recommended to back up this file first, to prevent the ^_^ from being restored after the bug is corrected)
Device= "Eth0"
bootproto= "Static"
ipv6init= "Yes"
Nm_controlled= "Yes"
onboot= "Yes"
Type= "Ethernet"
ipaddr=192.168.237.10
netmask=255.255.255.0
gateway=192.168.237.2
dns1=211.98.2.4
dns2=61.233.9.9
The above is the configuration of my own computer. NDS here need to explain that each network is different. It is recommended to view your own DNS after the volume configuration,
Networking test: You can use Curl www.baidu.com or ping www.baidu.com
# Curl Www.baidu.com
<! DOCTYPE html>
<!--STATUS ok-->。。 Beijing ICP No. No. 030173 </p> </div> </div> </div> </body> The host is not normally operated directly. Instead, connect to Linux through the terminal. Need to be operational weapon: SECURECRT
SECURECRT is an SSH-enabled terminal emulator. This is the software that logs into a Linux host under Windows System.
Here are 2 commands rz sz (need to install itself in Linux system generally do not bring the command # Yum install Lrzsz) can support the upload and download function (built-in FTP function)
Enter SECURECRT. Create a new connection note hostname is generally the target host IP username for the user name and the connection note the password that corresponds to the input and user name.
At this point, the simple single console version of Linux is set to complete.
Big Data Linux Host easy configuration