- update n shit
sudo apt install usbmuxd ipheth-utils libimobiledevice-utils
- (on iPhone) plug in & trust. Enable hotspot if not already
internet should be working now. nmcli
is what RPi uses
sudo nmcli c add con-name <connection-name> type ethernet ifname <interface-name> ipv4.method shared ipv6.method ignore
sudo nmcli c up <connection-name>
- Credit Ubuntu Docs
sudo nmcli device wifi hotspot ssid <network-name> password <password>
- Pi docs on this
assuming stock Raspberry Pi OS
todo: make a mac spoofing gist or sumthin