How to Migrate CentOS 7 to AlmaLinux 8

AlmaLinux

Upgrade CentOS 7 to latest version with yum update -y Reboot the server reboot Install elevate repo rpm file yum install -y http://repo.almalinux.org/elevate/elevate-release-latest-el$(rpm –eval %rhel).noarch.rpm Install leapp yum install -y leapp-upgrade leapp-data-almalinux Run pre upgrade check leapp preupgrade After the preupgrade script run, it will generate a log file /var/log/leapp/leapp-report.txt, you need to fix any … Read more

How to configure IPv6 on OVH AlmaLinux 8 server

AlmaLinux

First, find the network interface used by the server with ip a command. [root@15-204-47-122 ~]# ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eno1: mtu 1500 qdisc … Read more

Install PHP 5.6 on AlmaLinux 8

To install PHP 5.6 on AlmaLinux 8, first enable the epel repository. install remi repository with the command Now you can install PHP 5.6 with You can execute PHP with the command If you want PHP 5.6 to work with the command “php”, then edit At end of the file, add Log off and login … Read more