From 0a81622bc8be981e7e52d621e5111fd2fe577e6e Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Thu, 29 Sep 2022 01:44:20 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=9F=20add=20useful=20commands?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
nodes/running-a-node-advanced.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/nodes/running-a-node-advanced.md b/nodes/running-a-node-advanced.md
index 437d67a..d167b55 100644
--- a/nodes/running-a-node-advanced.md
+++ b/nodes/running-a-node-advanced.md
@@ -170,6 +170,22 @@ openssl rand -hex 32 > jwtsecret
+----
+
+### useful commands
+
+
+
+#### 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)
+
+
+
+
+
----
### further resources