Install Ubuntu Server on Raspberry Pi: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 1: Line 1:
==Network==
==Network==
<source lang="bash">
<source lang="bash">
ls -lah  /Volumes/system-boot/|grep network-config
cat <<EOF > /Volumes/system-boot/network-config
cat <<EOF > /Volumes/system-boot/network-config
wifis:
wifis:

Revision as of 21:42, 19 March 2021

Network

ls -lah  /Volumes/system-boot/|grep network-config
cat <<EOF > /Volumes/system-boot/network-config
wifis:
  wlan0:
  dhcp4: true
  optional: true
  access-points:
    "ChorkeOrg_2.4GHz":
      password: "medisys@bd/0A"
EOF

References