get host ip linux code example
Example 1: how to get hostname on linux
$ hostnamectl
Example 2: show ip address linux
$ hostname -I
Example 3: linux check ip address command
ifconfig -a
Example 4: get ip address linux
curl ifconfig.me
$ hostnamectl
$ hostname -I
ifconfig -a
curl ifconfig.me