Advanced Search
Search Results
5 total results found
Rocky Linux 8
ROCKY LINUX: https://rockylinux.orgOh you know... just a little of this and a little of that...
LIBHEIF INSTALL
I wanted this tool for HEIC image conversions on my own system. Once I got started trying to figure it all out, I found a whole world out there doing cool stuff with it. I also found that my Rocky 8 load was gunna give me some challenges. Here is a install ...
IMAGICK WITH HEIC (nginx/php)
This write up will cover building ImageMagick with HEIC support and also building pecl's imagick in order to bring that functionality into PHP for use in web applications. A lot of documentation that has been put out on this topic seems to be exclusive to Ubu...
NGINX / PHP / MARIADB INSTALL
This will just be a quick write up of the steps that can be used to setup a Nginx web server using the nginx repo, along with PHP from the Remi repo, and mariadb from the MariaDB repo. By using the Nginx and MariaDB repositories , I can have a bit of comfort ...
EXIFTOOL
This will be super quick... like... and... go! ExifTool Source: https://github.com/exiftool/exiftool #!/usr/bin/env bash # INSTALL EXIFTOOL (by Phil Harvey) # # rev. 20250324 # VER="13.25" cd /opt dnf -y install perl-Time-Piece perl-IO-Compress ...