Skip to content

Instantly share code, notes, and snippets.

@yijia2413
Created December 8, 2016 18:54
Show Gist options
  • Save yijia2413/0ef3486c676b3e39e59314caddb3cc41 to your computer and use it in GitHub Desktop.
Save yijia2413/0ef3486c676b3e39e59314caddb3cc41 to your computer and use it in GitHub Desktop.
无公网 ip 远程连接的折中方案
#!/bin/bash
set -ex
yum install -y wget
wget https://download.teamviewer.com/download/teamviewer.i686.rpm
yum install teamviewer.i686.rpm -y
teamviewer --passwd password
teamviewer --daemon enable
teamviewer --daemon start
teamviewer info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment