Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ti-guru@localhost:~$ sudo snap list
  2. Name Version Rev Developer Notes
  3. core 16-2.27.5 2775 canonical core
  4. nextcloud 11.0.4snap1 2713 nextcloud -
  5. pi2-kernel 4.4.0-1030-3 22 canonical kernel
  6. pi3 16.04-0.5 6 canonical gadget
  7. ti-guru@localhost:~$ sudo snap install nextcloud
  8. nextcloud 11.0.4snap1 from 'nextcloud' installed
  9. ti-guru@localhost:~$ sudo snap connect nextcloud:removable-media core:removable-media
  10. ti-guru@localhost:~$ sudo nextcloud.occ config:system:get trusted_domains
  11. The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php
  12. 192.168.0.184
  13. ti-guru@localhost:~$ sudo nextcloud.occ config:system:set trusted_domains 2 --value=cloud.MYDOMAIN.COM
  14. The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php
  15. System config value trusted_domains => 2 set to string cloud.MYDOMAIN.COM
  16. ti-guru@localhost:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement