在此作一下記錄,免得之後再總是去搜索了linux
個人debian版本v:8.1.0網絡
我是在Hyper-V中裝的,啓動後一直ping不通網址,後來才知道Debian不能直接ping域名,只能ping IP。。。oop
沒法自動獲取IP,這裏只能手動指定了,具體方法:post
以root用戶登錄,在控制檯輸入:nano /etc/network/interfacesspa
# The loopback network interface
auto lo
iface lo inet loopback.net
# 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 #路由器的IPrest
Ctrl+X,輸入y保存,而後輸入:/etc/init.d/networking restart 重啓網絡配置
orm
修改系統語言,安裝時選擇中文,可是在Shell下會有亂碼的狀況,因此仍是改成默認的英文utf-8
輸入:dpkg-reconfigure locales路由
在en-us utf-8按空格選中,選中後前面會有個*,把中文的*給去掉,而後保存
自動獲取最新的源:http://linuxfocus.net/post/176