Kubernetes - How to Configure Docker Repository to Pull Image and Configure Secret
Introduction In most of cases, you are not pulling images from docker hub public…
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 In most of cases, you are not pulling images from docker hub public…
You have created some views, and want to port it to your production environment…
Introduction Twig is a powerful template engine for php. Drupal uses it heavily…
Suppose you have two lists, and you want Union and Intersection of those two…
Read file all in one shot Above code read whole file at once, but if the files…
I use drupal-7 in my website. I used to write articles and put images in that…
Introduction In this post we will see following: How to schedule a job on cron…
Introduction There are some cases, where I need another git repository while…
Introduction In this post, we will see how to fetch multiple credentials and…
Introduction I have an automation script, that I want to run on different…
Introduction I had to write a CICD system for one of our project. I had to…
Introduction Java log4j has many ways to initialize and append the desired…