If you are ever stuck on a Linux system that is completely unresponsive try the following key combination to get access back:
Alt PrintScreen r s e i u b.
When you type the command the system executes the following commands:
* r – takes the control of the keyboard back from X.
* s – writes the data from the disc cache to the hard disk.
* e – sends SIGTERM to all processes except init.
* i – sends SIGKILL to all processes except init
* u – remounts all the filesystems readonly (basically a measure to help you reboot safely)
* b – reboots the system
Please keep in mind that this is a last ditch method, that is to be used only when everything else has failed to get you access to the system. Normally you should be able to switch to a virtual terminal (
Source: Fix Unresponsive or Frozen Linux Computers using Shortcuts | MakeUseOf.com
– Suramya

