From 48984c1a101bde777a7c95ab4c14d8828dc7c7e6 Mon Sep 17 00:00:00 2001 From: Alejandro Sophila <5770504+asophila@users.noreply.github.com> Date: Tue, 21 Feb 2023 18:44:29 -0300 Subject: [PATCH] better ip address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2176aaa..d97d32e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This guide and scripts are based on the excelent work made by https://github.com 6. run `sudo nmtui` to set-up a wifi connection to 7. run `sudo nmcli c` to show your current connections 8. run `sudo nmcli c m connection.autoconnect yes` to set autoconnection to wifi in case of trouble -9. use `ip address` to get your . From your linux computer open other terminal and connect using `ssh chip@`. You can close the terminal running `screen`. +9. use `ip addr | grep "inet " | awk 'NR==2{print $2}' | cut -d/ -f1 ` to get your . From your linux computer open other terminal and connect using `ssh chip@`. You can close the terminal running `screen`. ### Part 3: upgrade debian jessie to debian stretch 1. run `sudo su -` to allow all the next changes as superuser