phpmyadmin gives Function get_magic_quotes_gpc() is deprecated

Hello Folks,   Today I was installing PHPMyAdmin and I was getting the below error while accessing http://IP/phpmyadmin page. The error was repeating even after logging in.   I have gone through the Google search results, but I couldn’t find any quick results. Most of the links were talking about reinstalling the php-gettext package and …

phpmyadmin gives Function get_magic_quotes_gpc() is deprecated Read More »

How to enable htpasswd Apache Basic Authentication via AWS cloudfront

Issue: Apache Basic htpasswd authentication not working via AWS CloudFront.   Overview We had a website that was only allowed to access via basic password authentication as it was in the development stage. We had to enable AWS CloudFront on top of the website to enabled WAF and CDN capability. But, we had to keep …

How to enable htpasswd Apache Basic Authentication via AWS cloudfront Read More »

Ansible Playbook – How to pass hostname or IP in the Command line

Today I was thinking about passing the host IP on the ansible-playbook I’m going to run to automate something. As per the documentation, it says  –i hostname in a comma separated input will work fine. I was trying to give the IP like ansible-playbook playbook.yml -i 1.1.1.1 in the playbook command line and it was not working, then I figured out that we need …

Ansible Playbook – How to pass hostname or IP in the Command line Read More »

Scroll to Top