I always thought this is a simple question and should have a simple answer but it does not. (in Windows it is just Ctrl-Alt-Del)
My ubuntu froze and is furiously working (I can hear the fan). I need to recover what I was doing, so I would like to not reboot.
Please don't post Ctrl-Alt-F1 as a solution. (I have see this so much.) First I don't know what does that do. Second it does nothing here. nothing at all. So it is not a solution.
Any way to open some kind of task controller? or to know the IP of the machine so that I can access it from outside?
sudo nano /etc/sysctl.d/10-magic-sysrq.conf
Then change the number in line 26 from 176 to 244 i.e. kernel.sysrq = 244 Explanation of REISUB https://askubuntu.com/questions/926461/whats-the-difference-between-the-magic-reisub-reset-and-holding-down-the-power – oldfred Mar 09 '22 at 03:29sudo htop
is like a task manager. See this answer for how to kill processes. To get back to your GUI screen, use CTRL+ALT+F2 or CTRL+ALT+F1 – mchid Mar 09 '22 at 05:36ifconfig
to show your local ip before the problem and also set up ssh access in case TTY is also unresponsive in the future. – mchid Mar 09 '22 at 05:38