scan ip linux code example
Example 1: find operating system linux
#Get details about linux distro
cat /etc/os-release
Example 2: show ip address linux
$ hostname -I
Example 3: how to see ip in linux
curl ifconfig.me
#Get details about linux distro
cat /etc/os-release
$ hostname -I
curl ifconfig.me