zoukankan      html  css  js  c++  java
  • 树莓3B+_teamviewer_install

    • 操作系统 
    pi@raspberrypi:~ $ uname -a
    Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
    
    pi@raspberrypi:~ $ lsb_release  -a
    No LSB modules are available.
    Distributor ID:	Raspbian
    Description:	Raspbian GNU/Linux 9.4 (stretch)
    Release:	9.4
    Codename:	stretch
    

    实验时间: 2019年02月23日 

    • 操作记录

    启动script 记录操作

    script -t 2>recorder_teamviewer_install.time -a recorder_teamviewer_install.his
    

    步骤操作 

    wget https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb
    

      

    sudo dpkg -i teamviewer-host_armhf.deb
    

      

    sudo apt-get -f install
    

      

    sudo apt-get install gdebi
    

      

    sudo gdebi teamviewer-host_armhf.deb
    

    操作回看

    scriptreplay recorder_teamviewer_install.time recorder_teamviewer_install.his
    

    更新重启

    sudo apt-get update && sudo apt-get upgrade
    

      

    #查看帮助信息
    teamviewer help
    #查看本机ID
    teamviewer info
    #设置本机密码
    sudo teamviewer passwd [你的密码]

    -------------------------------------------------------------
    pi@raspberrypi:~ $ sudo teamviewer passwd 1309xxxx

    #启动TeamViewer服务
    sudo teamviewer --daemon start
    #开启TeamViewer服务随机启动
    sudo teamviewer --daemon enable
    #重启即可连接
    sudo reboot
    ==============================================
    常用管理命令
    sudo teamviewer --daemon start 启动TeamViewer服务
    sudo teamviewer --daemon stop 停止TeamViewer服务
    sudo teamviewer --daemon restart 重启TeamViewer
    sudo teamviewer --daemon disable 关闭TeamViewer服务随机启动
    sudo teamviewer --daemon enable 开启TeamViewer服务随机启动

     

      

  • 相关阅读:
    16 类成员
    [Tips] WSL ubuntu 18.04 安装python3
    [Tips]ubuntu安装go
    [Notes] 随笔的标题格式说明
    [Tips]Ubuntu手动修改DNS
    [BUG]Ubuntu 16.04 出现“sudo unable to resolve host”
    [Tips]ubuntu 换源
    [Tips]将本地git文件夹上传云端
    [Notes] Dockerfile中COPY命令的简单性
    [BUG]Ubuntu server 16.04安装,无网卡驱动解决
  • 原文地址:https://www.cnblogs.com/quixon/p/10423877.html
Copyright © 2011-2022 走看看