Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 394 Bytes

File metadata and controls

15 lines (9 loc) · 394 Bytes

LinuxScripts

A selection of Linux shell scripts that I find useful when configuring Synergy environments on init-based Linux systems.

init.d scripts

  1. Put these scripts in /etc/init.d
  2. Use update-rc.d to hook the scripts into the system boot sequence

E.g.:

$ sudo update-rc.d synlm defaults

synergy scripts

A collection of useful scripts for configuring a Synergy environment.