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, in Fedora Linux 18, set TeamViewer 8 to start automatically:
Download the latest teamviewer8: http://www.teamviewer.com/en/download/linux.aspx installation: sudo rpm-Uvh teamviewer_RedHat.rpm
Install the configuration file sudo cp/opt/teamviewer8/TV _bin/script/teamviewerd. service/lib/systemd/system/
Set boot to start 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) and then set the client software to run ON startup: vi ~ /. Bash_profile
If [-e/usr/bin/teamviewer]; then
/Usr/bin/teamviewer &
Fi
Now, restart and test it !!!