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
Shani Kumar -
MrDPrasad -
The Witcher -
Blessing Ndubuisi -
Top comments (0)