My pc is really old and weak, even though i use Ubuntu, which better performance more than Window, so its usually freeze many times, and i’m so tired when its stop and shutdown when i’m in middle of work, so i’m trying to find many ways for get rid of that and this is the result:
-Whenever my pc is crash and freeze, press Ctrl+Alt+Fn+F1
, after that you will jump into log in screen (and all your work still there, not lost).
-In log in screen, press Ctrl+Alt+Fn+F3
, you will switch to terminal, type username and password of your account onto this, and that’s it, in this terminal, you can do something to troubleshoot your problem, for example: you can type top
to check the program consume the most CPU and use pkill name_program
or kill pid_program
to kill it, or you can use systemctl
to shutdown some service, or you can use sudo lsof -i
to check problem about network .etc
If your pc still crash and not accept input anymore, good luck, i believe you know what you should do when reach that point .