1, UPDATE, I believe we all have obsessive-compulsive disorder
sudo apt-get update & Apt-get Upgrade
2, the keyboard will play garbled is the choice of keyboard is not correct, you can use the following command to select English (US)
sudo dpkg-reconfigure keyboard-configuration
3, Nic only Nat piece
Add a virtual NIC in the global network host-only in VBox, set up DHCP
Edit the configuration file in Ubuntu to get the NIC address
sudo ifconfig-a #查看网卡的名称, here the new network card name is not called Eth1 but is called ENP0S8
sudo vi/etc/network/interfaces #编辑配置文件
#如果ubuntu没有自动添加的话, add the following line (note modify the NIC name):
Auto ENP0S8
Iface ENP0S8 inet DHCP
Use: The EQ command is saved, and you can try the ping after restarting.
4. Configure SSH
Check if SSH server is installed, and if so, you should be able to access it with putty. If not installed, you can use the Tasksel installation.
5, if you want the image interface can install the desktop, but the desktop is more than 600MB, very large dependence is also huge, for the performance of the choice, three optional one, before the installation will be prompted to confirm y/n, and there are size hints
sudo apt-get install Ubuntu-desktop
sudo apt-get install Ubuntu-kdesktop
sudo apt-get install Ubuntu-xdesktop
VBox installs Ubuntu Server's those pits, the keyboard garbled, the network card, SSH and so on