Skip to content

Instantly share code, notes, and snippets.

@faradayfan
Created March 23, 2019 19:02
Show Gist options
  • Select an option

  • Save faradayfan/f354fe2c014d25ff1be24e292c5b6601 to your computer and use it in GitHub Desktop.

Select an option

Save faradayfan/f354fe2c014d25ff1be24e292c5b6601 to your computer and use it in GitHub Desktop.
# 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