linux

Speed up docker builds with distcc, ccache and kubernetes
May 10, 2020

Speed up docker builds with distcc, ccache and kubernetes

What if your local development machine is not very powerful to compile a large program? You borrow the power of Kubernetes.

Categories: Kubernetes Development
Debug shell script error: not found
May 29, 2019

Debug shell script error: not found

Shell scripts are easy to write and very effective in solving practical problems. However sometimes its error messages are very cryptic.

Categories: Development DevOps