Stop and remove all containersYou can review the containers on your system with docker ps. Adding the -a flag will show all containers. When you’re sure you want to delete them, you can add the -q flag to supply the IDs to the docker stop and docker rm commands:List:docker ps -aRemove:docker stop $(docker ps -a […]

1. Introducing notion.soI am a big fan of notion.so, a cross-platform, free wiki/docs utility. I use it everyday from orginzing my daily to-do list to maintaining my own programming knowledge base. You can learn more detail about it from below link:Notion.so 2. Exporting as markdownnotion.so has a function to convert all docs you already written […]