At home to do Linux under the program development, to the computer to reload the system, the price is too big. So I'm going to use a virtual machine.
Step One:
Enter the network connection to find the static IP of the VMware network adapter VMNET1 settings IPv4. The IP address uses 192.168.87.1, and the subnet mask uses 255.255.255.0. The default gateway is not set. IPv6 not set.
Step Two:
Turn off the system in the virtual machine and set the network to host-only in VMware palyer (virtual machine) to follow the host. After starting the virtual system, go to the following path CD/etc/sysconfig/network-scripts. LS can find ifcfg-eth0 this file. VI Ifcfg-eth0, modified as follows:
bootproto=staticipaddr=192.168.87.2 (change to IP to set) netmask=255.255.255.0 (subnet mask) gateway=192.168.0.1 (Gateway)
Launch and save the file, and then command service network restart
Step Three:
download ssh and install, then use SSH to access Linux and drag files in.
then you can start learning Linux under the program development.
Virtual Machine Environment settings