そういうのがいいブログ

SIerで働く30代サラリーマンSEがインフラエンジニアに憧れてLinux・クラウド・AWSの勉強をするブログ

CentOS8.2インストール手順(5)インストール後の最初の基本設定

※[PR]当ブログの記事の中にはプロモーションが含まれています。

CentOS8インストール後の最初の基本設定

CentOS8.2インストール手順(4)インストール後に最初に行う基本設定

CentOS8.2を新規インストールした後の最初に行う基本設定の手順を探している方へ。

CentOS8.2を新規インストールした後の最初に行う基本設定の手順を知りたい

CentOS8.2を新規インストールした後の最初に行う基本設定の手順を知りたい、と考えていませんか?

CentOS8.2を新規インストールした後の最初に行う基本設定の手順を紹介します

本記事では、前回の記事に続いて下記の内容を解説します。

  1. CentOS8.2を新規インストールした後の最初に行う基本設定の手順
  2. CentOS8.2のselinuxの無効化の手順
  3. CentOS8.2のdnfアップデートの手順

この記事を書いている私は、某SIerに勤務しながら、
WEB系エンジニア・インフラエンジニアに憧れて、プログラミングおよびインフラ技術の勉強をしています。
私が実機で試したコマンドや画像を載せて書いています。
記事の信頼性担保に繋がると思います。

前回の記事

souiunogaii.hatenablog.com

souiunogaii.hatenablog.com

souiunogaii.hatenablog.com

souiunogaii.hatenablog.com

CentOS8.2のselinuxの無効化の手順

selinuxが有効になっていると、各種のサービスや設定が思った通りに動作しない原因になることが多いそうなので、基本的には無効化しておきます。

selinuxの現在の状態を確認

getenforce
[root@SV-EARTH ~]# getenforce
Enforcing

selinux設定変更

vi /etc/selinux/config
変更前
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=enforcing
# SELINUXTYPE= can take one of these three values:
#     targeted - Targeted processes are protected,
#     minimum - Modification of targeted policy. Only selected processes are protected.
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted

SELINUX=disabled」に変更します

変更後
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these three values:
#     targeted - Targeted processes are protected,
#     minimum - Modification of targeted policy. Only selected processes are protected.
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted

一旦、再起動

reboot

変更後のselinuxの状態を確認

getenforce
[root@SV-EARTH ~]# getenforce
Disabled

CentOS8.2のdnfアップデート(パッケージの最新化)

インストール直後だと、パッケージが古いので、最新化します。

アップデート内容のチェック

dnf check-update
[root@SV-EARTH ~]# dnf check-update
CentOS-8 - AppStream                                                                    5.4 MB/s | 5.8 MB     00:01
CentOS-8 - Base                                                                         1.1 MB/s | 2.2 MB     00:02
CentOS-8 - Extras                                                                       5.3 kB/s | 7.0 kB     00:01

NetworkManager.x86_64                                          1:1.22.8-5.el8_2                                BaseOS
NetworkManager-config-server.noarch                            1:1.22.8-5.el8_2                                BaseOS
NetworkManager-libnm.x86_64                                    1:1.22.8-5.el8_2                                BaseOS
NetworkManager-team.x86_64                                     1:1.22.8-5.el8_2                                BaseOS
NetworkManager-tui.x86_64                                      1:1.22.8-5.el8_2                                BaseOS
bind-export-libs.x86_64                                        32:9.11.13-5.el8_2                              BaseOS
bind-libs.x86_64                                               32:9.11.13-5.el8_2                              AppStream
bind-libs-lite.x86_64                                          32:9.11.13-5.el8_2                              AppStream
bind-license.noarch                                            32:9.11.13-5.el8_2                              AppStream
bind-utils.x86_64                                              32:9.11.13-5.el8_2                              AppStream
bpftool.x86_64                                                 4.18.0-193.14.2.el8_2                           BaseOS
ca-certificates.noarch                                         2020.2.41-80.0.el8_2                            BaseOS
coreutils.x86_64                                               8.30-7.el8_2.1                                  BaseOS
coreutils-common.x86_64                                        8.30-7.el8_2.1                                  BaseOS
dbus.x86_64                                                    1:1.12.8-10.el8_2                               BaseOS
dbus-common.noarch                                             1:1.12.8-10.el8_2                               BaseOS
dbus-daemon.x86_64                                             1:1.12.8-10.el8_2                               BaseOS
dbus-libs.x86_64                                               1:1.12.8-10.el8_2                               BaseOS
dbus-tools.x86_64                                              1:1.12.8-10.el8_2                               BaseOS
dnf.noarch                                                     4.2.17-7.el8_2                                  BaseOS
dnf-data.noarch                                                4.2.17-7.el8_2                                  BaseOS
dnf-plugin-subscription-manager.x86_64                         1.26.17-1.el8_2                                 BaseOS
git.x86_64                                                     2.18.4-2.el8_2                                  AppStream
git-core.x86_64                                                2.18.4-2.el8_2                                  AppStream
git-core-doc.noarch                                            2.18.4-2.el8_2                                  AppStream
gnutls.x86_64                                                  3.6.8-11.el8_2                                  BaseOS
grub2-common.noarch                                            1:2.02-87.el8_2                                 BaseOS
grub2-pc.x86_64                                                1:2.02-87.el8_2                                 BaseOS
grub2-pc-modules.noarch                                        1:2.02-87.el8_2                                 BaseOS
grub2-tools.x86_64                                             1:2.02-87.el8_2                                 BaseOS
grub2-tools-extra.x86_64                                       1:2.02-87.el8_2                                 BaseOS
grub2-tools-minimal.x86_64                                     1:2.02-87.el8_2                                 BaseOS
initscripts.x86_64                                             10.00.6-1.el8_2.1                               BaseOS
iptables.x86_64                                                1.8.4-10.el8_2.1                                BaseOS
iptables-ebtables.x86_64                                       1.8.4-10.el8_2.1                                BaseOS
iptables-libs.x86_64                                           1.8.4-10.el8_2.1                                BaseOS
java-1.8.0-openjdk-headless.x86_64                             1:1.8.0.262.b10-0.el8_2                         AppStream
jbig2dec-libs.x86_64                                           0.14-4.el8_2                                    AppStream
kernel.x86_64                                                  4.18.0-193.14.2.el8_2                           BaseOS
kernel-core.x86_64                                             4.18.0-193.14.2.el8_2                           BaseOS
kernel-devel.x86_64                                            4.18.0-193.14.2.el8_2                           BaseOS
kernel-headers.x86_64                                          4.18.0-193.14.2.el8_2                           BaseOS
kernel-modules.x86_64                                          4.18.0-193.14.2.el8_2                           BaseOS
kernel-tools.x86_64                                            4.18.0-193.14.2.el8_2                           BaseOS
kernel-tools-libs.x86_64                                       4.18.0-193.14.2.el8_2                           BaseOS
libdnf.x86_64                                                  0.39.1-6.el8_2                                  BaseOS
libnghttp2.x86_64                                              1.33.0-3.el8_2.1                                BaseOS
microcode_ctl.x86_64                                           4:20191115-4.20200609.1.el8_2                   BaseOS
nspr.x86_64                                                    4.25.0-2.el8_2                                  AppStream
nss.x86_64                                                     3.53.1-11.el8_2                                 AppStream
nss-softokn.x86_64                                             3.53.1-11.el8_2                                 AppStream
nss-softokn-freebl.x86_64                                      3.53.1-11.el8_2                                 AppStream
nss-sysinit.x86_64                                             3.53.1-11.el8_2                                 AppStream
nss-tools.x86_64                                               3.53.1-11.el8_2                                 AppStream
nss-util.x86_64                                                3.53.1-11.el8_2                                 AppStream
perl-Git.noarch                                                2.18.4-2.el8_2                                  AppStream
python3-bind.noarch                                            32:9.11.13-5.el8_2                              AppStream
python3-dnf.noarch                                             4.2.17-7.el8_2                                  BaseOS
python3-hawkey.x86_64                                          0.39.1-6.el8_2                                  BaseOS
python3-libdnf.x86_64                                          0.39.1-6.el8_2                                  BaseOS
python3-perf.x86_64                                            4.18.0-193.14.2.el8_2                           BaseOS
python3-subscription-manager-rhsm.x86_64                       1.26.17-1.el8_2                                 BaseOS
python3-syspurpose.x86_64                                      1.26.17-1.el8_2                                 BaseOS
python3-unbound.x86_64                                         1.7.3-11.el8_2                                  AppStream
selinux-policy.noarch                                          3.14.3-41.el8_2.5                               BaseOS
selinux-policy-targeted.noarch                                 3.14.3-41.el8_2.5                               BaseOS
sos.noarch                                                     3.8-6.el8_2                                     BaseOS
subscription-manager.x86_64                                    1.26.17-1.el8_2                                 BaseOS
subscription-manager-rhsm-certificates.x86_64                  1.26.17-1.el8_2                                 BaseOS
systemd.x86_64                                                 239-31.el8_2.2                                  BaseOS
systemd-libs.x86_64                                            239-31.el8_2.2                                  BaseOS
systemd-pam.x86_64                                             239-31.el8_2.2                                  BaseOS
systemd-udev.x86_64                                            239-31.el8_2.2                                  BaseOS
tzdata.noarch                                                  2020a-1.el8                                     BaseOS
tzdata-java.noarch                                             2020a-1.el8                                     AppStream
unbound-libs.x86_64                                            1.7.3-11.el8_2                                  AppStream
yum.noarch                                                     4.2.17-7.el8_2                                  BaseOS
パッケージの廃止
grub2-tools.x86_64                                             1:2.02-87.el8_2                                 BaseOS
    grub2-tools.x86_64                                         1:2.02-81.el8                                   @anaconda
