https://github.com/jd/sysrqd
Linux SysRQ daemon
https://github.com/jd/sysrqd
Last synced: over 1 year ago
JSON representation
Linux SysRQ daemon
- Host: GitHub
- URL: https://github.com/jd/sysrqd
- Owner: jd
- Created: 2014-08-18T15:42:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T18:25:52.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T11:23:27.149Z (over 1 year ago)
- Language: C
- Size: 33.2 KB
- Stars: 32
- Watchers: 7
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
_
___ _ _ ___ _ __ __ _ __| |
/ __| | | / __| '__/ _` |/ _` |
\__ \ |_| \__ \ | | (_| | (_| |
|___/\__, |___/_| \__, |\__,_|
|___/ |_|
« Don't let me down. » -- The Beatles
sysrqd is a small daemon intended to manage
[Linux SysRq](https://en.wikipedia.org/wiki/Magic_SysRq_key) over the network.
Its philosophy is to be very responsive under heavy load and to try to be
somehow reliable. Authentication is made by clear password.
Connection should be made to port 4094.
# Demo
% telnet localhost 4094
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
sysrqd password: hello
sysrq> s
sysrq> u
sysrq> q
# Warning
Please, be careful if you use 'e' (tErm) and 'i' (kIll). This will kill all
processes, including sysrqd!