Docker, Github
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Network Stuff
|
||||
|
||||
## Finding IP Address
|
||||
|
||||
To find the IP address of your computer there are two general directions to think about, Public IP and Private IP.
|
||||
|
||||
To find your public ip:
|
||||
```bash
|
||||
curl ifconfig.me # When curl is installed
|
||||
wget ifconfig.me # When wget is installed
|
||||
```
|
||||
|
||||
For your private ip:
|
||||
```bash
|
||||
ip addr
|
||||
```
|
||||
Reference in New Issue
Block a user