業務用エアコン関連の技術情報、エラーコード、環境問題対策に関する別サイト「エアコンの安全な修理・適切なフロン回収」

AlmaLinux10.1 : OS Install , Various settings

AlmaLinux 10.1

AlmaLinux OS is a project launched by CloudLinux in the US as an alternative to CentOS.
Currently, the AlmaLinux OS Foundation is the development parent organization.
General availability of Red Hat Enterprise Linux 10.1 was followed by the release of AlmaLinux 10.1 on November 25, 2025.

1.AlmaLinux 10.1 Dopwnload

To download the AlmaLinux 10.1 installation image, go to the following site and download “AlmaLinux-10.1-x86_64-dvd.iso”.
https://ftp.riken.jp/Linux/almalinux/10.1/isos/x86_64/

2.AlmaLinux 10.1 Install

Install USB media Change BIOS settings to boot from USB media.

Initial installation screen

The installation procedure is the same as for AlmaLinux 10.0, so it will be omitted here. Please refer to the page below.


However, AlmaLinux OS 10.1 now supports the Btrfs file system.

Btrfs

Btrfs is a modern Copy-on-Write (CoW) file system that implements advanced features while also focusing on fault tolerance, repair, and easy administration.
It provides snapshots, built-in volume management, checksums for data and metadata, transparent compression, and efficient copying via reflink.
These features enhance performance for most common workloads and strengthen resilience against potential storage media issues such as bit loss.
Btrfs is already supported in various Linux distributions and has become the default file system in many distributions, such as Fedora Linux and openSUSE.

When using Btrfs on AlmaLinux 10.1

During the AlmaLinux 10.1 installation process, when configuring the "Installation Destination," select Custom Partitions as shown below. In the Custom Partitions panel, choose the Btrfs partition scheme.

Select the "Btrfs" scheme, and if you want to choose automatic partitioning, click the "Click here to create them automatically" link above.

The partition details will be displayed. If you agree, click "Done".

A final confirmation will be displayed. If you agree, click "Accept Changes" to create the partition.

Disabling SELinux

First, disable selinux. selinux is a feature that improves auditing and security in Linux, but when enabled, it places considerable restrictions on the behavior of services and on what can be configured. Therefore, it is basically disabled in many cases.
SELinux operating modes
Enforcing : SELinux functionality is enabled and access control is enabled
Permissive : SElinux will warn, but no access restrictions will be placed
disabled : Both SElinux function and access control are disabled

①Current SELinux status

②Switching to [permissive] mode

③Switching to [enforcing] mode

④To completely disable SELinux, a reboot is required by adding selinux=0 to the kernel command line as follows

※ To return SELinux to active, do the following (reboot after changes)

System Modernization

Update packages as soon as possible after OS installation.
A kernel update may require rebooting the system or stopping services, or worse, a kernel panic may occur and the system may not boot. It is wiser to exclude the kernel from the update.
The kernel can be excluded from updates by running dnf -y update with "--exclude=kernel*" after it.

Services to be stopped due to security measures

Adding Repositories

1. Add EPEL repository

[Add] priority=10 ← Specify priority in the range of 1~99

2. Added Remi's RPM repository

[Add] priority=10 ← Specify priority in the range of 1~99

Network Settings

1. Check network device name

The network device name can be found as "ens160"

2. Host Name Change

Change the host name to Lepard to try it out

3. Static IPv4 address configuration

The name of the network interface is "ens160".
Change by "nmcli" command
Change the static IPv4 address to "192.168.11.83".

Change by "nmcli" command

➁Change in GUI

Change the fixed IPv4 address to "192.168.11.83" as above.

Change the address of the IPv4 configuration

4. Host Name Change

Change the hostname to Lepard
Return to the first screen of [NetworkManager TUI], select [Set system hostname], and click <OK>.

Enter [Hostname] and click <OK>

Vim Configuration

①Vim Install

②Apply and reflect Vim

③Configure Vim as a user-specific environment

Copied title and URL