rss feed Twitter Page Facebook Page Github Page Stack Over Flow Page

Disable Ctrl+Alt+Delete

You don't want to reboot your server if you accidentally hit the CTRL+ALT+DELETE key combo.

To disable the reboot action, edit the control-alt-delete.conf file:

sudo systemctl mask ctrl-alt-del.target
sudo systemctl daemon-reload