iss's blog

t

OwnCloud SQLite is Only for Testing

Blog categories: 

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).

Lldb Breakpoint Stuff

Blog categories: 

Just like in my previous post I need to jot down some useful commands for Lldb because I need to look them up so often. It contains standard breakpoint handling and running - just the very simple basics I should never forget. Note that this document will grow over time, hopefully.

First of all, do not forget to prepend xcrun to lldb, that makes it much more useable:

WinDbg breakpoint stuff

Blog categories: 

For my future self, I jot down some useful WinDbg commands here. It contains standard breakpoint handling and running - just the very simple basics I should never forget. First of all, make sure you are using workspaces if you want to save the session (breakpoints, executable, etc.). Note that this document will grow over time, hopefully.

Depending on the task you might find those commands useful:

Pages

B