How to Install PHP 7.4 on Centos 7/RHEL 7

Ftr41

PHP 7.4 is a significant update of the PHP language that was officially released on November 28, 2019. This is the last version in the PHP 7 series that brings in arrow functions for cleaner one-liners, preloading for improved performance,…

How to Fix GPG Key Retrieval Failed Errno 14 Curl#37 in Centos 7

Ftr20

In some cases, when you install some packages on your CentOS 7. You get the following error: Total size: 7.4 M Installed size: 27 M Downloading packages: warning: /var/cache/yum/x86_64/7/fbi/packages/vim-common-7.4.629-8.el7_9.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 18cd4a9e: NOKEY Retrieving key from…

How to Schedule Delete a Log File in Linux

Ftr20

In this article I will show very basic shell Script to Delete Log Files in Linux and schedule logs deletion using a cron job. The Linux operating system and running applications constantly generate various types of messages that are logged…