Created
March 23, 2019 19:02
-
-
Save faradayfan/f354fe2c014d25ff1be24e292c5b6601 to your computer and use it in GitHub Desktop.
Revisions
-
faradayfan created this gist
Mar 23, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ # 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