BASH: Extract only IP Address from ip addr command
Hello , You can use below shell script to extract only IP address from ip command. Command : ip addr show | grep -oP 'inet …
Hello , You can use below shell script to extract only IP address from ip command. Command : ip addr show | grep -oP 'inet …
Here is a small snippet to find outgoing IP of your Linux box. 1. To find the outgoing internal IP only # ip route get 8.…
Commands required to set a static IP in CentOS are . In Terminal , turn into root user and type as vi /etc/sysconfig/network-scr…