以前在raspberryPi上搞过teamviewer,现在用了CentOS服务器,搞了一个vpn,访问还有点问题,时间紧张,就先给teamviewer。

而centos7 上安装也比较简单,几条命令就可以了,但是往往很多人回到找不到ID的问题,这里简答记录一下。

安装步骤:

1、在teamviewer官网上下载rpm包,下载地址:https://www.teamviewer.com/zhcn/download/linux/

[root@localhost tv_bin]# wget https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm

如果安装失败,则尝试如下:

[root@localhost ~]# yum install -y teamviewer.x86_64.rpm --skip-broken

安装路径,我选择了opt,具体可以根据需要去选。

2.安装文件,出现 complete!即安装成功。

[root@localhost tv_bin]# yum install -y teamviewer.x86_64.rpm 

3.进入到teamviewer目录

[root@localhost tv_bin]# cd /opt/teamviewer/tv_bin/

[root@localhost tv_bin]# pwd

/opt/teamviewer/tv_bin

[root@localhost tv_bin]# ls

desktop  resources  script  TeamViewer  teamviewer-config  teamviewerd  TeamViewer_Desktop  xdg-utils

4、常用几条命令附下:
设置密码:

[root@localhost tv_bin]# teamviewer --passwd 

重启服务:

[root@localhost tv_bin]#  teamviewer --daemon restart

查看信息:

[root@localhost tv_bin]# teamviewer --info

5、有个问题是查看安装信息的时候没有teamviewer的ID,这样就无法连接。查了一下是没有密码的原因,只要设置密码就会出现ID了 
teamviewer –passwd 你的密码

[root@localhost tv_bin]# teamviewer --passwd 12345678

ok

[root@localhost tv_bin]# teamviewer --daemon restart

systemctl restart teamviewerd.service

[root@localhost tv_bin]# teamviewer --info

TeamViewer                           13.2.13582  (RPM)

TeamViewer ID:                        haochuang(我修改掉了)

teamviewerd status                   ● teamviewerd.service - TeamViewer remote control daemon

Loaded: loaded (/etc/systemd/system/teamviewerd.service; enabled; vendor preset: disabled)

Active: active (running) since 六 2018-08-18 11:23:46 CST; 8s ago

Process: 27961 ExecStart=/opt/teamviewer/tv_bin/teamviewerd -d (code=exited, status=0/SUCCESS)

Main PID: 27963 (teamviewerd)

CGroup: /system.slice/teamviewerd.service

└─27963 /opt/teamviewer/tv_bin/teamviewerd -d

8月 18 11:23:46 localhost.localdomain systemd[1]: Starting TeamViewer remote control daemon...

8月 18 11:23:46 localhost.localdomain systemd[1]: PID file /var/run/teamviewerd.pid not readable (yet?) after start.

8月 18 11:23:46 localhost.localdomain systemd[1]: Started TeamViewer remote control daemon.

这里注意一下,密码太短是不行的,你会看到下面的错误:

[root@localhost tv_bin]# teamviewer –passwd 123456

Init...

xprop:  unable to open display ''

CheckCPU: SSE2 support: yes

Checking setup...

Launching TeamViewer ...

Launching TeamViewer GUI ...

已放弃

[root@localhost tv_bin]# teamviewer --info

TeamViewer                           13.2.13582  (RPM)

TeamViewer ID:

Try restarting the TeamViewer daemon (e.g. teamviewer --daemon restart)

teamviewerd status                   ● teamviewerd.service - TeamViewer remote control daemon

Loaded: loaded (/etc/systemd/system/teamviewerd.service; enabled; vendor preset: disabled)

Active: active (running) since 六 2018-08-18 10:56:52 CST; 6min ago

Main PID: 25762 (teamviewerd)

CGroup: /system.slice/teamviewerd.service

└─25762 /opt/teamviewer/tv_bin/teamviewerd -d

8月 18 10:56:52 localhost.localdomain systemd[1]: Starting TeamViewer remote control daemon...

8月 18 10:56:52 localhost.localdomain systemd[1]: Started TeamViewer remote control daemon.

所以,记得,太短是不行的,太短是不行的,太短是不行的,重要的事情说三遍;

要长才可以!

好了,配置完成,就可以enjoy your self,尽情撸码了。

--20180818 11:45 @白猫科技园

