1. 安装中文包命令
sudo apt-get install language-pack-zh-han*
2. 树莓派改固定ip地址
sudo vim /etc/dhcpcd.conf # 在terminal中运行,然后修改最后的几句为下面的
interface eth0
static ip_address=172.18.16.100
static routers=172.18.16.254
static subnet_mask=255.255.255.0
static domain_name_servers=
static domain_search=