3.1.
Tras instalar Debian
Subir un nivel
Tras haber instalado Debian qué paquetes básicos debemos instalar antes de nada
Tras haber instalado Debian a pelo, hemos tenido que actualizar al tipo de Debian que queríamos tocando el fichero /etc/apt/sources.list Una vez tocado hacemos el apt-get dist-upgrade, luego el apt-get upgrade y el apt-get update
PAQUETES BÁSICOS QUE VAMOS A INSTALAR
Instalamos el entorno gráfico kde
apt-get install kde
El sistema x-windows, para poder tener el servidor en en modo gráfico:
apt-get install x-windows-system
Nos fallaba el teclado (quizá porque es USB)
apt-get install kdm
Otros
apt-get install sux
Sux is a wrapper around the standard su command which will transfer your X credentials to the target user. Sux is released under the terms of the X11 license.
apt-get install mozilla-firefox