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…

CentOS 8

CentOS 8 is a short-lived Linux distribution based on Red Hat Enterprise Linux (RHEL). Due to a change in policy, CentOS 8…

ulimit

ulimit command allow you to view or set user limits. boby@sok-01:~$ ulimit -a core file size (blocks, -c) 0 data seg size…

ImageMagick

To install ImageMagick on CentOS, run yum install ImageMagick To install on Ubuntu/Debian, run apt install -y imagemagick How to check if…