How to connect to AWS Redis cluster
We can use redis-cli utility to connect to a Redis cluster. First of all we need to install this tool
Read MoreFor Techs.... Techniques.... Technologies....
We can use redis-cli utility to connect to a Redis cluster. First of all we need to install this tool
Read MoreWe can use "docker exec" command to attach shell to the running container. Here we need to replace containerid with
Read MoreWe can use Ansible find module to find-out files. Sample playbook snippet is given below. Here the first part searching
Read MoreWe can use sed utility to add text to the end of each line. Here '$' matches the end of
Read MoreTo run local script in remote server we can use the Ansible modules copy and shell. Sample yaml snippet is
Read MoreWe can use sed command to add text to the starting of each line. Here we need to repace "text"
Read MorePython have a simple way to load variables from another file. First of all put the variables to a file.
Read MoreKafka port number can be get from the configuration file 'server.properties'. Defult localtion of the configuration file is $(confluent_home)/etc/kafka/server.properties. Also
Read MoreAttempted to call function "idn_to_ascii" from the global namespace. This error is due to the absence of the php module
Read MoreUntagged images are not in use and we can simply remove them to free up the disk space. This command
Read MoreWe can use file module to create folders using Ansible. In-order to create directory, we need to specify the option
Read More