Skip to content

Instantly share code, notes, and snippets.

@QuLk
Last active July 14, 2018 22:06
Show Gist options
  • Select an option

  • Save QuLk/1e9e69ff3c7a18ea3b7dd1ef252f64de to your computer and use it in GitHub Desktop.

Select an option

Save QuLk/1e9e69ff3c7a18ea3b7dd1ef252f64de to your computer and use it in GitHub Desktop.

Revisions

  1. QuLk revised this gist Jul 14, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Install TeamViewer on Raspberry Pi.markdown
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    By QuLk @ 2017.11.11
    By QuLk @ 2017.11.11 \
    updated @ 2018.7.14

    This article uses RASPBERRY PI 3 MODEL B, OS version: Raspbian GNU/Linux 9 (stretch).
  2. QuLk created this gist Jul 14, 2018.
    16 changes: 16 additions & 0 deletions Install TeamViewer on Raspberry Pi.markdown
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    By QuLk @ 2017.11.11
    updated @ 2018.7.14

    This article uses RASPBERRY PI 3 MODEL B, OS version: Raspbian GNU/Linux 9 (stretch).

    It needs 2 steps:

    1. Downlaod the [TeamViewer Host for Raspberry Pi](https://www.teamviewer.com/en/download/linux/). \
    Direct link: https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb

    1. Installing TeamViewer Host:
    ```bash
    sudo apt install ./teamviewer-host_armhf.deb
    ```

    All set. TeamViewer will start with the system. You can log in with your account to remotely control it.