Many people need remote computer operations, but now they basically use the Intranet. There are not many tools that can penetrate the intranet on both sides, while TeamViewer is a good choice.
Now let's set Automatic startup:
Download the latest teamviewer8:Http://www.teamviewer.com/en/download/linux.aspxinstallation:
Sudo rpm-uvh teamviewer_redhat.rpm
Install the configuration file
Sudo CP/opt/teamviewer8/TV _bin/script/teamviewerd. Service/lib/systemd/system/
Set startup
Sudo systemctl enable teamviewerd. Service
Start now:
Sudo systemctl start teamviewerd. Service
View the startup status:
Sudo systemctl status teamviewerd. Service
Set automatic logon upon startup:
System Setting-> User Accounts-> Automatic Login (set to on)Then set the boot to run the client software: VI ~ /. Bash_profile
If [-E/usr/bin/TeamViewer]; then
/Usr/bin/TeamViewer &
Fi
Now, restart and test it !!!