Tuesday, June 22, 2021

Zip Extension for PHP 7.2 on CentOS 8

 yum install php-pecl-zip

apachectl restart

No comments:

Post a Comment

Linux command to find user who failed to login from pop/imap

 journalctl -u dovecot -g "auth failed" grep -i "auth failed" /var/log/mail.log | grep -E "imap|pop" journalct...