Centos: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
=HOWTO= | =HOWTO= | ||
==Locales== | == Locales == | ||
localectl status | |||
localectl list-locales | localectl list-locales | ||
Line 20: | Line 21: | ||
==add module on 7== | ==add module on 7== | ||
modprobe --first-time foo | modprobe --first-time foo | ||
==Failed to validate GPG signature for mysql-community-common== | |||
Check https://dev.mysql.com/doc/refman/8.0/en/checking-rpm-signature.html | |||
And try | |||
rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 |
Latest revision as of 12:43, 19 March 2024
To make it do anything at all:
yum install epel-release
HOWTO
Locales
localectl status localectl list-locales
localectl set-locale LANG=locale_name
Package: glibc-langpack-*
FAQ
network install url
http://mirror.centos.org/centos/7/os/x86_64
reset root password
http://www.tecmint.com/reset-forgotten-root-password-in-rhel-centos-and-fedora/
add module on 7
modprobe --first-time foo
Failed to validate GPG signature for mysql-community-common
Check https://dev.mysql.com/doc/refman/8.0/en/checking-rpm-signature.html
And try
rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023