grub2-tools-efi.x86_64                                         1:2.02-87.el8_2                                 BaseOS
    grub2-tools.x86_64                                         1:2.02-81.el8                                   @anaconda
grub2-tools-extra.x86_64                                       1:2.02-87.el8_2                                 BaseOS
    grub2-tools.x86_64                                         1:2.02-81.el8                                   @anaconda
grub2-tools-minimal.x86_64                                     1:2.02-87.el8_2                                 BaseOS
    grub2-tools.x86_64                                         1:2.02-81.el8                                   @anaconda
kernel-headers.x86_64                                          4.18.0-193.14.2.el8_2                           BaseOS
    kernel-headers.x86_64                                      4.18.0-193.el8                                  @anaconda

アップデート実行

dnf update
[root@SV-EARTH ~]# dnf update
メタデータの期限切れの最終確認: 0:00:36 時間前の 20200814212606秒 に実施しました。
依存関係が解決しました。
========================================================================================================================
 パッケージ                                   Arch         バージョン                             リポジトリー    サイズ
========================================================================================================================
インストール中:
 kernel                                       x86_64       4.18.0-193.14.2.el8_2                  BaseOS          2.8 M
 kernel-core                                  x86_64       4.18.0-193.14.2.el8_2                  BaseOS           28 M
 kernel-devel                                 x86_64       4.18.0-193.14.2.el8_2                  BaseOS           15 M
 kernel-modules                               x86_64       4.18.0-193.14.2.el8_2                  BaseOS           23 M
アップグレード中:
 NetworkManager                               x86_64       1:1.22.8-5.el8_2                       BaseOS          2.3 M
 NetworkManager-config-server                 noarch       1:1.22.8-5.el8_2                       BaseOS          120 k
 NetworkManager-libnm                         x86_64       1:1.22.8-5.el8_2                       BaseOS          1.7 M
 NetworkManager-team                          x86_64       1:1.22.8-5.el8_2                       BaseOS          136 k
 NetworkManager-tui                           x86_64       1:1.22.8-5.el8_2                       BaseOS          306 k
 bind-export-libs                             x86_64       32:9.11.13-5.el8_2                     BaseOS          1.1 M
 bind-libs                                    x86_64       32:9.11.13-5.el8_2                     AppStream       171 k
 bind-libs-lite                               x86_64       32:9.11.13-5.el8_2                     AppStream       1.2 M
 bind-license                                 noarch       32:9.11.13-5.el8_2                     AppStream       100 k
 bind-utils                                   x86_64       32:9.11.13-5.el8_2                     AppStream       443 k
 bpftool                                      x86_64       4.18.0-193.14.2.el8_2                  BaseOS          3.4 M
 ca-certificates                              noarch       2020.2.41-80.0.el8_2                   BaseOS          391 k
 coreutils                                    x86_64       8.30-7.el8_2.1                         BaseOS          1.2 M
 coreutils-common                             x86_64       8.30-7.el8_2.1                         BaseOS          2.0 M
 dbus                                         x86_64       1:1.12.8-10.el8_2                      BaseOS           41 k
 dbus-common                                  noarch       1:1.12.8-10.el8_2                      BaseOS           45 k
 dbus-daemon                                  x86_64       1:1.12.8-10.el8_2                      BaseOS          239 k
 dbus-libs                                    x86_64       1:1.12.8-10.el8_2                      BaseOS          183 k
 dbus-tools                                   x86_64       1:1.12.8-10.el8_2                      BaseOS           85 k
 dnf                                          noarch       4.2.17-7.el8_2                         BaseOS          469 k
 dnf-data                                     noarch       4.2.17-7.el8_2                         BaseOS          145 k
 dnf-plugin-subscription-manager              x86_64       1.26.17-1.el8_2                        BaseOS          278 k
 git                                          x86_64       2.18.4-2.el8_2                         AppStream       186 k
 git-core                                     x86_64       2.18.4-2.el8_2                         AppStream       4.0 M
 git-core-doc                                 noarch       2.18.4-2.el8_2                         AppStream       2.3 M
 gnutls                                       x86_64       3.6.8-11.el8_2                         BaseOS          915 k
 grub2-common                                 noarch       1:2.02-87.el8_2                        BaseOS          882 k
 grub2-pc                                     x86_64       1:2.02-87.el8_2                        BaseOS           37 k
 grub2-pc-modules                             noarch       1:2.02-87.el8_2                        BaseOS          863 k
 grub2-tools                                  x86_64       1:2.02-87.el8_2                        BaseOS          2.0 M
 grub2-tools-extra                            x86_64       1:2.02-87.el8_2                        BaseOS          1.1 M
 grub2-tools-minimal                          x86_64       1:2.02-87.el8_2                        BaseOS          202 k
 initscripts                                  x86_64       10.00.6-1.el8_2.1                      BaseOS          338 k
 iptables                                     x86_64       1.8.4-10.el8_2.1                       BaseOS          581 k
 iptables-ebtables                            x86_64       1.8.4-10.el8_2.1                       BaseOS           70 k
 iptables-libs                                x86_64       1.8.4-10.el8_2.1                       BaseOS          105 k
 java-1.8.0-openjdk-headless                  x86_64       1:1.8.0.262.b10-0.el8_2                AppStream        34 M
 jbig2dec-libs                                x86_64       0.14-4.el8_2                           AppStream        67 k
 kernel-headers                               x86_64       4.18.0-193.14.2.el8_2                  BaseOS          4.0 M
 kernel-tools                                 x86_64       4.18.0-193.14.2.el8_2                  BaseOS          3.0 M
 kernel-tools-libs                            x86_64       4.18.0-193.14.2.el8_2                  BaseOS          2.8 M
 libdnf                                       x86_64       0.39.1-6.el8_2                         BaseOS          620 k
 libnghttp2                                   x86_64       1.33.0-3.el8_2.1                       BaseOS           77 k
 microcode_ctl                                x86_64       4:20191115-4.20200609.1.el8_2          BaseOS          2.7 M
 nspr                                         x86_64       4.25.0-2.el8_2                         AppStream       142 k
 nss                                          x86_64       3.53.1-11.el8_2                        AppStream       721 k
 nss-softokn                                  x86_64       3.53.1-11.el8_2                        AppStream       484 k
 nss-softokn-freebl                           x86_64       3.53.1-11.el8_2                        AppStream       289 k
 nss-sysinit                                  x86_64       3.53.1-11.el8_2                        AppStream        71 k
 nss-tools                                    x86_64       3.53.1-11.el8_2                        AppStream       559 k
 nss-util                                     x86_64       3.53.1-11.el8_2                        AppStream       135 k
 perl-Git                                     noarch       2.18.4-2.el8_2                         AppStream        77 k
 python3-bind                                 noarch       32:9.11.13-5.el8_2                     AppStream       148 k
 python3-dnf                                  noarch       4.2.17-7.el8_2                         BaseOS          521 k
 python3-hawkey                               x86_64       0.39.1-6.el8_2                         BaseOS           99 k
 python3-libdnf                               x86_64       0.39.1-6.el8_2                         BaseOS          689 k
 python3-perf                                 x86_64       4.18.0-193.14.2.el8_2                  BaseOS          2.9 M
 python3-subscription-manager-rhsm            x86_64       1.26.17-1.el8_2                        BaseOS          348 k
 python3-syspurpose                           x86_64       1.26.17-1.el8_2                        BaseOS          286 k
 python3-unbound                              x86_64       1.7.3-11.el8_2                         AppStream       118 k
 selinux-policy                               noarch       3.14.3-41.el8_2.5                      BaseOS          614 k
 selinux-policy-targeted                      noarch       3.14.3-41.el8_2.5                      BaseOS           15 M
 sos                                          noarch       3.8-6.el8_2                            BaseOS          522 k
 subscription-manager                         x86_64       1.26.17-1.el8_2                        BaseOS          1.1 M
 subscription-manager-rhsm-certificates       x86_64       1.26.17-1.el8_2                        BaseOS          246 k
 systemd                                      x86_64       239-31.el8_2.2                         BaseOS          3.5 M
 systemd-libs                                 x86_64       239-31.el8_2.2                         BaseOS          1.1 M
 systemd-pam                                  x86_64       239-31.el8_2.2                         BaseOS          451 k
 systemd-udev                                 x86_64       239-31.el8_2.2                         BaseOS          1.3 M
 tzdata                                       noarch       2020a-1.el8                            BaseOS          469 k
 tzdata-java                                  noarch       2020a-1.el8                            AppStream       189 k
 unbound-libs                                 x86_64       1.7.3-11.el8_2                         AppStream       499 k
 yum                                          noarch       4.2.17-7.el8_2                         BaseOS          191 k
依存関係のインストール中:
 grub2-tools-efi                              x86_64       1:2.02-87.el8_2                        BaseOS          467 k

