How to configure htaccess authentication using LDAP
Htaccess authentication is usually configured with htpasswd file that contains username and encrypted passwords. But we can configured the same
Read MoreFor Techs.... Techniques.... Technologies....
Htaccess authentication is usually configured with htpasswd file that contains username and encrypted passwords. But we can configured the same
Read MoreThe slave I/O thread stops because master and slave have equal MySQL server UUIDs This is a common issue that
Read MoreAnsible should be configured with ssh keys for secure authentication. But there are certain situations where we need to put
Read MoreRedshift is a data warehouse platform from AWS. Since its built over PostgeSQL, we can use the psql command to
Read Moremysqld_safe: command not found error In MySQL 5.7 and prior versions, we are using mysqld_safe utility in-order to reset the
Read MoreWe can use the KEYS command to list out the keys in Redis. This will list out all keys in
Read Morehttp: server gave HTTP response to HTTPS client This error usually happens on using the private Docker repositories. We can
Read MoreWe can use the Python split utility to cut last one element of a string. Example script is given below.
Read MoreWe can terminate the PostgreSQL query by terminating the corresponding process id. Step1: Login to PostgreSQL shell as admin user.
Read MoreIn Ansible playbook, the variable should define in vars: section. Sample variable definition playbook is given below. We can load
Read MoreEach Docker container has its on separate log file. This article explains the command to clear the Docker container logs
Read More