日志文章

2021-8-3 aflfte2011

ubuntu server cloud-init连接隐藏WiFi

将 netplan 的配置文件 50-cloud-init.yaml 进行如下配置:
network:
  wifis:
    wlan0:
      access-points:
          "mangguo\"\n        scan_ssid=1\n#      \"hack!\"":
            password: "我的wifi密码"
      dhcp4: true
      optional: true
  ethernets:
    eth0:
      dhcp4: true
      optional: true
  version: 2

« java获取json数组 | rosdep init SSL证书错误»