Post instalación Centos 8

Nota

Centos 8 Minimal. Todo como super usuario.

Crear usuario y añadir a wheel

adduser snicoper
passwd snicoper

usermod -aG wheel snicoper

hostname

hostnamectl --static set-hostname fqdn.host.name

Timezone

timedatectl set-timezone Europe/Madrid

Cambiar Keyboard Layout (keymap)

localectl list-keymaps | grep es

Para cambiar a es

localectl set-keymap es

REMI y EPEL RHEL/CentOS 7

# epel
dnf install -y epel-release

# remi
dnf install -y http://rpms.remirepo.net/enterprise/remi-release-8.rpm

Actualizar el sistema

dnf -y update

Programas básicos

dnf -y install \
    bash-completion \
    bashtop \
    cpp \
    gcc \
    git \
    htop \
    kernel-devel \
    kernel-headers \
    make \
    mutt \
    util-linux-user \
    wget \
    yum-utils \
    zsh

Útiles