Linux

Restore MongoDB collection

mongoimport allow you to restore mongodb backups. mongoimport –db DB_NAME –collection COLLECTION_NAME –file COLLECTION_BACKUP.json Example mongoimport –db direct_db –collection image_settings –file image_settings.json…

nextcloud

NextCloud is a private file storage, share, and sync platform like DropBox. It is a fork of OwnCloud. Both software is OpenSource.…