Instalación de Debian Server 11.6.0¶
Instalación del SO¶
No seleccionar ningún entorno
Isard (roles admin o manager)¶
Modificar XML del escritorio
Configuración¶
Comandos básicos
$ su -
$ apt install sudo
$ visudo
#add this at the end of file
isard ALL=(ALL:ALL) ALL
$ sudo apt update
$ sudo apt upgrade -y
$ sudo apt install vim net-tools htop curl wget spice-vdagent qemu-guest-agent
Modificar fstab
$ sudo vim /etc/fstab
for every "ext4" storage, define "noatime,discard"
UUID=xxxxx-xxxxx-xxxxxx / ext4 defaults,noatime,discard,errors=remount-ro 0 1
Liberar espacio en el sistema
Reducir la memoria swap
Reducir almacenamiento de logs



