Go to wordpress’s web directory and simply:
chown -R user:group *
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
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.
You can find them here: http://interactive.fusion.net/dirty-little-secrets/
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