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=  

相关文章:

猜你喜欢
  • 2021-10-13
  • 2022-02-08
  • 2021-09-22
  • 2021-10-04
  • 2021-10-02
  • 2021-12-04
相关资源
相似解决方案