トランザクションの概要
========================================================================================================================
インストール     5 パッケージ
アップグレード  73 パッケージ

ダウンロードサイズの合計: 178 M
これでよろしいですか? [y/N]: y
パッケージのダウンロード:
(1/78): kernel-4.18.0-193.14.2.el8_2.x86_64.rpm                                         5.0 MB/s | 2.8 MB     00:00
(2/78): grub2-tools-efi-2.02-87.el8_2.x86_64.rpm                                        816 kB/s | 467 kB     00:00
(3/78): kernel-modules-4.18.0-193.14.2.el8_2.x86_64.rpm                                 7.6 MB/s |  23 MB     00:03
(4/78): bind-libs-9.11.13-5.el8_2.x86_64.rpm                                            737 kB/s | 171 kB     00:00
(5/78): bind-libs-lite-9.11.13-5.el8_2.x86_64.rpm                                       6.7 MB/s | 1.2 MB     00:00
(6/78): bind-license-9.11.13-5.el8_2.noarch.rpm                                         4.4 MB/s | 100 kB     00:00
(7/78): bind-utils-9.11.13-5.el8_2.x86_64.rpm                                           6.8 MB/s | 443 kB     00:00
(8/78): git-2.18.4-2.el8_2.x86_64.rpm                                                   5.4 MB/s | 186 kB     00:00
(9/78): git-core-2.18.4-2.el8_2.x86_64.rpm                                              8.1 MB/s | 4.0 MB     00:00
(10/78): git-core-doc-2.18.4-2.el8_2.noarch.rpm                                         7.4 MB/s | 2.3 MB     00:00
(11/78): java-1.8.0-openjdk-headless-1.8.0.262.b10-0.el8_2.x86_64.rpm                   7.5 MB/s |  34 MB     00:04
(12/78): jbig2dec-libs-0.14-4.el8_2.x86_64.rpm                                          3.8 MB/s |  67 kB     00:00
(13/78): nspr-4.25.0-2.el8_2.x86_64.rpm                                                 4.2 MB/s | 142 kB     00:00
(14/78): nss-3.53.1-11.el8_2.x86_64.rpm                                                 5.7 MB/s | 721 kB     00:00
(15/78): nss-softokn-3.53.1-11.el8_2.x86_64.rpm                                         3.3 MB/s | 484 kB     00:00
(16/78): nss-softokn-freebl-3.53.1-11.el8_2.x86_64.rpm                                  5.7 MB/s | 289 kB     00:00
(17/78): nss-sysinit-3.53.1-11.el8_2.x86_64.rpm                                         3.9 MB/s |  71 kB     00:00
(18/78): nss-tools-3.53.1-11.el8_2.x86_64.rpm                                           6.6 MB/s | 559 kB     00:00
(19/78): nss-util-3.53.1-11.el8_2.x86_64.rpm                                            5.4 MB/s | 135 kB     00:00
(20/78): perl-Git-2.18.4-2.el8_2.noarch.rpm                                             4.1 MB/s |  77 kB     00:00
(21/78): python3-bind-9.11.13-5.el8_2.noarch.rpm                                        5.5 MB/s | 148 kB     00:00
(22/78): python3-unbound-1.7.3-11.el8_2.x86_64.rpm                                      5.0 MB/s | 118 kB     00:00
(23/78): tzdata-java-2020a-1.el8.noarch.rpm                                             6.0 MB/s | 189 kB     00:00
(24/78): unbound-libs-1.7.3-11.el8_2.x86_64.rpm                                         6.3 MB/s | 499 kB     00:00
(25/78): NetworkManager-1.22.8-5.el8_2.x86_64.rpm                                       4.1 MB/s | 2.3 MB     00:00
(26/78): NetworkManager-config-server-1.22.8-5.el8_2.noarch.rpm                         1.3 MB/s | 120 kB     00:00
(27/78): NetworkManager-libnm-1.22.8-5.el8_2.x86_64.rpm                                 2.8 MB/s | 1.7 MB     00:00
(28/78): NetworkManager-team-1.22.8-5.el8_2.x86_64.rpm                                  3.5 MB/s | 136 kB     00:00
(29/78): NetworkManager-tui-1.22.8-5.el8_2.x86_64.rpm                                   602 kB/s | 306 kB     00:00
(30/78): bind-export-libs-9.11.13-5.el8_2.x86_64.rpm                                    3.6 MB/s | 1.1 MB     00:00
(31/78): bpftool-4.18.0-193.14.2.el8_2.x86_64.rpm                                       6.4 MB/s | 3.4 MB     00:00
(32/78): ca-certificates-2020.2.41-80.0.el8_2.noarch.rpm                                750 kB/s | 391 kB     00:00
(33/78): coreutils-8.30-7.el8_2.1.x86_64.rpm                                            4.6 MB/s | 1.2 MB     00:00
(34/78): coreutils-common-8.30-7.el8_2.1.x86_64.rpm                                     4.6 MB/s | 2.0 MB     00:00
(35/78): dbus-1.12.8-10.el8_2.x86_64.rpm                                                577 kB/s |  41 kB     00:00
(36/78): dbus-common-1.12.8-10.el8_2.noarch.rpm                                         2.1 MB/s |  45 kB     00:00
(37/78): dbus-daemon-1.12.8-10.el8_2.x86_64.rpm                                         3.8 MB/s | 239 kB     00:00
(38/78): dbus-libs-1.12.8-10.el8_2.x86_64.rpm                                           4.4 MB/s | 183 kB     00:00
(39/78): dbus-tools-1.12.8-10.el8_2.x86_64.rpm                                          2.8 MB/s |  85 kB     00:00
(40/78): dnf-4.2.17-7.el8_2.noarch.rpm                                                  1.3 MB/s | 469 kB     00:00
(41/78): dnf-data-4.2.17-7.el8_2.noarch.rpm                                             2.7 MB/s | 145 kB     00:00
(42/78): dnf-plugin-subscription-manager-1.26.17-1.el8_2.x86_64.rpm                     4.5 MB/s | 278 kB     00:00
(43/78): gnutls-3.6.8-11.el8_2.x86_64.rpm                                               5.2 MB/s | 915 kB     00:00
(44/78): grub2-common-2.02-87.el8_2.noarch.rpm                                          5.3 MB/s | 882 kB     00:00
(45/78): grub2-pc-2.02-87.el8_2.x86_64.rpm                                              1.3 MB/s |  37 kB     00:00
(46/78): kernel-core-4.18.0-193.14.2.el8_2.x86_64.rpm                                   1.8 MB/s |  28 MB     00:15
(47/78): grub2-pc-modules-2.02-87.el8_2.noarch.rpm                                      1.7 MB/s | 863 kB     00:00
(48/78): grub2-tools-extra-2.02-87.el8_2.x86_64.rpm                                     5.8 MB/s | 1.1 MB     00:00
(49/78): grub2-tools-minimal-2.02-87.el8_2.x86_64.rpm                                   4.1 MB/s | 202 kB     00:00
(50/78): initscripts-10.00.6-1.el8_2.1.x86_64.rpm                                       4.9 MB/s | 338 kB     00:00
(51/78): iptables-1.8.4-10.el8_2.1.x86_64.rpm                                           4.7 MB/s | 581 kB     00:00
(52/78): iptables-ebtables-1.8.4-10.el8_2.1.x86_64.rpm                                  805 kB/s |  70 kB     00:00
(53/78): grub2-tools-2.02-87.el8_2.x86_64.rpm                                           3.3 MB/s | 2.0 MB     00:00
(54/78): iptables-libs-1.8.4-10.el8_2.1.x86_64.rpm                                      1.1 MB/s | 105 kB     00:00
(55/78): kernel-tools-4.18.0-193.14.2.el8_2.x86_64.rpm                                  2.9 MB/s | 3.0 MB     00:01
(56/78): kernel-headers-4.18.0-193.14.2.el8_2.x86_64.rpm                                3.7 MB/s | 4.0 MB     00:01
(57/78): kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64.rpm                             6.6 MB/s | 2.8 MB     00:00
(58/78): libnghttp2-1.33.0-3.el8_2.1.x86_64.rpm                                         2.7 MB/s |  77 kB     00:00
(59/78): libdnf-0.39.1-6.el8_2.x86_64.rpm                                               1.4 MB/s | 620 kB     00:00
(60/78): microcode_ctl-20191115-4.20200609.1.el8_2.x86_64.rpm                           5.5 MB/s | 2.7 MB     00:00
(61/78): python3-dnf-4.2.17-7.el8_2.noarch.rpm                                          1.0 MB/s | 521 kB     00:00
(62/78): python3-hawkey-0.39.1-6.el8_2.x86_64.rpm                                       1.2 MB/s |  99 kB     00:00
(63/78): python3-libdnf-0.39.1-6.el8_2.x86_64.rpm                                       2.4 MB/s | 689 kB     00:00
(64/78): python3-perf-4.18.0-193.14.2.el8_2.x86_64.rpm                                  6.8 MB/s | 2.9 MB     00:00
(65/78): python3-subscription-manager-rhsm-1.26.17-1.el8_2.x86_64.rpm                   1.5 MB/s | 348 kB     00:00
(66/78): python3-syspurpose-1.26.17-1.el8_2.x86_64.rpm                                  2.4 MB/s | 286 kB     00:00
(67/78): selinux-policy-3.14.3-41.el8_2.5.noarch.rpm                                    4.2 MB/s | 614 kB     00:00
(68/78): sos-3.8-6.el8_2.noarch.rpm                                                     2.9 MB/s | 522 kB     00:00
(69/78): subscription-manager-1.26.17-1.el8_2.x86_64.rpm                                3.7 MB/s | 1.1 MB     00:00
(70/78): subscription-manager-rhsm-certificates-1.26.17-1.el8_2.x86_64.rpm              5.1 MB/s | 246 kB     00:00
(71/78): systemd-239-31.el8_2.2.x86_64.rpm                                              7.7 MB/s | 3.5 MB     00:00
(72/78): systemd-libs-239-31.el8_2.2.x86_64.rpm                                         2.2 MB/s | 1.1 MB     00:00
(73/78): systemd-pam-239-31.el8_2.2.x86_64.rpm                                          2.2 MB/s | 451 kB     00:00
(74/78): kernel-devel-4.18.0-193.14.2.el8_2.x86_64.rpm                                  737 kB/s |  15 MB     00:20
(75/78): systemd-udev-239-31.el8_2.2.x86_64.rpm                                         1.9 MB/s | 1.3 MB     00:00
(76/78): yum-4.2.17-7.el8_2.noarch.rpm                                                  3.4 MB/s | 191 kB     00:00
(77/78): tzdata-2020a-1.el8.noarch.rpm                                                  2.9 MB/s | 469 kB     00:00
(78/78): selinux-policy-targeted-3.14.3-41.el8_2.5.noarch.rpm                           4.0 MB/s |  15 MB     00:03
------------------------------------------------------------------------------------------------------------------------
合計                                                                                    7.6 MB/s | 178 MB     00:23
警告: /var/cache/dnf/BaseOS-929b586ef1f72f69/packages/grub2-tools-efi-2.02-87.el8_2.x86_64.rpm: ヘッダー V3 RSA/SHA256 Signature、鍵 ID ●●●●●●●●: NOKEY
CentOS-8 - Base                                                                         1.5 MB/s | 1.6 kB     00:00
GPG 鍵 ●●●●●●●●●● をインポート中:
 Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"
 Fingerprint: ●●●● ●●●● ●●●● ●●●● ●●●● ●●●● ●●●● ●●●● ●●●● ●●●●
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
これでよろしいですか? [y/N]: y
鍵のインポートに成功しました
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
  scriptlet の実行中: java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64                                    1/1
  準備              :                                                                                               1/1
  scriptlet の実行中: grub2-common-1:2.02-87.el8_2.noarch                                                           1/1
  アップグレード中  : grub2-common-1:2.02-87.el8_2.noarch                                                         1/151
  アップグレード中  : nspr-4.25.0-2.el8_2.x86_64                                                                  2/151
  scriptlet の実行中: nspr-4.25.0-2.el8_2.x86_64                                                                  2/151
  アップグレード中  : nss-util-3.53.1-11.el8_2.x86_64                                                             3/151
  アップグレード中  : gnutls-3.6.8-11.el8_2.x86_64                                                                4/151
  アップグレード中  : libdnf-0.39.1-6.el8_2.x86_64                                                                5/151
  アップグレード中  : bind-license-32:9.11.13-5.el8_2.noarch                                                      6/151
  アップグレード中  : bind-libs-lite-32:9.11.13-5.el8_2.x86_64                                                    7/151
  アップグレード中  : python3-libdnf-0.39.1-6.el8_2.x86_64                                                        8/151
  アップグレード中  : grub2-tools-minimal-1:2.02-87.el8_2.x86_64                                                  9/151
  アップグレード中  : iptables-libs-1.8.4-10.el8_2.1.x86_64                                                      10/151
  アップグレード中  : git-core-2.18.4-2.el8_2.x86_64                                                             11/151
  アップグレード中  : git-core-doc-2.18.4-2.el8_2.noarch                                                         12/151
  アップグレード中  : perl-Git-2.18.4-2.el8_2.noarch                                                             13/151
  アップグレード中  : git-2.18.4-2.el8_2.x86_64                                                                  14/151
  scriptlet の実行中: iptables-1.8.4-10.el8_2.1.x86_64                                                           15/151
  アップグレード中  : iptables-1.8.4-10.el8_2.1.x86_64                                                           15/151
  scriptlet の実行中: iptables-1.8.4-10.el8_2.1.x86_64                                                           15/151
  アップグレード中  : grub2-tools-extra-1:2.02-87.el8_2.x86_64                                                   16/151
  アップグレード中  : python3-hawkey-0.39.1-6.el8_2.x86_64                                                       17/151
  アップグレード中  : bind-libs-32:9.11.13-5.el8_2.x86_64                                                        18/151
  アップグレード中  : python3-bind-32:9.11.13-5.el8_2.noarch                                                     19/151
  アップグレード中  : nss-softokn-freebl-3.53.1-11.el8_2.x86_64                                                  20/151
  アップグレード中  : nss-softokn-3.53.1-11.el8_2.x86_64                                                         21/151
  アップグレード中  : grub2-pc-modules-1:2.02-87.el8_2.noarch                                                    22/151
  scriptlet の実行中: grub2-tools-1:2.02-87.el8_2.x86_64                                                         23/151
  アップグレード中  : grub2-tools-1:2.02-87.el8_2.x86_64                                                         23/151
  scriptlet の実行中: grub2-tools-1:2.02-87.el8_2.x86_64                                                         23/151
  アップグレード中  : subscription-manager-rhsm-certificates-1.26.17-1.el8_2.x86_64                              24/151
  アップグレード中  : python3-subscription-manager-rhsm-1.26.17-1.el8_2.x86_64                                   25/151
  アップグレード中  : python3-syspurpose-1.26.17-1.el8_2.x86_64                                                  26/151
  アップグレード中  : kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64                                             27/151
  scriptlet の実行中: kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64                                             27/151
  アップグレード中  : dnf-data-4.2.17-7.el8_2.noarch                                                             28/151
  アップグレード中  : dbus-common-1:1.12.8-10.el8_2.noarch                                                       29/151
  アップグレード中  : coreutils-common-8.30-7.el8_2.1.x86_64                                                     30/151
  scriptlet の実行中: coreutils-common-8.30-7.el8_2.1.x86_64                                                     30/151
  アップグレード中  : coreutils-8.30-7.el8_2.1.x86_64                                                            31/151
  アップグレード中  : systemd-libs-239-31.el8_2.2.x86_64                                                         32/151
  scriptlet の実行中: systemd-libs-239-31.el8_2.2.x86_64                                                         32/151
  アップグレード中  : NetworkManager-libnm-1:1.22.8-5.el8_2.x86_64                                               33/151
  scriptlet の実行中: NetworkManager-libnm-1:1.22.8-5.el8_2.x86_64                                               33/151
  アップグレード中  : dbus-libs-1:1.12.8-10.el8_2.x86_64                                                         34/151
  scriptlet の実行中: dbus-libs-1:1.12.8-10.el8_2.x86_64                                                         34/151
  アップグレード中  : dbus-tools-1:1.12.8-10.el8_2.x86_64                                                        35/151
  scriptlet の実行中: dbus-daemon-1:1.12.8-10.el8_2.x86_64                                                       36/151
  アップグレード中  : dbus-daemon-1:1.12.8-10.el8_2.x86_64                                                       36/151
  scriptlet の実行中: dbus-daemon-1:1.12.8-10.el8_2.x86_64                                                       36/151
  アップグレード中  : systemd-pam-239-31.el8_2.2.x86_64                                                          37/151
  scriptlet の実行中: systemd-239-31.el8_2.2.x86_64                                                              38/151
  アップグレード中  : systemd-239-31.el8_2.2.x86_64                                                              38/151
  scriptlet の実行中: systemd-239-31.el8_2.2.x86_64                                                              38/151
  アップグレード中  : dbus-1:1.12.8-10.el8_2.x86_64                                                              39/151
  scriptlet の実行中: NetworkManager-1:1.22.8-5.el8_2.x86_64                                                     40/151
  アップグレード中  : NetworkManager-1:1.22.8-5.el8_2.x86_64                                                     40/151
  scriptlet の実行中: NetworkManager-1:1.22.8-5.el8_2.x86_64                                                     40/151
  scriptlet の実行中: unbound-libs-1.7.3-11.el8_2.x86_64                                                         41/151
  アップグレード中  : unbound-libs-1.7.3-11.el8_2.x86_64                                                         41/151
  scriptlet の実行中: unbound-libs-1.7.3-11.el8_2.x86_64                                                         41/151
  アップグレード中  : python3-unbound-1.7.3-11.el8_2.x86_64                                                      42/151
  アップグレード中  : python3-dnf-4.2.17-7.el8_2.noarch                                                          43/151
  アップグレード中  : dnf-4.2.17-7.el8_2.noarch                                                                  44/151
  scriptlet の実行中: dnf-4.2.17-7.el8_2.noarch                                                                  44/151
  アップグレード中  : dnf-plugin-subscription-manager-1.26.17-1.el8_2.x86_64                                     45/151
  アップグレード中  : systemd-udev-239-31.el8_2.2.x86_64                                                         46/151
  scriptlet の実行中: systemd-udev-239-31.el8_2.2.x86_64                                                         46/151
  インストール中    : kernel-core-4.18.0-193.14.2.el8_2.x86_64                                                   47/151
  scriptlet の実行中: kernel-core-4.18.0-193.14.2.el8_2.x86_64                                                   47/151
  インストール中    : kernel-modules-4.18.0-193.14.2.el8_2.x86_64                                                48/151
  scriptlet の実行中: kernel-modules-4.18.0-193.14.2.el8_2.x86_64                                                48/151
  アップグレード中  : nss-3.53.1-11.el8_2.x86_64                                                                 49/151
  アップグレード中  : nss-sysinit-3.53.1-11.el8_2.x86_64                                                         50/151
  scriptlet の実行中: ca-certificates-2020.2.41-80.0.el8_2.noarch                                                51/151
  アップグレード中  : ca-certificates-2020.2.41-80.0.el8_2.noarch                                                51/151
  scriptlet の実行中: ca-certificates-2020.2.41-80.0.el8_2.noarch                                                51/151
  アップグレード中  : selinux-policy-3.14.3-41.el8_2.5.noarch                                                    52/151
  scriptlet の実行中: selinux-policy-3.14.3-41.el8_2.5.noarch                                                    52/151
  アップグレード中  : tzdata-java-2020a-1.el8.noarch                                                             53/151
  アップグレード中  : java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64                                 54/151
