Install Ubuntu Server on Raspberry Pi: Difference between revisions
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
| valign="top" | | | valign="top" | | ||
* [https://github.com/DavidUnboxed/Ubuntu-20.04-WiFi-RaspberyPi4B Headless Install using <code>network-config</code> and <code>user-data</code>] | |||
* [https://ubuntu.com/server/docs/network-configuration Ubuntu Network Configuration] | * [https://ubuntu.com/server/docs/network-configuration Ubuntu Network Configuration] | ||
|} | |} |
Revision as of 21:38, 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
Knowledge
# mac or linux os
apt install net-tools
arp -na | grep -i "b8:27:eb"
arp -na | grep -i "dc:a6:32"
# windows os
arp -a | findstr b8-27-eb
arp -a | findstr dc-a6-32