Control two computers: Difference between revisions

m clarifies sofa example
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 12: Line 12:
== Installing ==
== Installing ==
For Linux, it's as simple as
For Linux, it's as simple as
<source lang=bash>
<syntaxhighlight lang=bash>
sudo apt-get install synergy
sudo apt-get install synergy
</source>
</syntaxhighlight>
For Mac and Windows, [http://synergy2.sourceforge.net/ refer to the website]
For Mac and Windows, [http://synergy2.sourceforge.net/ refer to the website]


== Configuring ==
== Configuring ==
For Linux, you create a really simple configuration file. There's even a program called quicksynergy that will write the configuration file for you -- but in my experience it was easier to edit the file by hand, get it working, and then make it automatic by editing the Xsession scripts as described in the website.
For Linux, you create a really simple configuration file. There's even a program called quicksynergy that will write the configuration file for you -- but in my experience it was easier to edit the file by hand, get it working, and then make it automatic by editing the Xsession scripts as described in the website.