警告: /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security は /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security.rpmnew として作成されました。

  scriptlet の実行中: java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64                                 54/151
restored /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security.rpmnew to /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security
mv: '/etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security.rpmnew' を stat できません: そのようなファイルやディレクトリはありません
FAILED to restore /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security.rpmnew to /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.262.b10-0.el8_2.x86_64/lib/security/java.security

  scriptlet の実行中: selinux-policy-targeted-3.14.3-41.el8_2.5.noarch                                           55/151
  アップグレード中  : selinux-policy-targeted-3.14.3-41.el8_2.5.noarch                                           55/151
  scriptlet の実行中: selinux-policy-targeted-3.14.3-41.el8_2.5.noarch                                           55/151
  アップグレード中  : nss-tools-3.53.1-11.el8_2.x86_64                                                           56/151
  インストール中    : kernel-4.18.0-193.14.2.el8_2.x86_64                                                        57/151
  アップグレード中  : subscription-manager-1.26.17-1.el8_2.x86_64                                                58/151
  scriptlet の実行中: subscription-manager-1.26.17-1.el8_2.x86_64                                                58/151
  アップグレード中  : yum-4.2.17-7.el8_2.noarch                                                                  59/151
  アップグレード中  : NetworkManager-team-1:1.22.8-5.el8_2.x86_64                                                60/151
  アップグレード中  : NetworkManager-tui-1:1.22.8-5.el8_2.x86_64                                                 61/151
  アップグレード中  : initscripts-10.00.6-1.el8_2.1.x86_64                                                       62/151
  scriptlet の実行中: initscripts-10.00.6-1.el8_2.1.x86_64                                                       62/151
  アップグレード中  : microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64                                         63/151
  scriptlet の実行中: microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64                                         63/151
  アップグレード中  : kernel-tools-4.18.0-193.14.2.el8_2.x86_64                                                  64/151
  アップグレード中  : grub2-pc-1:2.02-87.el8_2.x86_64                                                            65/151
  アップグレード中  : bind-utils-32:9.11.13-5.el8_2.x86_64                                                       66/151
  アップグレード中  : iptables-ebtables-1.8.4-10.el8_2.1.x86_64                                                  67/151
  scriptlet の実行中: iptables-ebtables-1.8.4-10.el8_2.1.x86_64                                                  67/151
  インストール中    : grub2-tools-efi-1:2.02-87.el8_2.x86_64                                                     68/151
  アップグレード中  : tzdata-2020a-1.el8.noarch                                                                  69/151
  アップグレード中  : sos-3.8-6.el8_2.noarch                                                                     70/151
  アップグレード中  : python3-perf-4.18.0-193.14.2.el8_2.x86_64                                                  71/151
  アップグレード中  : libnghttp2-1.33.0-3.el8_2.1.x86_64                                                         72/151
  アップグレード中  : kernel-headers-4.18.0-193.14.2.el8_2.x86_64                                                73/151
  アップグレード中  : bpftool-4.18.0-193.14.2.el8_2.x86_64                                                       74/151
  アップグレード中  : bind-export-libs-32:9.11.13-5.el8_2.x86_64                                                 75/151
  scriptlet の実行中: bind-export-libs-32:9.11.13-5.el8_2.x86_64                                                 75/151
  アップグレード中  : NetworkManager-config-server-1:1.22.8-5.el8_2.noarch                                       76/151
  アップグレード中  : jbig2dec-libs-0.14-4.el8_2.x86_64                                                          77/151
  scriptlet の実行中: jbig2dec-libs-0.14-4.el8_2.x86_64                                                          77/151
  インストール中    : kernel-devel-4.18.0-193.14.2.el8_2.x86_64                                                  78/151
  scriptlet の実行中: kernel-devel-4.18.0-193.14.2.el8_2.x86_64                                                  78/151
  整理              : nss-tools-3.44.0-15.el8.x86_64                                                             79/151
  整理              : nss-3.44.0-15.el8.x86_64                                                                   80/151
  scriptlet の実行中: nss-3.44.0-15.el8.x86_64                                                                   80/151
  整理              : NetworkManager-tui-1:1.22.8-4.el8.x86_64                                                   81/151
  整理              : nss-softokn-3.44.0-15.el8.x86_64                                                           82/151
  整理              : bind-utils-32:9.11.13-3.el8.x86_64                                                         83/151
  整理              : grub2-pc-1:2.02-81.el8.x86_64                                                              84/151
  整理              : nss-sysinit-3.44.0-15.el8.x86_64                                                           85/151
  整理              : systemd-udev-239-29.el8.x86_64                                                             86/151
  scriptlet の実行中: systemd-udev-239-29.el8.x86_64                                                             86/151
  scriptlet の実行中: subscription-manager-1.26.16-1.el8.0.1.x86_64                                              87/151
  整理              : subscription-manager-1.26.16-1.el8.0.1.x86_64                                              87/151
  scriptlet の実行中: subscription-manager-1.26.16-1.el8.0.1.x86_64                                              87/151
  scriptlet の実行中: initscripts-10.00.6-1.el8.x86_64                                                           88/151
  整理              : initscripts-10.00.6-1.el8.x86_64                                                           88/151
  scriptlet の実行中: initscripts-10.00.6-1.el8.x86_64                                                           88/151
  整理              : bind-libs-32:9.11.13-3.el8.x86_64                                                          89/151
  整理              : git-2.18.2-2.el8_1.x86_64                                                                  90/151
  整理              : selinux-policy-targeted-3.14.3-41.el8.noarch                                               91/151
  scriptlet の実行中: selinux-policy-targeted-3.14.3-41.el8.noarch                                               91/151
  scriptlet の実行中: microcode_ctl-4:20191115-4.el8.x86_64                                                      92/151
  整理              : microcode_ctl-4:20191115-4.el8.x86_64                                                      92/151
  scriptlet の実行中: microcode_ctl-4:20191115-4.el8.x86_64                                                      92/151
  整理              : dnf-plugin-subscription-manager-1.26.16-1.el8.0.1.x86_64                                   93/151
  整理              : grub2-tools-extra-1:2.02-81.el8.x86_64                                                     94/151
  整理              : nss-softokn-freebl-3.44.0-15.el8.x86_64                                                    95/151
  整理              : nss-util-3.44.0-15.el8.x86_64                                                              96/151
  整理              : kernel-tools-4.18.0-193.el8.x86_64                                                         97/151
  整理              : java-1.8.0-openjdk-headless-1:1.8.0.252.b09-2.el8_1.x86_64                                 98/151
  scriptlet の実行中: java-1.8.0-openjdk-headless-1:1.8.0.252.b09-2.el8_1.x86_64                                 98/151
  整理              : ca-certificates-2019.2.32-80.0.el8_1.noarch                                                99/151
  整理              : selinux-policy-3.14.3-41.el8.noarch                                                       100/151
  scriptlet の実行中: selinux-policy-3.14.3-41.el8.noarch                                                       100/151
  整理              : git-core-doc-2.18.2-2.el8_1.noarch                                                        101/151
  整理              : grub2-pc-modules-1:2.02-81.el8.noarch                                                     102/151
  整理              : python3-bind-32:9.11.13-3.el8.noarch                                                      103/151
  整理              : yum-4.2.17-6.el8.noarch                                                                   104/151
  scriptlet の実行中: dnf-4.2.17-6.el8.noarch                                                                   105/151
  整理              : dnf-4.2.17-6.el8.noarch                                                                   105/151
  scriptlet の実行中: dnf-4.2.17-6.el8.noarch                                                                   105/151
  整理              : python3-dnf-4.2.17-6.el8.noarch                                                           106/151
  scriptlet の実行中: iptables-ebtables-1.8.4-10.el8.x86_64                                                     107/151
  整理              : iptables-ebtables-1.8.4-10.el8.x86_64                                                     107/151
  scriptlet の実行中: iptables-ebtables-1.8.4-10.el8.x86_64                                                     107/151
  整理              : dnf-data-4.2.17-6.el8.noarch                                                              108/151
  整理              : tzdata-java-2019c-1.el8.noarch                                                            109/151
  整理              : perl-Git-2.18.2-2.el8_1.noarch                                                            110/151
  整理              : python3-syspurpose-1.26.16-1.el8.0.1.x86_64                                               111/151
  整理              : tzdata-2019c-1.el8.noarch                                                                 112/151
  整理              : sos-3.8-2.el8.noarch                                                                      113/151
  整理              : kernel-headers-4.18.0-193.el8.x86_64                                                      114/151
  整理              : NetworkManager-config-server-1:1.22.8-4.el8.noarch                                        115/151
  整理              : python3-hawkey-0.39.1-5.el8.x86_64                                                        116/151
  整理              : python3-libdnf-0.39.1-5.el8.x86_64                                                        117/151
  整理              : iptables-1.8.4-10.el8.x86_64                                                              118/151
  scriptlet の実行中: iptables-1.8.4-10.el8.x86_64                                                              118/151
  整理              : python3-unbound-1.7.3-10.el8.x86_64                                                       119/151
  scriptlet の実行中: unbound-libs-1.7.3-10.el8.x86_64                                                          120/151
  整理              : unbound-libs-1.7.3-10.el8.x86_64                                                          120/151
  scriptlet の実行中: unbound-libs-1.7.3-10.el8.x86_64                                                          120/151
  整理              : grub2-tools-minimal-1:2.02-81.el8.x86_64                                                  121/151
  整理              : bind-libs-lite-32:9.11.13-3.el8.x86_64                                                    122/151
  整理              : python3-subscription-manager-rhsm-1.26.16-1.el8.0.1.x86_64                                123/151
  scriptlet の実行中: grub2-tools-1:2.02-81.el8.x86_64                                                          124/151
  整理              : grub2-tools-1:2.02-81.el8.x86_64                                                          124/151
  整理              : NetworkManager-team-1:1.22.8-4.el8.x86_64                                                 125/151
  整理              : grub2-common-1:2.02-81.el8.noarch                                                         126/151
  整理              : subscription-manager-rhsm-certificates-1.26.16-1.el8.0.1.x86_64                           127/151
  整理              : bind-license-32:9.11.13-3.el8.noarch                                                      128/151
  scriptlet の実行中: NetworkManager-1:1.22.8-4.el8.x86_64                                                      129/151
  整理              : NetworkManager-1:1.22.8-4.el8.x86_64                                                      129/151
  scriptlet の実行中: NetworkManager-1:1.22.8-4.el8.x86_64                                                      129/151
  整理              : dbus-1:1.12.8-9.el8.x86_64                                                                130/151
  scriptlet の実行中: systemd-239-29.el8.x86_64                                                                 131/151
  整理              : systemd-239-29.el8.x86_64                                                                 131/151
  scriptlet の実行中: dbus-daemon-1:1.12.8-9.el8.x86_64                                                         132/151
  整理              : dbus-daemon-1:1.12.8-9.el8.x86_64                                                         132/151
  scriptlet の実行中: dbus-daemon-1:1.12.8-9.el8.x86_64                                                         132/151
  整理              : dbus-tools-1:1.12.8-9.el8.x86_64                                                          133/151
  整理              : NetworkManager-libnm-1:1.22.8-4.el8.x86_64                                                134/151
  scriptlet の実行中: NetworkManager-libnm-1:1.22.8-4.el8.x86_64                                                134/151
  整理              : dbus-common-1:1.12.8-9.el8.noarch                                                         135/151
  整理              : dbus-libs-1:1.12.8-9.el8.x86_64                                                           136/151
  scriptlet の実行中: dbus-libs-1:1.12.8-9.el8.x86_64                                                           136/151
  整理              : systemd-libs-239-29.el8.x86_64                                                            137/151
  整理              : coreutils-8.30-6.el8_1.1.x86_64                                                           138/151
  scriptlet の実行中: coreutils-common-8.30-6.el8_1.1.x86_64                                                    139/151
  整理              : coreutils-common-8.30-6.el8_1.1.x86_64                                                    139/151
  整理              : gnutls-3.6.8-9.el8.x86_64                                                                 140/151
  整理              : iptables-libs-1.8.4-10.el8.x86_64                                                         141/151
  整理              : systemd-pam-239-29.el8.x86_64                                                             142/151
  整理              : libdnf-0.39.1-5.el8.x86_64                                                                143/151
  整理              : git-core-2.18.2-2.el8_1.x86_64                                                            144/151
  整理              : kernel-tools-libs-4.18.0-193.el8.x86_64                                                   145/151
  scriptlet の実行中: kernel-tools-libs-4.18.0-193.el8.x86_64                                                   145/151
  整理              : nspr-4.21.0-2.el8_0.x86_64                                                                146/151
  scriptlet の実行中: nspr-4.21.0-2.el8_0.x86_64                                                                146/151
  整理              : python3-perf-4.18.0-193.el8.x86_64                                                        147/151
  整理              : libnghttp2-1.33.0-1.el8_0.1.x86_64                                                        148/151
  整理              : bpftool-4.18.0-193.el8.x86_64                                                             149/151
  整理              : bind-export-libs-32:9.11.13-3.el8.x86_64                                                  150/151
  scriptlet の実行中: bind-export-libs-32:9.11.13-3.el8.x86_64                                                  150/151
  整理              : jbig2dec-libs-0.14-2.el8.x86_64                                                           151/151
  scriptlet の実行中: jbig2dec-libs-0.14-2.el8.x86_64                                                           151/151
  scriptlet の実行中: kernel-core-4.18.0-193.14.2.el8_2.x86_64                                                  151/151
  scriptlet の実行中: nss-3.53.1-11.el8_2.x86_64                                                                151/151
  scriptlet の実行中: ca-certificates-2020.2.41-80.0.el8_2.noarch                                               151/151
  scriptlet の実行中: microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64                                        151/151
  scriptlet の実行中: jbig2dec-libs-0.14-2.el8.x86_64                                                           151/151
  scriptlet の実行中: systemd-239-31.el8_2.2.x86_64                                                             151/151
  scriptlet の実行中: systemd-udev-239-31.el8_2.2.x86_64                                                        151/151
  検証              : grub2-tools-efi-1:2.02-87.el8_2.x86_64                                                      1/151
  検証              : kernel-4.18.0-193.14.2.el8_2.x86_64                                                         2/151
  検証              : kernel-core-4.18.0-193.14.2.el8_2.x86_64                                                    3/151
  検証              : kernel-devel-4.18.0-193.14.2.el8_2.x86_64                                                   4/151
  検証              : kernel-modules-4.18.0-193.14.2.el8_2.x86_64                                                 5/151
  検証              : bind-libs-32:9.11.13-5.el8_2.x86_64                                                         6/151
  検証              : bind-libs-32:9.11.13-3.el8.x86_64                                                           7/151
  検証              : bind-libs-lite-32:9.11.13-5.el8_2.x86_64                                                    8/151
  検証              : bind-libs-lite-32:9.11.13-3.el8.x86_64                                                      9/151
  検証              : bind-license-32:9.11.13-5.el8_2.noarch                                                     10/151
  検証              : bind-license-32:9.11.13-3.el8.noarch                                                       11/151
  検証              : bind-utils-32:9.11.13-5.el8_2.x86_64                                                       12/151
  検証              : bind-utils-32:9.11.13-3.el8.x86_64                                                         13/151
  検証              : git-2.18.4-2.el8_2.x86_64                                                                  14/151
  検証              : git-2.18.2-2.el8_1.x86_64                                                                  15/151
  検証              : git-core-2.18.4-2.el8_2.x86_64                                                             16/151
  検証              : git-core-2.18.2-2.el8_1.x86_64                                                             17/151
  検証              : git-core-doc-2.18.4-2.el8_2.noarch                                                         18/151
  検証              : git-core-doc-2.18.2-2.el8_1.noarch                                                         19/151
  検証              : java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64                                 20/151
  検証              : java-1.8.0-openjdk-headless-1:1.8.0.252.b09-2.el8_1.x86_64                                 21/151
  検証              : jbig2dec-libs-0.14-4.el8_2.x86_64                                                          22/151
  検証              : jbig2dec-libs-0.14-2.el8.x86_64                                                            23/151
  検証              : nspr-4.25.0-2.el8_2.x86_64                                                                 24/151
  検証              : nspr-4.21.0-2.el8_0.x86_64                                                                 25/151
  検証              : nss-3.53.1-11.el8_2.x86_64                                                                 26/151
  検証              : nss-3.44.0-15.el8.x86_64                                                                   27/151
  検証              : nss-softokn-3.53.1-11.el8_2.x86_64                                                         28/151
  検証              : nss-softokn-3.44.0-15.el8.x86_64                                                           29/151
  検証              : nss-softokn-freebl-3.53.1-11.el8_2.x86_64                                                  30/151
  検証              : nss-softokn-freebl-3.44.0-15.el8.x86_64                                                    31/151
  検証              : nss-sysinit-3.53.1-11.el8_2.x86_64                                                         32/151
  検証              : nss-sysinit-3.44.0-15.el8.x86_64                                                           33/151
  検証              : nss-tools-3.53.1-11.el8_2.x86_64                                                           34/151
  検証              : nss-tools-3.44.0-15.el8.x86_64                                                             35/151
  検証              : nss-util-3.53.1-11.el8_2.x86_64                                                            36/151
  検証              : nss-util-3.44.0-15.el8.x86_64                                                              37/151
  検証              : perl-Git-2.18.4-2.el8_2.noarch                                                             38/151
  検証              : perl-Git-2.18.2-2.el8_1.noarch                                                             39/151
  検証              : python3-bind-32:9.11.13-5.el8_2.noarch                                                     40/151
  検証              : python3-bind-32:9.11.13-3.el8.noarch                                                       41/151
  検証              : python3-unbound-1.7.3-11.el8_2.x86_64                                                      42/151
  検証              : python3-unbound-1.7.3-10.el8.x86_64                                                        43/151
  検証              : tzdata-java-2020a-1.el8.noarch                                                             44/151
  検証              : tzdata-java-2019c-1.el8.noarch                                                             45/151
  検証              : unbound-libs-1.7.3-11.el8_2.x86_64                                                         46/151
  検証              : unbound-libs-1.7.3-10.el8.x86_64                                                           47/151
  検証              : NetworkManager-1:1.22.8-5.el8_2.x86_64                                                     48/151
  検証              : NetworkManager-1:1.22.8-4.el8.x86_64                                                       49/151
  検証              : NetworkManager-config-server-1:1.22.8-5.el8_2.noarch                                       50/151
  検証              : NetworkManager-config-server-1:1.22.8-4.el8.noarch                                         51/151
  検証              : NetworkManager-libnm-1:1.22.8-5.el8_2.x86_64                                               52/151
  検証              : NetworkManager-libnm-1:1.22.8-4.el8.x86_64                                                 53/151
  検証              : NetworkManager-team-1:1.22.8-5.el8_2.x86_64                                                54/151
  検証              : NetworkManager-team-1:1.22.8-4.el8.x86_64                                                  55/151
  検証              : NetworkManager-tui-1:1.22.8-5.el8_2.x86_64                                                 56/151
  検証              : NetworkManager-tui-1:1.22.8-4.el8.x86_64                                                   57/151
  検証              : bind-export-libs-32:9.11.13-5.el8_2.x86_64                                                 58/151
  検証              : bind-export-libs-32:9.11.13-3.el8.x86_64                                                   59/151
  検証              : bpftool-4.18.0-193.14.2.el8_2.x86_64                                                       60/151
  検証              : bpftool-4.18.0-193.el8.x86_64                                                              61/151
  検証              : ca-certificates-2020.2.41-80.0.el8_2.noarch                                                62/151
  検証              : ca-certificates-2019.2.32-80.0.el8_1.noarch                                                63/151
  検証              : coreutils-8.30-7.el8_2.1.x86_64                                                            64/151
  検証              : coreutils-8.30-6.el8_1.1.x86_64                                                            65/151
  検証              : coreutils-common-8.30-7.el8_2.1.x86_64                                                     66/151
  検証              : coreutils-common-8.30-6.el8_1.1.x86_64                                                     67/151
  検証              : dbus-1:1.12.8-10.el8_2.x86_64                                                              68/151
  検証              : dbus-1:1.12.8-9.el8.x86_64                                                                 69/151
  検証              : dbus-common-1:1.12.8-10.el8_2.noarch                                                       70/151
  検証              : dbus-common-1:1.12.8-9.el8.noarch                                                          71/151
  検証              : dbus-daemon-1:1.12.8-10.el8_2.x86_64                                                       72/151
  検証              : dbus-daemon-1:1.12.8-9.el8.x86_64                                                          73/151
  検証              : dbus-libs-1:1.12.8-10.el8_2.x86_64                                                         74/151
  検証              : dbus-libs-1:1.12.8-9.el8.x86_64                                                            75/151
  検証              : dbus-tools-1:1.12.8-10.el8_2.x86_64                                                        76/151
  検証              : dbus-tools-1:1.12.8-9.el8.x86_64                                                           77/151
  検証              : dnf-4.2.17-7.el8_2.noarch                                                                  78/151
  検証              : dnf-4.2.17-6.el8.noarch                                                                    79/151
  検証              : dnf-data-4.2.17-7.el8_2.noarch                                                             80/151
  検証              : dnf-data-4.2.17-6.el8.noarch                                                               81/151
  検証              : dnf-plugin-subscription-manager-1.26.17-1.el8_2.x86_64                                     82/151
  検証              : dnf-plugin-subscription-manager-1.26.16-1.el8.0.1.x86_64                                   83/151
  検証              : gnutls-3.6.8-11.el8_2.x86_64                                                               84/151
  検証              : gnutls-3.6.8-9.el8.x86_64                                                                  85/151
  検証              : grub2-common-1:2.02-87.el8_2.noarch                                                        86/151
  検証              : grub2-common-1:2.02-81.el8.noarch                                                          87/151
  検証              : grub2-pc-1:2.02-87.el8_2.x86_64                                                            88/151
  検証              : grub2-pc-1:2.02-81.el8.x86_64                                                              89/151
  検証              : grub2-pc-modules-1:2.02-87.el8_2.noarch                                                    90/151
  検証              : grub2-pc-modules-1:2.02-81.el8.noarch                                                      91/151
  検証              : grub2-tools-1:2.02-87.el8_2.x86_64                                                         92/151
  検証              : grub2-tools-1:2.02-81.el8.x86_64                                                           93/151
  検証              : grub2-tools-extra-1:2.02-87.el8_2.x86_64                                                   94/151
  検証              : grub2-tools-extra-1:2.02-81.el8.x86_64                                                     95/151
  検証              : grub2-tools-minimal-1:2.02-87.el8_2.x86_64                                                 96/151
  検証              : grub2-tools-minimal-1:2.02-81.el8.x86_64                                                   97/151
  検証              : initscripts-10.00.6-1.el8_2.1.x86_64                                                       98/151
  検証              : initscripts-10.00.6-1.el8.x86_64                                                           99/151
  検証              : iptables-1.8.4-10.el8_2.1.x86_64                                                          100/151
  検証              : iptables-1.8.4-10.el8.x86_64                                                              101/151
  検証              : iptables-ebtables-1.8.4-10.el8_2.1.x86_64                                                 102/151
  検証              : iptables-ebtables-1.8.4-10.el8.x86_64                                                     103/151
  検証              : iptables-libs-1.8.4-10.el8_2.1.x86_64                                                     104/151
  検証              : iptables-libs-1.8.4-10.el8.x86_64                                                         105/151
  検証              : kernel-headers-4.18.0-193.14.2.el8_2.x86_64                                               106/151
  検証              : kernel-headers-4.18.0-193.el8.x86_64                                                      107/151
  検証              : kernel-tools-4.18.0-193.14.2.el8_2.x86_64                                                 108/151
  検証              : kernel-tools-4.18.0-193.el8.x86_64                                                        109/151
  検証              : kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64                                            110/151
  検証              : kernel-tools-libs-4.18.0-193.el8.x86_64                                                   111/151
  検証              : libdnf-0.39.1-6.el8_2.x86_64                                                              112/151
  検証              : libdnf-0.39.1-5.el8.x86_64                                                                113/151
  検証              : libnghttp2-1.33.0-3.el8_2.1.x86_64                                                        114/151
  検証              : libnghttp2-1.33.0-1.el8_0.1.x86_64                                                        115/151
  検証              : microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64                                        116/151
  検証              : microcode_ctl-4:20191115-4.el8.x86_64                                                     117/151
  検証              : python3-dnf-4.2.17-7.el8_2.noarch                                                         118/151
  検証              : python3-dnf-4.2.17-6.el8.noarch                                                           119/151
  検証              : python3-hawkey-0.39.1-6.el8_2.x86_64                                                      120/151
  検証              : python3-hawkey-0.39.1-5.el8.x86_64                                                        121/151
  検証              : python3-libdnf-0.39.1-6.el8_2.x86_64                                                      122/151
  検証              : python3-libdnf-0.39.1-5.el8.x86_64                                                        123/151
  検証              : python3-perf-4.18.0-193.14.2.el8_2.x86_64                                                 124/151
  検証              : python3-perf-4.18.0-193.el8.x86_64                                                        125/151
  検証              : python3-subscription-manager-rhsm-1.26.17-1.el8_2.x86_64                                  126/151
  検証              : python3-subscription-manager-rhsm-1.26.16-1.el8.0.1.x86_64                                127/151
  検証              : python3-syspurpose-1.26.17-1.el8_2.x86_64                                                 128/151
  検証              : python3-syspurpose-1.26.16-1.el8.0.1.x86_64                                               129/151
  検証              : selinux-policy-3.14.3-41.el8_2.5.noarch                                                   130/151
  検証              : selinux-policy-3.14.3-41.el8.noarch                                                       131/151
  検証              : selinux-policy-targeted-3.14.3-41.el8_2.5.noarch                                          132/151
  検証              : selinux-policy-targeted-3.14.3-41.el8.noarch                                              133/151
  検証              : sos-3.8-6.el8_2.noarch                                                                    134/151
  検証              : sos-3.8-2.el8.noarch                                                                      135/151
  検証              : subscription-manager-1.26.17-1.el8_2.x86_64                                               136/151
  検証              : subscription-manager-1.26.16-1.el8.0.1.x86_64                                             137/151
  検証              : subscription-manager-rhsm-certificates-1.26.17-1.el8_2.x86_64                             138/151
  検証              : subscription-manager-rhsm-certificates-1.26.16-1.el8.0.1.x86_64                           139/151
  検証              : systemd-239-31.el8_2.2.x86_64                                                             140/151
  検証              : systemd-239-29.el8.x86_64                                                                 141/151
  検証              : systemd-libs-239-31.el8_2.2.x86_64                                                        142/151
  検証              : systemd-libs-239-29.el8.x86_64                                                            143/151
  検証              : systemd-pam-239-31.el8_2.2.x86_64                                                         144/151
  検証              : systemd-pam-239-29.el8.x86_64                                                             145/151
  検証              : systemd-udev-239-31.el8_2.2.x86_64                                                        146/151
  検証              : systemd-udev-239-29.el8.x86_64                                                            147/151
  検証              : tzdata-2020a-1.el8.noarch                                                                 148/151
  検証              : tzdata-2019c-1.el8.noarch                                                                 149/151
  検証              : yum-4.2.17-7.el8_2.noarch                                                                 150/151
  検証              : yum-4.2.17-6.el8.noarch                                                                   151/151
