Centos: Difference between revisions
From DWIKI
m (→FAQ) |
m (→FAQ) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
To make it do anything at all: | To make it do anything at all: | ||
yum install epel-release | yum install epel-release | ||
=HOWTO= | |||
== Locales == | |||
localectl status | |||
localectl list-locales | |||
localectl set-locale LANG=locale_name | |||
Package: glibc-langpack-* | |||
=FAQ= | =FAQ= | ||
Line 9: | Line 19: | ||
==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