10-10-2014, 02:55 AM
Hi Alex,
These commands may help or at least get you started.
This will get you to a terminal outside of the desktop environment.
Ctrl + Alt + F1
This will put you back into the desktop environment.
Ctrl + Alt + F7
Examine running process/programs. In a terminal type:
htop
With htop running it's possible to 'kill' a program that's causing problems.
Reboot the computer from a terminal
sudo shutdown -r now
Shutdown the computer from a terminal
sudo shutdown -h now
These commands may help or at least get you started.
This will get you to a terminal outside of the desktop environment.
Ctrl + Alt + F1
This will put you back into the desktop environment.
Ctrl + Alt + F7
Examine running process/programs. In a terminal type:
htop
With htop running it's possible to 'kill' a program that's causing problems.
Reboot the computer from a terminal
sudo shutdown -r now
Shutdown the computer from a terminal
sudo shutdown -h now
![[Image: q7j1yAl.png]](http://i.imgur.com/q7j1yAl.png)