Re: Tired of freezing laptop



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pat Brown wrote:


How do I get to a terminal when my X is frozen? I'll try that next time
it freezes.

I believe what your looking for is typing this in a terminal from
another linux box,,,, or windows through putty

ssh username@xxxxxxxxxxxxx (change the ip and username to the
laptops info)

type your password

then issue the command

top

this will show you all processes in memory. your looking to press k
which will kill a "pid" look for the # of the pid which exceeds say
70-80, and kill it. (press k, then the pid#, then enter. itll probably
be konqueror.

man top in a terminal for more info on that command.




- --
Steve Reilly

http://reillyblog.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIkndnUpqfZIdKFyERAsqeAKCjevEVgXnpO1QVzZAAgm/aJyKUnwCfTXNQ
A0Enzq7qgqGo9NiuJerIhqM=
=bOCN
-----END PGP SIGNATURE-----

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: [opensuse] Help Killling Process
    ... will not die nor will it display anything. ... I remember from the 'old days' that there is a cli command to ... identify a process id and another one to kill a process. ... This will give you a listing of the processes and their pid' although ...
    (SuSE)
  • Re: openoffice.org wont open files on my usb drive
    ... First check whether openoffice is running/not by the following command ... Here you get the process id (pid) of open office ... Kill the process by the following command ...
    (Debian-User)
  • Re: [opensuse] Help Killling Process
    ... I remember from the 'old days' that there is a cli command to ... (the first number for each process is the PID, the second is the PID of the ... Locate the PID for the process you wish to terminate and use the 'kill' ... To kill the xterm process in the above example, ...
    (SuSE)
  • Re: Question about a dd command.
    ... elmo wrote: ... basic 'dd' command that will copy and display the transfer action. ... variable named "pid" so we can use it later to send signals to the process. ... kill $pid: Kill the actual process. ...
    (Ubuntu)
  • Re: killing child processes
    ... It's that the kill command does nothing. ... >> UID PID PPID TTY STIME COMMAND ... but not the sleep command that is it's ...
    (comp.unix.shell)