🍟 add useful commands

This commit is contained in:
bt3gl 2022-09-29 01:44:20 -07:00 committed by GitHub
parent 1c3e74b178
commit 0a81622bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,22 @@ openssl rand -hex 32 > jwtsecret
<br>
----
### useful commands
<br>
#### find your ip
* private" `ifconfig | grep "inet " | grep -v 127.0.0.1`
* public `curl v4.ident.me`
* router `ip route | grep default` (Linux), `netstat -nr | grep default` (MacOS)
<br>
----
### further resources