Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jd/sysrqd
Linux SysRQ daemon
https://github.com/jd/sysrqd
Last synced: 16 days ago
JSON representation
Linux SysRQ daemon
- Host: GitHub
- URL: https://github.com/jd/sysrqd
- Owner: jd
- Created: 2014-08-18T15:42:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T18:25:52.000Z (about 5 years ago)
- Last Synced: 2024-10-14T21:12:57.224Z (29 days ago)
- Language: C
- Size: 33.2 KB
- Stars: 31
- Watchers: 8
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
_
___ _ _ ___ _ __ __ _ __| |
/ __| | | / __| '__/ _` |/ _` |
\__ \ |_| \__ \ | | (_| | (_| |
|___/\__, |___/_| \__, |\__,_|
|___/ |_|
« Don't let me down. » -- The Beatlessysrqd 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!