While configuring my CalDAV accounts in Thunderbird on my new laptop, I ran into an issue. I have a few CalDAV accounts that are all on the same Zimbra server. Thunderbird only requested a login and password for the first account I added. It tried to open the next account I added with the credentials that were already stored for the first account, and that failed.
After migrating my blog to Drupal, the old Wordpress style URL's were broken, as explained here. At that time, I was trying to fix them with mod_rewrite, but didn't succeed.
If you recently visited my website (let's say in the last two or three days), you might have noticed some performance issues. It seems I didn't pay that much attention to the MySQL binary logging configuration, when I enabled this feature so that I could do point-in-time recovery in case something goes wrong.
In /etc/mysql/my.cnf, I had these options related to binlogging:
[mysqld]
log_bin = /var/log/mysql/mysql-bin.log
expire_logs_days = 10
max_binlog_size = 100M
As you might have already noticed, I recently migrated my blog from WordPress to Drupal.
I used the WP2Drupal to import all WordPress posts from my old blog into my new Drupal-based website. It worked pretty good, except for some images that were missing, and some stuff showed up that didn't belong in posts, like Captcha text. After enabling some modules, I manually added the missing images, and while at it, I also removed text that got lost ;-)