Mushycode
My thoughtsdump and playground
Podman and Colima as docker desktop alternatives for enterprise users
Docker Desktop Alternatives for Enterprise Users
Lessons from Sectigo's Expired Certificates
Lessons from Sectigo’s Expired Certificates - Why it is important to validate SSL certificate chain and not just root SSL certificate in monitoring systems
Commonly used Elasticsearch REST APIs at work
Helpful Elasticsearch APIs
Understanding docker layers and overlay filesystem
What are docker layers and overlay filesystems A docker image consists of layers. Each layer is an instruction in the Dockerfile. A container is an image with a writable(or readable) layer or top of other read only layers. This is where an overlayfs comes in to picture. This was one...
How to write safe shell scripts
Good Practices in bash scripts