User Tools

Site Tools


synergy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
synergy [2018/05/07 21:05]
k2patel
synergy [2018/05/07 21:08]
k2patel
Line 30: Line 30:
  
 Once building binary is done, Copy files to **~/bin/** so it can be used used within path.\\ Once building binary is done, Copy files to **~/bin/** so it can be used used within path.\\
-One can also create the alias in bash profile. +
-<code bash | ~/​.bash_profile>​ +
-alias synergy='​~/​bin/​synergy-core --client --enable-crypto -n mac desk'​ +
-</​code>​+
  
 ====Post Build==== ====Post Build====
Line 50: Line 47:
 </​code>​ </​code>​
  
 +==== Starting server / client ====
 +In my case server is on linux and client is on mac.
  
 +=== Server ===
 +<code bash | start server>
 +/​usr/​bin/​synergy-core --server --name desk -c /​tmp/​Synergy.TJ6658 --address :24800 -c ~/​.synergy.conf --enable-drag-drop --enable-crypto --daemon
 +</​code>​
  
 +=== Client === 
 +<code bash | start client>​ 
 +</​code>​
 ==== Autossh ( If do not want to use built-in crytpo library ) ==== ==== Autossh ( If do not want to use built-in crytpo library ) ====
  
synergy.txt · Last modified: 2020/12/22 23:37 by k2patel