отображать IP -адрес linux
#private ip
hostname -I
or
ifconfig
or
ip addr show
#public ip
curl ifconfig.me
Snippets
#private ip
hostname -I
or
ifconfig
or
ip addr show
#public ip
curl ifconfig.me
ifconfig -a
curl ifconfig.me