Created
March 23, 2019 19:02
-
-
Save faradayfan/f354fe2c014d25ff1be24e292c5b6601 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Setup rasbian lite | |
| 1. write iso file to sd card. | |
| 2. before removing sd card, add an empty file `ssh` to the `boot` drive. | |
| 3. plug it into the raspberry pi and boot it up. | |
| # Log in | |
| 1. use what ever networking tool to figure out what the ip address is for your new pi. | |
| 2. use `ssh` to log in. | |
| username: `pi` | |
| password: `raspberry` | |
| ```bash | |
| ssh [email protected] | |
| ``` | |
| # Change password | |
| # Change Hostname | |
| # Set Up SSH | |
| # Install DDNS Client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment