- Código: Seleccionar todo
loadkeys es
Seguidamente ejecutaremos:
- Código: Seleccionar todo
dpkg-reconfigure keyboard-configuration
Ahi elegimos teclado Generico 105 teclas, y seguidamente el idioma español.
y listo!
loadkeys es
dpkg-reconfigure keyboard-configuration
$ sudo nano /etc/network/interfaces
# Configuración de dirección IP fija para el interfaz eth0
auto eth0
iface eth0 inet static
address 192.168.1.50
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1