If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
Tried to add ubuntu-desktop. It seems to have finished but my cpu is running at 100%. Don't know what it has done, or how to stop it.
Help!!!!! (please)
Quick and dirty - Identify the process and terminate it kdesu ksysguard go to the process table tab, identify the process and decide if you want to kill it - if you do, click on it and press kill. This will terminate it with extreme prejudice and therefore is capable (depending on the process) of having a rather nasty effect
There are console methods of determining and killing processes by identifying the pid number using the command top and then kill -9 <pid number>
Comment