What should I do when Ubuntu freezes!
PROBLEM: All operating systems freeze some times and Ubuntu is no exception. What should I do when: A program stops responding? Nothing responds to mouse clicks or key presses? cursor stops moving entirely? What things can I try before hard rebooting the machine? SOLUTIONS: When a single program stops responding: When a single program stops responding mostly we can close it by clicking on the X shaped close button on the top right corner of the window.We will get a dialog box saying that the program is not responding and you may press force stop or wait for the application to respond. You can also kill an application using xkill. Press ALT + F2 and type xkill and press Enter . Now the mouse cursor will turn into an X. Click on the non responsive window to close it. When the mouse stops working: If the keyboard still works, press ALT + F2 and type gnome-teminal . From there you can start to troubleshoot things. If you want to try restarting the GUI run sudo s...