Author: mikho

Owner of this site, swedish with a interest in educate both myself and others.

WordPress permalinks with nginx

WordPress generally works out-of-the box on nginx. The posts load fine all the functions in the dashboard works pretty well. That is, until you come to the permalinks. If you are using WordPress on Apache (with mod_rewrite), WordPress will automatically…

rsnapshot and mysqldump

rsnapshot is a nifty little perl script for managing rsync backups in an easy way. rsync is great for backing up almost everything, but MySQL databases is an exception, since the files could get corrupted if data is not flushed…