linux centos 7上运行teamviewer与找不到ID问题处理办法的更多相关文章

  1. Linux Centos 系统上安装BT客户端 Transmission

    Linux Centos 系统上安装BT客户端 Transmission   Transmission是一种BitTorrent客户端,特点是一个跨平台的后端和其上的简洁的用户界面,以MIT许可证和G ...

  2. Linux CentOS系统上安装Eclipse

    Linux CentOS系统上安装Eclipse 1. 下载Eclipse软件 下载网址:http://www.eclipse.org/downloads/packages/release/Juno/ ...

  3. 如何在linux centos 环境下运行.exe文件

    linux是不能运行window下的可执行文件的,必须借助于wine.百度了以下wine如下:   Wine (“Wine Is Not an Emulator” 的递归缩写)是一个能够在多种 POS ...

  4. 在linux云服务器上运行Jar文件

    在linux服务器上运行Jar文件时通常的方法是: $ java -jar test.jar 这种方式特点是ssh窗口关闭时,程序中止运行.或者是运行时没法切出去执行其他任务,有没有办法让Jar在后台 ...

  5. linux centos 6.5 运行MySQL Workbench 6.0找不到 libmysqlclient.so.16和libmysqlclient_r.so.16

    找到已安装mysql/lib目录下有类似文件: -rw-r--r-- root root 12月 : libmysqlclient.a lrwxrwxrwx root root 12月 : libmy ...

  6. Linux(Centos)系统上搭建SVN以及常见错误解答

    本文主要介绍怎样在Centos上搭建SVN,文章内容比较基础,适合小白用户学习. 1.Linux版本Centos 6.5 查看linux版本命令: cat /etc/issue 2.查看本机上是否已经 ...

  7. .net core在Linux ARM板上运行

    最近接了个临时任务,给别的项目组的机器人平台上开发个小程序,那机器人上跑的是ARM平台,ubuntu的系统. 本来打算用C++写的,由于最近用.net core较多,鉴于其在linux平台良好的兼容性 ...

  8. asp.net中ashx生成验证码代码放在Linux(centos)主机上访问时无法显示问题

    最近有个项目加入了验证码功能,就从自己博客以前的代码中找到直接使用,直接访问验证码页面报错如下: 源代码:asp.net中使用一般处理程序生成验证码 Application Exception Sys ...

  9. 配置 ASP.NET Linux( CentOS 6.5 ) 运行环境 MONO + Jexus

    1.更新系统 在命令行下执行 yum –y update 2.安装必要的软件 yum -y install gcc gcc-c++ bison pkgconfig glib2-devel gettex ...

随机推荐

  1. Python3-RabbitMQ 3.7.2学习——环境搭建(一)

    学习消息队列,就要把环境先装好,本人使用的是python3.5.2和RabbitMQ 3.7.2,在装RabbitMQ之前,先要装Erlang,一定要. 1.环境:win10系统    python3 ...

  2. python 全栈开发,Day86(上传文件,上传头像,CBV,python读写Excel,虚拟环境virtualenv)

    一.上传文件 上传一个图片 使用input type="file",来上传一个文件.注意:form表单必须添加属性enctype="multipart/form-data ...

  3. Linux学习笔记:scp远程拷贝文件

    scp是secure copy的简写,用于Linux下进行远程拷贝文件的命令,类似的有cp,不过cp仅在本机上进行拷贝不能跨服务器. 命令格式: scp [参数] [原路径] [目标路径] -q 不显 ...

  4. 虚树------sdoi2011<消耗战>

    卡着时间过得,大概是因为全用了ll,时间涨了一倍吧?? 懒得改了,第一道虚树还是思路比较重要 下面这段文字是复制来的: 给出一棵树. 每次询问选择一些点,求一些东西.这些东西的特点是,许多未选择的点可 ...

  5. python函数式编程——匿名函数(lambda)

    匿名函数lambda lambda x:x*x x就是参数 相当于函数 def f(x): return x*x 匿名函数可以作为函数对象赋值给变量: >>> f = lambda ...

  6. Mysql 账号过期问题

    1.ALTER USER 'root'@'localhost' PASSWORD EXPIRE; 一旦某个用户的这个选项设置为”Y”,那么这个用户还是可以登陆到MySQL服务器,但是在用户未设置新密码 ...

  7. Spring框架中的Quartz定时任务使用笔记(通过@Scheduled注解的方式实现)

    1.修改spring的xml配置信息 applicationContext.xml 三个部分内容 1.xmlns添加:xmlns:task="http://www.springframewo ...

  8. 关于Jar包 和 war

    Jar包: 别人写好的java类打包,将这些jar包引入你的项目中,然后就可以直接使用这些jar包中的类和属性以及方法,一般都会放在lib目录下 war 是web项目

  9. 在vue项目中使用canvas-nest.js,报parameter 1 is not of type 'Element'

    canvas-nest.js是一款轻量的网页特效,如图: github地址:https://github.com/hustcc/canvas-nest.js 在普通的html项目中,只要将<sc ...

  10. go协程使用陷阱(转)

    协程中使用全局变量.局部变量.指针.map.切片等作为参数时需要注意,此变量的值变化问题. 与for 循环,搭配使用更需谨慎. 1,内置函数时直接使用局部变量,未进行参数传递 package main ...