The latest version of Docker for Windows uses WSL2 (Windows Subsystem Linux) for creating containers and this could cause issue if not done properly. To resolve this, you can switch…
CentOS is moving its focus away from CentOS Linux to CentOS Stream. CentOS has been widely in use among the developer community as it is a variant of RHEL (RedHat).…
Step 1: Export the cert in Windows machine Step 2: Convert pfx and get private key and cert separately. Assuming the filename that you copied from your windows machine is…
Apache header module is not enabled. To enable header module in apache run the below command
Apache ssl module is not enabled. To enable it, run the below command and restart apache.
As CentOS 8 has reached EOL on 31st December 2021, it is a good practice to migrate your VMs to CentOS Stream which is a midstream between Fedora and RHEL.…
When you run ‘yum update’ in a CentOS machine, you might get this error. You are probably doing this on a CentOS 8.2 machine or a VM that you just…
Solr can be deployed in different architectures. A Single Node deployment is probably the easiest deployment where all the components of Solr are installed in a single server instance. This…