How to get public IP with subnet on Linux OS.
ip a | grep $(hostname -I | awk '{print $1}') | awk '{print $2}'
How to get public IP with subnet on Linux OS.
ip a | grep $(hostname -I | awk '{print $1}') | awk '{print $2}'
For further actions, you may consider blocking this person and/or reporting abuse
Olivier Miossec -
Kelvin Wahome -
Yaren Sarı -
Syed Sadat Ali -
Top comments (0)