Let's make a record here so that we can always search for it later.
My Debian version v:8.1.0
I was in hyper-V mounted, after the start has been ping not through the URL, later only know that Debian can not directly ping the domain name, only ping IP ...
Cannot get IP automatically, here can only be specified manually, the method:
Log in as root, in console input: nano/etc/network/interfaces
# The Loopback network interface
Auto Lo
Iface Lo inet Loopback
# The Primary network interface
Allow-hotplug eth0
Auto Eth0
Iface eth0 inet Static
Address 192.168.1.199
Netmask 255.255.255.0
Gateway 192.168.1.1 #路由器的IP
Ctrl+x, enter Y to save, then enter:/etc/init.d/networking Restart restart network configuration
Modify the system language, the installation of the choice of Chinese, but under the shell will be garbled, so it is the default English
Input:dpkg-reconfigure locales
In en-US utf-8 press space to select, select the front will have a *, the Chinese * to remove, and then save
Get the latest source automatically: http://linuxfocus.net/post/176
Debian Basic Settings