:: Nginx: wordpress permalinks
Posted by blackonsole on April 30th, 2012 11:25 AM | No Comment
:: How to setup wordpress permalinks on nginx
+ edit virtualhost file
+ add wordpress permalink setup on location / {}
+ testing configure and reload nginx
:: Links
+ Google
+ Stackoverflow
:: MySQL: reset root password
Posted by blackonsole on April 29th, 2012 05:44 AM | No Comment
:: How to reset root password MySQL
+ stop mysqld
+ starting mysql with skip grant table on background
+ login to mysql and reset password
+ kill mysqld
+ starting mysql with new password
:: Links
+ Google
+ Kalpin
:: Nginx: enable gzip compression
Posted by blackonsole on April 29th, 2012 05:31 AM | No Comment
:: How to enable gzip compression on nginx
+ configure nginx.conf
add / setup compression for nginx:
+ testing configuration and reload nginx
:: Links
+ Google
+ DevCha
:: BIND : setup spf record
Posted by blackonsole on April 27th, 2012 02:45 AM | 10 Comments
:: How to setup SPF record for domain on BIND/named
+ add spf record on zone file
added line like this:
or
+ restaring named
:: Links
+ Google
+ Cyberciti
:: CentOS 6: Postfix and Dovecot
Posted by blackonsole on April 27th, 2012 01:48 AM | 29 Comments
:: How to installing Postfix and Dovecot on Linux CentOS
:: How to configure Postfix for Dovecot
+ configure main.cf
+ restarting postfix
:: Configure Dovecot on Linux CentOS 6
+ configure dovecot.conf
+ config mail auth mehanism
+ configure mail_location
+ configure service auth
+ configure pop3
+ restaring ...