Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Amazing, thank you very much for your tutorial, it is really helpful, specially for me how is always travelling. Thanks a lot
Luigi
It seems the command needs to use lowercase as this failed:
sudo apt-get install ImageMagick
but this succeeded:
sudo apt-get install imagemagick
on my Ubuntu 12.04 64-bit droplet.
I saw in other articles, there’s a view button, but in you screenshot, and my installation, no view button. Only get button. It means calibre cannot be a book reader, just collector, and who want it must download the book. Is it right or not ?
is there a way to add a timeout feature to the upstart file to in-prove security?
When creating the cron job, because the command does not run as sudo, the books are added, but they are not deleted from To Add due to permission errors:
$ xvfb-run calibredb add …
No write acces to /home/qerim/.config/calibre using a temporary dir instead
Traceback (most recent call last):
File "site.py", line 66, in main
File "site-packages/calibre/library/cli.py", line 1604, in main
File "site-packages/calibre/library/cli.py", line 437, in command_add
File "site-packages/calibre/library/cli.py", line 68, in get_db
File "site-packages/calibre/db/legacy.py", line 73, in __init__
File "site-packages/calibre/db/legacy.py", line 46, in create_backend
File "site-packages/calibre/db/backend.py", line 362, in __init__
File "site-packages/calibre/db/schema_upgrades.py", line 18, in __init__
File "site-packages/calibre/db/backend.py", line 807, in execute
File "src/cursor.c", line 231, in resetcursor
ReadOnlyError: ReadOnlyError: attempt to write a readonly database
When I manually run it as:
$ sudo xvfb-run calibredb add …
it works.
How do I get the cron job to remove the books from To Add, when added?
OK, couple of questions, I’ve been running the standard GUI version of calibre for years so:
I had an issue where sudo start calibre-server showed that it started, but the process immediately stopped.
The issue was a permissions issue with the folder of the library you create. Whatever upstart runs calibre-server as, it can’t access that folder, therefore it stops.
The fix is to simply add
setuid *username*
setgid *username*
directly under the runlevels in the conf file.
Hope that helps someone else~