Last active
July 14, 2018 22:06
-
-
Save QuLk/1e9e69ff3c7a18ea3b7dd1ef252f64de to your computer and use it in GitHub Desktop.
Revisions
-
QuLk revised this gist
Jul 14, 2018 . 1 changed file with 1 addition and 1 deletion.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 @@ -1,4 +1,4 @@ By QuLk @ 2017.11.11 \ updated @ 2018.7.14 This article uses RASPBERRY PI 3 MODEL B, OS version: Raspbian GNU/Linux 9 (stretch). -
QuLk created this gist
Jul 14, 2018 .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,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.