FFMPEG to reset the output timestamp to 0

You can use the “setpts” filter to reset the timestamps of the input file to 0. The setpts filter takes an expression as an argument, […]

AWS CLI: Use profile to communicate with IAM role with out aws_access_key_id, aws_secret_access_key

So, here I came across a very strange scenario, My server is configured with IAM role with s3 full access. But my code uses a […]

How to safely cleanup Docker resources like images, containers, and disk space?

To safely cleanup Docker resources like images, containers, and disk space, you can follow the steps below: Stop and remove all running containers: docker stop […]