Jouni Järvinen

Results 155 comments of Jouni Järvinen

I'd just go with H2 instead if SQLite won't do, since it seems to have less problems with performance than SQLite. ^ According to https://stackoverflow.com/a/62845028 it has a high-likelihood of...

Unintuitively, `/GoogleDrive` doesn't get autocreated by the underlying `mount` command, so you need `sudo mkdir -vp /GoogleDrive` 1st.

You used a different mount point (`/NewDrive`), one that doesn't exist, from the one you created (`/GoogleDrive`), so the original problem re-happened. ^ Also if you used `sudo` with `mkdir`...

LibreOffice (recommended) ? Apache OpenOffice ? Just to name a couple. There are so many free office suites and even individual apps such as Gnumeric that opens M$ Office files...

Some fields are more important than others, like the unique ID's, hashes, and file extensions can never be allowed to be truncated. As few as possible known fields could have...