I found that the best and most readable font for emails (both desktop and mobile) is 18px Georgia in 150% line spacing and dark #333333 color on a white background. In CSS world, that would …
Allow Remote Mysql Connections From One IP Address Only
Changes to MySQL Configuration In my.cnf Comment out the binding for local address #bind-address = 127.0.0.1 Restart the MySQL service: /etc/init.d/mysqld restart MySQL Login Credentials Make …
Continue Reading about Allow Remote Mysql Connections From One IP Address Only →
Nginx & Php Fpm Findings
Sometimes your script acts funny or is silent. Example, it takes forever to do something that shouldn't take that long. Sometimes it's accompanied with an error in nginx logs: ..upstream timed out …
Linux Commands to Help Find Malware
Been fighting this malware junk all week so I wanted to add few notes for the next person. For WordPress, Wordfence worked best for me with all check-boxes under 'Scans to include' being …
Continue Reading about Linux Commands to Help Find Malware →