Debian Basic Settings

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.