Movie Review: GOAT – The Greatest of All Time

Note: Spoilers ahead so please read at your own risk. 🙂 I don’t intend to spoil it but I just can’t stop myself from saying my piece about the new Vijay film after watching it on Netflix.  “The Greatest of All Time”, or GOAT, is a 2024 Tamil-language action thriller that stars the iconic Vijay, […]

Steps On How to Install Latest MariaDB on AlmaLinux , CentOS, Oracle Linux

To install the latest version of MariaDB on AlmaLinux, you need to add MariaDB repositories. To install version 10.7 of MariaDB, execute the following to add the MariaDB repo to your system: curl -LsS -O https://downloads.mariadb.com/MariaDB/mariadb_repo_setup sudo bash mariadb_repo_setup –mariadb-server-version=10.7 Next is to install MariaDB using the following: sudo dnf install mariadb-server mariadb After installing […]