All about Kubernetes

What is Kubernetes? Kubernetes is an open-source system for managing containerized applications in a clustered environment – perfect for DevOps teams who need to deploy and scale apps quickly and reliably. If you’re not already familiar with containers and containerization, it might be helpful to read up on that before diving into Kubernetes; but essentially, …

Continue reading

CentOS 7.7 got error after installing Curl

There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: libnghttp2.so.14: cannot open shared object file: No such file or directory Please install a package which provides this module, or verify that the module is installed correctly. It’s possible that the above module doesn’t …

Continue reading

To switch php version of Ubuntu server

Sometimes we need to change or switch different version of php in Linux/Ubuntu Server for checking php version compatibility.  This snippet is very essential to switch among php versions. To check current version of php: php -v To Install Other version of php: First add repository of php maintainer sudo add-apt-repository ppa:ondrej/php sudo apt-get update …

Continue reading

How to force to load https using .httaccess file

If you have installed SSL certificate to your domain but still you are seeing your site is still loading in http:(insecure url) instead of  https: (secure url).  After activating SSL, you just need one more step to load your site in https protocol, that is you have to force users browsers to load site in …

Continue reading

Why WordPress is so popular CMS

In this article I will explain why WordPress is so much popular CMS. If you’re reading this, chances are you’re already familiar with WordPress. But did you know that WordPress powers over 35% of all websites on the internet? That’s right – 1 in 4 websites you visit are likely powered by WordPress. So what …

Continue reading