mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-28 03:36:10 -04:00
🍟 add useful commands
This commit is contained in:
parent
1c3e74b178
commit
0a81622bc8
@ -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…
x
Reference in New Issue
Block a user