Pal's Web Log
Programming - Linux, Ubuntu, Python, Django, Postgres, HTML, Cloud, Data Science etc.
Labels
Django
Docker
Google Cloud
Linux
Postgres
Python
Tuesday, June 16, 2015
To find your ip address
To find your local IP address type the following command:
ip -o -f inet address show scope global|grep -Po "(?<=inet ).*(?=/)"
To find your global or internet ip address, type the following command:
curl -w '\n' ident.me
curl http://icanhazip.com
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment