Mac showing strange incorrect month name
Introduction to problem So, on my mac, I’ev set timezone to my local city i.e…
February 28, 2018
The simplest way to install driver for php is using pecl.
When I tried to run:
pecl install mongo
It failed with error:
pecl/mongo requires PHP (version >= 5.3.0, version <= 5.99.99), installed version is 7.0.27
No valid packages found
install failed
So, if you have higher version of php, like in my case: 7.0.27
You have to run command:
pecl install mongodb
Introduction to problem So, on my mac, I’ev set timezone to my local city i.e…
Problem Statement I have a drupal module, where there is a file of extension…
Introduction I have created a view, with some filters and content fields. I will…
Problem Statement In a mysql table, I wanted to replace the hostname of the…
Listing down the commonly used Elastic Search queries. You can get search…
Introduction In this tutorial we will see, How to list and download storage…
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…