-Start installing Ubuntu server-
1. First is the language to install the system, it is recommended to choose中文版
Then install the system
The choice of language here is very important, I began to choose Chinese, after the installation will be garbled, so the recommended choice of English
Because in China, I chose Hong Kong.
This step is to detect the keyboard, choose Yes or no is possible, select Yes will have some of the actions you can press to detect the keyboard, select no to select the keyboard layout in the list. I chose no here.
Select a keyboard layout in the list to
After the selection is complete, some additional parts will be loaded automatically.
2. Set the host name and create a new account
Because the password is relatively simple, it will ask whether to use a weak password, I choose to still use this password here
3. Then ask whether to encrypt the home directory, encryption or not to see their own needs, I choose not to encrypt here
4.
then detect the time zone and confirm that it is correct
5.
Start partition Settings
Load, install the system
6. Set HTTP proxy, if not directly continue
Install some packages
System Update settings
7. Select the installed software and the SSH server must be installed
Then jump to this interface, press the letter "G" on the keyboard to install, after the installation is complete, press "Q" to exit back to the Ubuntu installation interface
Finally confirm the installation can be completed
Remove the mounting media before the next boot
When the installation is complete:
8. Because it is installed in a networked state, skip the steps to configure IP, configure IP in the installed system below
8.1 Configuring a static IP address
sudo vim/etc/network/interfaces
Change the original configuration comment to the following:
Iface eth0 inet Static
Address 192.168.80.129
Netmask 255.255.255.0
Gateway 192.168.80.2
8.2 Setting up a DNS server manually
sudo vim/etc/resolv.conf
8.3 Restart the networking service to make it effective
sudo/etc/init.d/networking restart
Mine was restarted, and the virtual machine took effect.
9. Remote Access Server
I use Xshell this software, the individual can use for free
Create a new connection
Select User authentication, enter the user name and password here can be easily logged in, it is recommended to enter only the user name without entering the password, determine the completion
The Saved connection
Then click on the connection will pop up the Save Key tab, receive save, and then enter the password to login
Last Successful Login
VMware 10 Virtual machines install Ubuntu Server 14.04