Comment on Persistent packages on Steam Deck using Nix
filister@lemmy.world 2 weeks agoI am pretty sure your PC doesn’t block ICMP requests and you can get the MAC address of the IP address using the arp
command and then check the first three octets against the MAC vendors database.
This is all possible in Bash but the script will be slightly more complicated and will involve three different tools, ping, arp, curl.
But I am sure you know how to check your PC IP address anyway.