Python Error: zipimport.zipimporterror can't decompress data zlib not available
zipimport.zipimporterror can't decompress data zlib not available This error happens because of the absence of zlib libraries in the system
Read MoreFor Techs.... Techniques.... Technologies....
zipimport.zipimporterror can't decompress data zlib not available This error happens because of the absence of zlib libraries in the system
Read MoreThis article explains the steps to install pip for Python2.7 in Linux. Step1: Download pip package. Step2: Execute and install
Read MoreThe historical execution of Dags is known as the backfilling in Airflow. By default the catchup will be in enabled
Read MoreSince AWS charges for running hours only, we can reduce the cost by shutting down the EC2 instances when not
Read MoreSES- Simple Email Service is a cloud service for mailing provided by AWS. We can use the following Python script
Read MoreOssec provides an option to integrate custom scripts with it. This article explains the configuration to integrate a script to
Read MoreThere will be an additional 'u' character in list output of Ansible. The 'u' is not really modifying the list,
Read MoreWe can use the enumerate functionality in Python to iterate list of dictionary. Sample script is given below. This will
Read MoreWe may need to deal with multiple AWS accounts in together. Also each accounts have their own id and access
Read MoreWe can use replace utility in Python to remove quotes from string. Example script is shared below. Here the output
Read MoreWe can use the Python split utility to cut last one element of a string. Example script is given below.
Read More