Display Public IP address under system load info
Posted: June 25th, 2014, 3:53 pm
I apologize in advance because I am not a programmer. I currently run a headless/guiless ubuntu VM that runs SAB. It connects to the internet thru a VPN. I was wondering if someone could help me modify the SAB web page code so that I can display my public IP address underneath the system load info
something like this: "Publi IP: XXX.XXX.XXX.XXX"
This would allow me to easily check to ensure that the VPN is up and running correctly.
I am hoping that it is as easy as executing and displaying the poutput of the code below:
wget -qO- http://ipecho.net/plain ; echo
unfortunately i have no idea where or how to start this....any help?
something like this: "Publi IP: XXX.XXX.XXX.XXX"
This would allow me to easily check to ensure that the VPN is up and running correctly.
I am hoping that it is as easy as executing and displaying the poutput of the code below:
wget -qO- http://ipecho.net/plain ; echo
unfortunately i have no idea where or how to start this....any help?