Menú
08225, Terrassa (Barcelona)
Soporte Técnico
Sábados a convenir
Cita de admin en 26 julio, 2019, 12:42 pmConfiguración básica del entorno
1-fecha y hora
2- localización del sistema
3-configuración del tecladolocalectl list-locales | less
localectl status
localectl set-locale LANG=localeConfiguración del teclado
localectl list-keymaps
localectl status
localectl set-keymapConfiguración de red con la ultilidad nmcli
nmcli con add type type of the connection "con-name" connection name ifname ifname interface-name the name of the interface ipv4 address ipv4 address gw4 address gateway address
To modify the existing connection:
~]# nmcli con mod "con-name"
To display all connections:
~]# nmcli con show
To display the active connection:
~]# nmcli con show --active
To display all configuration settings of a particular connection:
~]# nmcli con show "con-name"
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
repositorios con yum
ver los repositorios actualmente activos
yum repolist
Actualizar las fuentes
yum update
Buscar paquetes
yum search string
Instalar repostitorio epel
wget http://dl.fedoraproject.org/pub/epel/ep ... noarch.rpm
rpm -ivh epel-release-latest-7.noarch.rpm
yum --enablerepo=epel elpaquetequesea
yum updatecrear un superusuario
gpasswd -a sebas wheel
Configuración básica del entorno
1-fecha y hora
2- localización del sistema
3-configuración del teclado
localectl list-locales | less
localectl status
localectl set-locale LANG=locale
Configuración del teclado
localectl list-keymaps
localectl status
localectl set-keymap
Configuración de red con la ultilidad nmcli
nmcli con add type type of the connection "con-name" connection name ifname ifname interface-name the name of the interface ipv4 address ipv4 address gw4 address gateway address
To modify the existing connection:
~]# nmcli con mod "con-name"
To display all connections:
~]# nmcli con show
To display the active connection:
~]# nmcli con show --active
To display all configuration settings of a particular connection:
~]# nmcli con show "con-name"
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
repositorios con yum
ver los repositorios actualmente activos
yum repolist
Actualizar las fuentes
yum update
Buscar paquetes
yum search string
Instalar repostitorio epel
wget http://dl.fedoraproject.org/pub/epel/ep ... noarch.rpm
rpm -ivh epel-release-latest-7.noarch.rpm
yum --enablerepo=epel elpaquetequesea
yum update
crear un superusuario
gpasswd -a sebas wheel
© Informàtica Can Boada All rights reserved