Installed products updated.

アップグレード済み:
  NetworkManager-1:1.22.8-5.el8_2.x86_64
  NetworkManager-config-server-1:1.22.8-5.el8_2.noarch
  NetworkManager-libnm-1:1.22.8-5.el8_2.x86_64
  NetworkManager-team-1:1.22.8-5.el8_2.x86_64
  NetworkManager-tui-1:1.22.8-5.el8_2.x86_64
  bind-export-libs-32:9.11.13-5.el8_2.x86_64
  bind-libs-32:9.11.13-5.el8_2.x86_64
  bind-libs-lite-32:9.11.13-5.el8_2.x86_64
  bind-license-32:9.11.13-5.el8_2.noarch
  bind-utils-32:9.11.13-5.el8_2.x86_64
  bpftool-4.18.0-193.14.2.el8_2.x86_64
  ca-certificates-2020.2.41-80.0.el8_2.noarch
  coreutils-8.30-7.el8_2.1.x86_64
  coreutils-common-8.30-7.el8_2.1.x86_64
  dbus-1:1.12.8-10.el8_2.x86_64
  dbus-common-1:1.12.8-10.el8_2.noarch
  dbus-daemon-1:1.12.8-10.el8_2.x86_64
  dbus-libs-1:1.12.8-10.el8_2.x86_64
  dbus-tools-1:1.12.8-10.el8_2.x86_64
  dnf-4.2.17-7.el8_2.noarch
  dnf-data-4.2.17-7.el8_2.noarch
  dnf-plugin-subscription-manager-1.26.17-1.el8_2.x86_64
  git-2.18.4-2.el8_2.x86_64
  git-core-2.18.4-2.el8_2.x86_64
  git-core-doc-2.18.4-2.el8_2.noarch
  gnutls-3.6.8-11.el8_2.x86_64
  grub2-common-1:2.02-87.el8_2.noarch
  grub2-pc-1:2.02-87.el8_2.x86_64
  grub2-pc-modules-1:2.02-87.el8_2.noarch
  grub2-tools-1:2.02-87.el8_2.x86_64
  grub2-tools-extra-1:2.02-87.el8_2.x86_64
  grub2-tools-minimal-1:2.02-87.el8_2.x86_64
  initscripts-10.00.6-1.el8_2.1.x86_64
  iptables-1.8.4-10.el8_2.1.x86_64
  iptables-ebtables-1.8.4-10.el8_2.1.x86_64
  iptables-libs-1.8.4-10.el8_2.1.x86_64
  java-1.8.0-openjdk-headless-1:1.8.0.262.b10-0.el8_2.x86_64
  jbig2dec-libs-0.14-4.el8_2.x86_64
  kernel-headers-4.18.0-193.14.2.el8_2.x86_64
  kernel-tools-4.18.0-193.14.2.el8_2.x86_64
  kernel-tools-libs-4.18.0-193.14.2.el8_2.x86_64
  libdnf-0.39.1-6.el8_2.x86_64
  libnghttp2-1.33.0-3.el8_2.1.x86_64
  microcode_ctl-4:20191115-4.20200609.1.el8_2.x86_64
  nspr-4.25.0-2.el8_2.x86_64
  nss-3.53.1-11.el8_2.x86_64
  nss-softokn-3.53.1-11.el8_2.x86_64
  nss-softokn-freebl-3.53.1-11.el8_2.x86_64
  nss-sysinit-3.53.1-11.el8_2.x86_64
  nss-tools-3.53.1-11.el8_2.x86_64
  nss-util-3.53.1-11.el8_2.x86_64
  perl-Git-2.18.4-2.el8_2.noarch
  python3-bind-32:9.11.13-5.el8_2.noarch
  python3-dnf-4.2.17-7.el8_2.noarch
  python3-hawkey-0.39.1-6.el8_2.x86_64
  python3-libdnf-0.39.1-6.el8_2.x86_64
  python3-perf-4.18.0-193.14.2.el8_2.x86_64
  python3-subscription-manager-rhsm-1.26.17-1.el8_2.x86_64
  python3-syspurpose-1.26.17-1.el8_2.x86_64
  python3-unbound-1.7.3-11.el8_2.x86_64
  selinux-policy-3.14.3-41.el8_2.5.noarch
  selinux-policy-targeted-3.14.3-41.el8_2.5.noarch
  sos-3.8-6.el8_2.noarch
  subscription-manager-1.26.17-1.el8_2.x86_64
  subscription-manager-rhsm-certificates-1.26.17-1.el8_2.x86_64
  systemd-239-31.el8_2.2.x86_64
  systemd-libs-239-31.el8_2.2.x86_64
  systemd-pam-239-31.el8_2.2.x86_64
  systemd-udev-239-31.el8_2.2.x86_64
  tzdata-2020a-1.el8.noarch
  tzdata-java-2020a-1.el8.noarch
  unbound-libs-1.7.3-11.el8_2.x86_64
  yum-4.2.17-7.el8_2.noarch

