很多人需要远程操作电脑,但是现在基本都是内网,能够两边穿透内网的工具不太多,而teamviewer是个不错的选择。现在我们在Fedora Linux 18下设置TeamViewer 8开机自启动:
下载最新版的teamviewer8: http://www.teamviewer.com/en/download/linux.aspx 安装:
sudo rpm -Uvh teamviewer_RedHat.rpm
安装配置文件
sudo cp /opt/teamviewer8/tv_bin/script/teamviewerd.service /lib/systemd/system/
设置开机启动
sudo systemctl enable teamviewerd.service
现在就启动:
sudo systemctl start teamviewerd.service
查看启动状态:
sudo systemctl status teamviewerd.service
设置开机自动登录:
system setting -> User Accounts -> Automatic Login (设置为ON) 如图: 然后设置开机运行客户端软件:vi ~/.bash_profile
if [ -e /usr/bin/teamviewer ]; then
/usr/bin/teamviewer &
fi 如图:
好了,现在就重启测试一下吧!!!更多Fedora相关信息见Fedora 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=5硬盘安装Fedora 19Ubuntu 13.04下安装漂亮桌面工具条的 Screenlets相关资讯 TeamViewer Fedora 18
- Ubuntu 15.10中如何安装TeamViewer (12/23/2015 13:12:30)
- TeamViewer 10 Beta 发布下载,远 (11/07/2014 07:57:40)
- TeamViewer 9发布-在Linux下安装 (12/20/2013 08:06:04)
| - Teamviewer 在 Linux 下无法启动? (07/17/2015 11:19:22)
- Fedora 18使用iso DVD做镜像源yum (03/01/2014 06:29:49)
- Ubuntu教程 - 使用TeamViewer连接 (12/13/2013 16:50:30)
|
本文评论 查看全部评论 (0)