訪問樹莓派桌面,的另一種方式,就是使用Teamviewer。
參考這篇文章做了實驗:http://www.linuxdiyf.com/linux/16887.html,對其中部分進行了件要整理和總結。如下:
1.下載Teamviewer
進入 https://www.teamviewer.com/en/download/linux.aspx 下載 teamviewer_linux_x64.deb
wget http://download.teamviewer.com/download/linux/version_11x/teamviewer-host_armhf.deb sudo dpkg -i teamviewer-host_armhf.deb sudo apt-get -f install
2.安裝GDebi,解決依賴問題
Install gdebi (GDebi can install local .deb packages with automatic dependency resolution (it automatically downloads and installs the required packages).):
sudo apt-get install gdebi
3.安裝Teamviewer
sudo gdebi teamviewer_linux_x64.deb
2.1 桌面環境
受控端直接運行TeamViewer即可,在控制端輸入ID和密碼。
2.2 命令行終端環境
我一般使用SSH遠程登錄樹莓派,沒有顯示器。而TeamViewer支持headless模式操作。
#查看幫助信息
teamviewer help
#查看本機ID
teamviewer info
#設置本機密碼
teamviewer passwd [你的密碼]
Ubuntu 15.10中如何安裝TeamViewer 10:http://www.linuxdiyf.com/linux/15543.html
ubuntu下禁止TeamViewer開機自啟分析:http://www.linuxdiyf.com/linux/14668.html
Teamviewer在Linux下無法啟動?:http://www.linuxdiyf.com/linux/12934.html
Teamviewer 5在Fedora 14中使用:http://www.linuxdiyf.com/linux/6064.html
Ubuntu配置遠程訪問的XRDP協議和Teamviewer軟件:http://www.linuxdiyf.com/linux/3748.html