1.配置dhcp vim /etc/network/interfaces auto eth0 iface eth0 inet dhcp #iface eth0 inet static #address 192.168.0.108 #netmask 255.255.255.0 #gateway 192.168.0.101 #network 192.168.0.108 service network restart //cpwl 2.配置dns vim /etc/resolv.conf nameserver 114.114.114.114 nameserver 8.8.8.8 search localdomain 3.更新应用 apt update apt upgrade 4.安装配置ibus apt install ibus apt install ibus-pinyin ibus-setup 5.安装gcc,g++,gdb,cmake apt update apt install build-essential gdb gcc --version g++ --version gdb --version apt intall cmake cmake --version 6.安装各工具 tree dnsmap nload