2008-06-05
If need to browse the world wide web and you are either running in an ssh window or you really hate the whole web 2 thing.. help is at hand
Centos
yum install lynx
Debian
apt-get intall lynx
run lynx then you can view this page like this...
icurtain - lights on the roundab...
2007-12-04
chkconfig --add sshd
chkconfig --level 35 sshd on
/etc/rc.d/init.d/sshd start (just to start it up now)...
2007-09-17
to install SSH on ubuntu type:
sudo apt-get install openssh-server...