how to find local ip address in linux code example
Example 1: linux check ip address command
ifconfig -a
Example 2: get your ip address from terminal
for local ip :
hostname -I
for Public ip :
curl icanhazip.com
ifconfig -a
for local ip :
hostname -I
for Public ip :
curl icanhazip.com