To get back a hosed screen, also try:<p>stty sane ^j<p>(That's Ctrl-j there.)<p>You might be flying blind, but just do it and you might get your screen back.<p>You probably know this, but to rescue a hosed system with Knoppix or similar live-cd:<p>- Boot from CD.<p>- Open root console.<p>- Mount your usual root partition: mount -t somefs /dev/hda1 /mnt/oldsys<p>- chroot /mnt/odlsys /bin/bash<p>Showed that to another admin who'd lost a production box, and his chin kind of hit the floor :) I gifted him the Knoppix disk... You can also use that to reset passwords (as per the article), by editing /etc/shadow or /etc/passwd in the /mnt/oldssys directory.