Go to TogaWare.com Home Page. GNU/Linux Desktop Survival Guide
by Graham Williams
Duck Duck Go



CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE

Synergy - A Software KM

Synergy (http://synergy2.sourceforge.net/) is a software KM package which lets you use a single keyboard and mouse for multiple computers each with their own video display. This may be a useful alternative to hardware KVM!

To use synergy, install the package:

wajig install synergy

Next, create a config file /etc/synergy.conf:

section: screens
  computer1:
    
  computer2:
    
end

section: links
  computer1:
    right = computer2
  computer2:
    left = computer1
end

section: aliases
  computer1:
    computer1.hostname.com
  computer2:
    computer2.hostname.com
end

Then, start the server on the computer with the keyboard and mouse you want to use:

synergys -f

And lastly, we start the client(s):

synergyc -f --no-camp server-hostname

Move the cursor to the right of computer1 and it should pop up on computer2! The clipboard is even shared across the computers.


Support further development by purchasing the PDF version of the book.
Other online resources include the Data Science Desktop Survival Guide.
Books available on Amazon include Data Mining with Rattle and Essentials of Data Science.
Popular open source software includes rattle and wajig.
Hosted by Togaware, a pioneer of free and open source software since 1984.
Copyright © Togaware Pty Ltd. . Creative Commons ShareAlike V4.