Symple type:

% make
% make install

- Read the README file.

- Create a password file:
  echo "mypassword" > /etc/sysrqd.secret
  chmod 0600 /etc/sysrqd.secret

- Optionnaly, create a bind file to bind to a specific IP
  echo 192.168.2.13 > /etc/sysrqd.bind

- Add it to your local daemons startup.


If you need to tweak some paramaters, take a look on sysrqd.h

You can add this lines to /etc/services:
sysrqd          4094/tcp   # sysrq daemon
sysrqd          4094/udp   # sysrq daemon
