better ip address

This commit is contained in:
Alejandro Sophila
2023-02-21 18:44:29 -03:00
committed by GitHub
parent 2407801e7e
commit 48984c1a10

View File

@@ -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 <YOUR SSID> 6. run `sudo nmtui` to set-up a wifi connection to <YOUR SSID>
7. run `sudo nmcli c` to show your current connections 7. run `sudo nmcli c` to show your current connections
8. run `sudo nmcli c m <YOUR SSID> connection.autoconnect yes` to set autoconnection to <YOUR SSID> wifi in case of trouble 8. run `sudo nmcli c m <YOUR SSID> connection.autoconnect yes` to set autoconnection to <YOUR SSID> wifi in case of trouble
9. use `ip address` to get your <CHIP ID>. From your linux computer open other terminal and connect using `ssh chip@<CHIP IP>`. You can close the terminal running `screen`. 9. use `ip addr | grep "inet " | awk 'NR==2{print $2}' | cut -d/ -f1 ` to get your <CHIP ID>. From your linux computer open other terminal and connect using `ssh chip@<CHIP IP>`. You can close the terminal running `screen`.
### Part 3: upgrade debian jessie to debian stretch ### Part 3: upgrade debian jessie to debian stretch
1. run `sudo su -` to allow all the next changes as superuser 1. run `sudo su -` to allow all the next changes as superuser