Category: Uncategorized

  • Nginx SSL pass through

    In most of the configuration we terminate the SSL at the load balancer and use http connection from load balancer to the server when it is in internal network. But in some situation we needed SSL pass through such as if the server is handling the SSL certificates. For example, in my home network, I…

  • Free screen recorder for making animated gif

    There is a time that you made an amazing React component and want to show case to the world. Off course you want to show it in action and an animated gif would be better. You search for some screen recorder for making gif file from screen recording. Many of them promised to be free…

  • Running your private Docker registry from Raspberry Pi

    If you are running docker containers in Raspberry pi like me, you might have experienced that many of the images available in the docker public hub will not run on the Raspberry Pi. So you will be creating the images again from the Dockerfile. Also there will be extra process to move images between different…