Discussions related to DevOps, AI, Cloud
Tuesday, August 22, 2017
Jenkins Pipeline code to run in a particular label
›
node('TestLabel') { stage('Build') { echo 'Building..' ...
Tuesday, August 15, 2017
Mongodb integration with PHP
›
In my CentOs box, i installed php5.5 and mongodb. Now i am getting the error Mongodb is not enabled with PHP. Solution to fix the issue....
323 packages excluded due to repository priority protections
›
When I run "yum update php*" operation, in CentOs i am getting the following error: "323 packages excluded due to reposito...
Thursday, August 10, 2017
jq - How we can use jq
›
jq - JSON processor. We can use this to parse a JSON file in bash scripts. Its an opensource and available in github. We can use this like...
Wednesday, July 12, 2017
How can we change from address in mutt
›
How can I change the from address in mutt ? Mutt is a mail client in Linux. By default the from address of the mail which is sent by mut...
Tuesday, July 11, 2017
ERROR 1558 (HY000): Column count of mysql.user is wrong. Expected 42, found 39. Created with MySQL 50173, now running 50556. Please use mysql_upgrade to fix this error.
›
I am getting the following error in mysql operation. ERROR 1558 (HY000): Column count of mysql.user is wrong. Expected 42, found 39. Crea...
Thursday, June 15, 2017
monit dead but pid file exists
›
When I tried to start monit process, I am getting the following error monit dead but pid file exists Issue is solved by the following ...
‹
›
Home
View web version