/playaround

Some good reads to know or enjoy.

SSH

What happens when you type an URL in the browser and press enter?

All About HTTP

Ultimate guide for speech recognition using python

Docker format for Horizontal

  • For ZSH:
echo 'export FORMAT="ID\t{{.ID}}\nNAME\t{{.Names}}\nIMAGE\t{{.Image}}\nPORTS\t{{.Ports}}\nCOMMAND\t{{.Command}}\nCREATED\t{{.CreatedAt}}\nSTATUS\t{{.Status}}\n"' >> ~/.zshrc
source ~/.zshrc
  • Usage:
docker ps --format=$FORMAT