Install ffmpeg on AlmaLinux 8
First, enable epel repo Enable rpmfusion repo Install ffmpeg with Verify ffmpeg is working Back to ffmpeg
First, enable epel repo Enable rpmfusion repo Install ffmpeg with Verify ffmpeg is working Back to ffmpeg
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
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
To install docker on AlmaLinux, run the following commands Install yum-utils Add docker repository Install Docker CE with Enable docker Start Docker To verify if docker is working properly, run Example See docker
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
How to Migrate CentOS 8 to AlmaLinux Install PHP 5.6 on AlmaLinux 8 How to install docker on AlmaLinux 8