Well, the log4j “situation” escalated quickly:
https://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592
Happy patching everyone.
Well, the log4j “situation” escalated quickly:
https://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592
Happy patching everyone.
Go to wordpress’s web directory and simply:
chown -R user:group *
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
$ rpm -qa --qf '%{SIZE} %{NAME}\n' | awk '{printf("%sMb %s\n", $1 / 1000 / 1000, $2)}' | sort -k1 -n
Edit the Postfix’s main.cf file and add the following line (or uncomment it):
header_checks = regexp:/etc/postfix/header_checks
Create /etc/postfix/header_checks file and add the following line:
/^subject:/ WARN
Finally, reload/restart Postfix. From now on there will be a “warrning: header subject” in your maillog.
In order to fix the wired looking (small) font of Caprine for Windows you just have to change (add) the “zoomFactor” parameter in ressources\app\index.js right after webPreferences:
zoomFactor: 1.2,
Save the file and re-run the app. The font should be readable now.
More about Caprine – https://github.com/sindresorhus/caprine