Dec 21st, 2017
May 16th, 2016
LLDB Cheat Sheet
Since I like to have fancy cheat sheets, I created one from the GDB to LLDB Command Map.
Nov 4th, 2015
OwnCloud SQLite is Only for Testing
Lately I had to realise that the OwnCloud support for SQLite is literally only for testing, even if you have a single user, despite what I have read out of the documentation (which states you could use SQLite for few user sites).
I had several issues with my calendars as well as my contacts (failed to sync, failed to import, etc.), which all vanished when I migrated/converted the database to MySQL. Luckily, OwnCloud has support for exactly that use case. Just invoke the following (given you have setup php correctly).
Oct 17th, 2015
Batch Remove Tags in OS X Terminal
I just wanted to delete all tags set in my Applications folder on OS X and had to look up how to accomplish that in the Terminal since it a) is quite cumbersome to do it in Finder and b) it did not quite work somehow.
Oct 10th, 2015
Disqus Module Broken
My Disqus module did not seem to work any longer (the comments no longer showed up in the blog posts). I fixed it hopefully by reinstalling the Disqus module, updating the Libraries API module to version 2.x (and then reconfiguring the Disqus module).