synergy
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| synergy [2018/05/07 21:08] – k2patel | synergy [2020/12/22 23:37] (current) – [Synergy] k2patel | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Project : [[https:// | Project : [[https:// | ||
| + | |||
| + | :!: Barrier / Opensource forked from 1.x after it became paid. | ||
| + | Project : [[https:// | ||
| ==== Installation ==== | ==== Installation ==== | ||
| Line 51: | Line 54: | ||
| === Server === | === Server === | ||
| + | == Configuration == | ||
| + | <code bash | ~/ | ||
| + | # sample synergy configuration file | ||
| + | # | ||
| + | # comments begin with the # character and continue to the end of | ||
| + | # line. comments may appear anywhere the syntax permits. | ||
| + | # +-------+ | ||
| + | # |Laptop | |Desktop1| |iMac | | ||
| + | # | | ||
| + | # +-------+ | ||
| + | |||
| + | |||
| + | section: screens | ||
| + | # three hosts named: | ||
| + | # These are the nice names of the hosts to make it easy to write the config file | ||
| + | # The aliases section below contain the " | ||
| + | desk: | ||
| + | mac: | ||
| + | end | ||
| + | |||
| + | section: links | ||
| + | # iMac is to the right of Desktop1 | ||
| + | # Laptop is to the left of Desktop1 | ||
| + | desk: | ||
| + | right = mac | ||
| + | |||
| + | # Desktop1 is to the right of Laptop | ||
| + | mac: | ||
| + | left = desk | ||
| + | |||
| + | end | ||
| + | |||
| + | section: aliases | ||
| + | # The " | ||
| + | desk: | ||
| + | desk | ||
| + | |||
| + | mac: | ||
| + | mac | ||
| + | end | ||
| + | </ | ||
| + | Now server can be using following command. | ||
| <code bash | start server> | <code bash | start server> | ||
| / | / | ||
| Line 56: | Line 101: | ||
| === Client === | === Client === | ||
| + | :?: One can also create the alias in bash profile | ||
| <code bash | start client> | <code bash | start client> | ||
| + | ~/ | ||
| </ | </ | ||
| ==== Autossh ( If do not want to use built-in crytpo library ) ==== | ==== Autossh ( If do not want to use built-in crytpo library ) ==== | ||
synergy.1525727326.txt.gz · Last modified: 2020/08/10 02:29 (external edit)
