php55w-common conflicts with php-common-5.* | Php issues while installing libraries
I was trying to install mongo extension with pecl. It gave me error: Then, I…
March 15, 2018
This will take backup of your passed database name, to the passed folder. It will create a new folder under the path passed, and its name will be the name of your DB.
Run following command:
mongodump --host localhost:27020 --db YOUR_DB_NAME --out YOUR_TARGET_FOLDER
mongorestore --db YOUR_DB_NAME YOUR_TARGET_FOLDER/YOUR_DB_NAME
Enjoy!
I was trying to install mongo extension with pecl. It gave me error: Then, I…
So, here we are using input variable String[] args without any validation…
If you are using Bootstrap, the default font that comes with the package is…
Static websites have several advantages over dyanamic websites. If you are…
Introduction Lets take a look at how forms are being handled in ReactJS. We will…
Introduction In this post, we will see a sample Jenkin Pipeline Groovy script…
Introduction This post has the complete code to send email through smtp server…
Introduction In a normal email sending code from python, I’m getting following…
Introduction In one of my app, I was using to talk to . I have used some event…
Introduction So you have a Django project, and want to run it using docker image…
Introduction It is very important to introduce few process so that your code and…
Introduction In this post, we will see a sample Jenkin Pipeline Groovy script…