logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Control CtrlAltDel - Manage System Reboot | Online Free DevTools by Hexmos

Control CtrlAltDel behavior on Linux with this tool. Manage system reboots and signal handling for shutdown processes. Free online tool, no registration required.

ctrlaltdel

Utility to control what happens when CTRL+ALT+DEL is pressed. More information: https://manned.org/ctrlaltdel.

  • Get current setting:

ctrlaltdel

  • Set CTRL+ALT+DEL to reboot immediately, without any preparation:

sudo ctrlaltdel hard

  • Set CTRL+ALT+DEL to reboot “normally”, giving processes a chance to exit first (send SIGINT to PID1):

sudo ctrlaltdel soft

See Also