Calibre: Difference between revisions
iwu Tag: visualeditor-switched |
mNo edit summary Tag: visualeditor |
||
Line 4: | Line 4: | ||
# groupadd -g 4101 calibre | # groupadd -g 4101 calibre | ||
# useradd -g calibre -M -r -u 4101 -s /bin/bash calibre | # useradd -g calibre -M -r -u 4101 -s /bin/bash calibre | ||
</source> | </source>[https://www.digitalocean.com/community/tutorials/how-to-create-a-calibre-ebook-server-on-ubuntu-20-04 How To Create a calibre Ebook Server on Ubuntu 20.04 | DigitalOcean] |
Revision as of 09:49, 7 October 2022
Create groups and users for Calibre
# groupadd -g 4101 calibre
# useradd -g calibre -M -r -u 4101 -s /bin/bash calibre
How To Create a calibre Ebook Server on Ubuntu 20.04 | DigitalOcean