Find your IP address in Linux
Good information found on https://www.linuxtrainingacademy.com/determine-public-ip-address-command-line-curl/ Let’s do the same thing with the ip command. To view IP addresses, use ip addr show. Like ifconfig, you can specify an interface. $ ip addr show 1: lo: <loopback,up,lower_up> mtu 16436 qdisc…