如何部署Debian Teamviewar?

Debian-Like

1 前言

一个问题,一篇文章,一出故事。
笔者遇到Debian系统下需要远程协助,于是想到使用Teamviewar。

2 最佳实践

2.1 下载安装包

wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

2.2 选择本地安装

apt install -y ./teamviewer_amd64.deb

以上只是演示,如果需要其他版本或者下载异常,请参阅如下连接,
https://www.teamviewer.com/hk/products/remote/get-started/

2.3 查看帮助

teamviewer --help

2.4 停止并禁止服务默认启动

systemctl stop teamviewerd.service
systemctl disable teamviewerd.service
没有评论

发表回复

Debian-Like
如何安装Ubuntu Linphone?

1 基础知识 1.1 软件介绍 Linphone 是一款开源的 VoIP(Voice over In …

Debian-Like
如何安装配置Ubuntu iptables-persistent

1 前言 一个问题,一篇文章,一出故事。 笔者今天需要在Ubuntu使用iptables,于是整理当 …

Debian-Like
如何安装Ubuntu steam?

1 基础知识 Steam是Valve公司聘请BitTorrent(BT下载)发明者布拉姆·科恩(Br …