Start Blogging Again

It has been ~10 years since my last post. Every time I am thinking of writing back again, these are the questions in front of me ❓ Why no post ? Why should I write this as blog post ?. Just twitter/x post is sufficient right? Does this really...

comments

Setup docker and tools

Guide to install and configure docker and related tools. Install Docker Installing docker on any bash systems. curl -sSL https://get.docker.com/ | sh sudo usermod -aG docker ${USER} Docker Tools Docker compose To install docker-compose...

comments

PixelServ using Nginx

Hope you know about pixelserv. It is a webserver which will always response 1x1 transparent gif image for all kind of requests. Mainly used in adblocking and proxy environmental. In this setup I am going to serve 1x1 pixel using nginx server....

comments