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.

Revisions

  1. faradayfan created this gist Mar 23, 2019.
    19 changes: 19 additions & 0 deletions Raspberry Pi Dynamic DNS Setup
    Original 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