Multiple PHP Versions - Installing PHP 7.4 and/or 8.0 on CentOS 7
										Viewed 1073 times  since  Wed, Dec 22, 2021 
										enable epel repo yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm && yum clean all yum install php74 php74-php php74-build php74-runtimeyum install php74-php-{cli,dba,pdo,fpm,zip,gd,xml,mysqlnd,opcache}yum install php74-php... 
Read More 
										Installing PHP Versions in Webmin
										Viewed 876 times  since  Thu, Feb 4, 2021 
										To make things easier, later on, we will want to add the location of the configuration files to Webmin.  This can be done from within the Webmin interface.  Log into Webmin Navigate to Others >> PHP Configuration Add the PHP... 
Read More 
										Add cron jobs directly to Scheduled Cron Jobs
										Viewed 825 times  since  Tue, Jul 19, 2022 
										if you like working with VIM, then you know you can manually add them.Open the crontab in edit mode (crontab -e) add the cron jobs and save, that's all. 
Read More