mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-02 14:56:18 -04:00
🍟 add useful commands
This commit is contained in:
parent
1c3e74b178
commit
0a81622bc8
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue