Posts

Showing posts from January, 2016

cannot start mariadb after update

https://ask.fedoraproject.org/en/question/40736/mariadb-service-dont-start-permission-denied/ you have to give ownership permissions to the  mysql  user of the logging directory/location: do sudo chown mysql : mysql / var / log / mariadb - chR followed by sudo systemctl restart mariadb . service && sudo systemctl status mariadb . service https://ask.fedoraproject.org/en/question/40736/mariadb-service-dont-start-permission-denied/

dos deflate centos7

Kindly check if this work for your dosdeflate ss -ntu | awk '{print $6}' | cut -d: -f1  | sort | uniq -c | sort -nr > $BAD_IP_LIST for comments and fix please post so I can edit