インストール済み:
  grub2-tools-efi-1:2.02-87.el8_2.x86_64                      kernel-4.18.0-193.14.2.el8_2.x86_64
  kernel-core-4.18.0-193.14.2.el8_2.x86_64                    kernel-devel-4.18.0-193.14.2.el8_2.x86_64
  kernel-modules-4.18.0-193.14.2.el8_2.x86_64

完了しました!

一度、再起動

reboot

次の手順

続きは以下の別の記事に書いています。

souiunogaii.hatenablog.com

インフラエンジニアになるための勉強のやり方

私は、某SIerに勤務しながら、WEB系エンジニア・インフラエンジニアに憧れて、プログラミングおよびインフラ技術の勉強をしています。

現在の会社で直接担当している業務の中では、決まった技術しか触れないけれど、
「他にも将来役に立ちそうなインフラ技術を勉強したい」「働きながらでもできる効率的なインフラエンジニアの勉強方法を知りたい」と考えている方のために、
①おすすめの書籍と、②おススメのオンライン学習サイトを紹介します。

働きながら勉強するための、おススメの書籍と、オンラインで学習できるサイトの紹介です。

インフラエンジニアの勉強ができるおススメ書籍

朝の通勤時や帰宅時の電車の中や、社外打合せへの移動中などに勉強するなら、やはり書籍が一番だと思います。

