crontab -l
# fuu openssl
10 0 * * * yum -y update openssl openssl-devel gnutls > /dev/null 2>&1
*also needs restarting apache/nginx/php-fpm
crontab -l
# fuu openssl
10 0 * * * yum -y update openssl openssl-devel gnutls > /dev/null 2>&1
*also needs restarting apache/nginx/php-fpm
The cache contains information about errors that occur during the connection process. Some errors are considered “blocking.” If too many of these occur successively from a given host without a successful connection, the server blocks further connections from that host. The max_connect_errors system variable determines the number of permitted errors before blocking occurs.
To unblock the host use:
mysqladmin flush-hosts
To get rid of the blocks, set in my.cnf:
skip-name-resolve
Using the repo from MariaDB to install Galera on an Amazon Linux machine (which is derived from CentOS) will most probably yield an error, due to the changes made to this OS fork.
Continue reading
If you’re missing the init script for Gluster, on Gentoo, here’s one.
Continue reading
Run multiple Postfix daemons on different ports/IPs
Continue reading