重新开始玩synergy
http://www.linux.com/article.pl?sid=06/05/25/1439237
要分享键盘鼠标的机器是server,执行synergys
没有键盘鼠标的是client,执行synergyc serverip
我的配置文件
$ cat /etc/synergy.conf
# sample synergy configuration file
#
# comments begin with the # character and continue to the end of
# line. comments may appear anywhere the syntax permits.
要分享键盘鼠标的机器是server,执行synergys
没有键盘鼠标的是client,执行synergyc serverip
我的配置文件
$ cat /etc/synergy.conf
# sample synergy configuration file
#
# comments begin with the # character and continue to the end of
# line. comments may appear anywhere the syntax permits.
section: screens
# three hosts named: moe, larry, and curly
loongson:
adriano:
end
section: links
loongson:
down = adriano
adriano:
up = loongson
end
section: options
switchDelay = 500
end
Comments