インフラエンジニアの教科書

LINE社に創業時から在籍しているインフラエンジニア・プロマネの「佐野裕」さんの本です。 twitter.com

膨大なトラフィックをさばくLINE社にて構築・保守を行っている現役エンジニアが記すITインフラの必須知識と経験の数々! サーバ、OS、ネットワーク機器、データセンター、購買と商談、障害対応、大規模インフラ、成長するために必要なスキルなど、基礎知識から実践まで言及。 ITインフラの世界が理解できる珠玉の1冊!

インフラエンジニアの教科書
(C&R研究所)
佐野裕

1週間でLPICの基礎が学べる本

Linuxの資格「LPIC」の試験対策を初心者向けに書いた入門書です。

Linuxの資格として広く知られているLPICですが、あまり知識の無いまま試験対策を始める人も多いのではないでしょうか。しかし、試験対策書は試験範囲についてのみ解説しているものが多く、初心者が理解するのは困難です。本書は、初心者がスムーズに試験対策を行えるよう、事前に基礎固めを行うLinux入門書です。試験情報や模擬問題も掲載しているので、資格取得を視野に入れた効率的な基礎学習が行えます。

1週間でLPICの基礎が学べる本
第3版 徹底攻略シリーズ
(インプレス)
中島能和

インフラエンジニアの勉強ができるオンライン学習サイト

Udemy (オンライン動画学習サイト)

Udemy(ユーデミー)は、オンラインで動画で学習できるサービスです。
ITエンジニア系の講座もたくさん公開されています。

≫Udemy 世界最大級のオンライン学習サイト

Udemyの特徴
  • ユーザー登録すれば、第1回の講座は無料で視聴できる
  • 無料のコンテンツもある
  • 過去に受講した人の人数や、受講した人の評価も表示されるので選びやすい

≫Udemy 世界最大級のオンライン学習サイト

開発の人気オンラインコース

以上、読んでいただきありがとうございました。