Raspberry Pi headless setup guide
- Download image: https://ubuntu.com/download/raspberry-pi
- Prepare sd-card: https://www.raspberrypi.org/documentation/installation/installing-images/linux.md
dd bs=4M if=image.img of=/dev/sdX status=progress conv=fsync
- Shh is enabled by default
- Setup wifi: https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#3-wifi-or-ethernet
- Connect via ssh: user: ubuntu, password: ubuntu
- Download image: https://www.raspberrypi.org/downloads/raspberry-pi-os/
- Prepare sd-card: https://www.raspberrypi.org/documentation/installation/installing-images/linux.md
dd bs=4M if=image.img of=/dev/sdX status=progress conv=fsync
- Setup shh: https://www.raspberrypi.org/documentation/remote-access/ssh/README.md
- Setup wifi: https://www.raspberrypi.org/documentation/configuration/wireless/headless.md
- Connect via ssh: user: pi, password: raspberry
- connect raspberry pi to laptop with Ethernet
- Go the edit connection setting.
- Navigate to ipv4 option. Select method : shared to other computer.
- Then open command prompt and type command >"cat /var/lib/misc/dnsmasq.leases". You will get raspberry pi Ip from that.
- then connect via ssh