Select Page

How to Install FFMPEG on AlmaLinux 8

Install ffmpeg on AlmaLinux 8 with DNF package manager. dnf install epel-release dnf-utilsdnf config-manager –set-enabled powertools dnf install –nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpmdnf install...

What to do When MySQL or MariaDB Won’t Start

Open shell from from control panel and start mysql with this command: mysqld –-console –-skip-grant-tables –-skip-external-locking Open another shell from control panel and repair database with this command: mysqlcheck -r –databases mysql –use-frm Stop...

WordPress Post Word Wrap Fix

If images are added to a blog post and floated to the left or right, the text will wrap around the image. The problem is, if the screen is narrow, it will continue to word wrap down to the last letter. This looks odd, so we want the text to clear the image long before...