Centos: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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= | =FAQ= | ||
==network install url== | ==network install url== | ||
Line 4: | Line 17: | ||
==reset root password== | ==reset root password== | ||
http://www.tecmint.com/reset-forgotten-root-password-in-rhel-centos-and-fedora/ | 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 |
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