# https://github.com/TomHumphries/RaspberryPiHotspot # --- Install sudo apt update # HostAPD access point software and DNS/DHCP via DNSMasq sudo apt install -y dnsmasq sudo apt install -y hostapd # Utility to save firewall rules and restoring them when the Pi boots sudo DEBIAN_FRONTEND=no...