Welcome to new blog setup, nothing special here just few notes about my home server set up or maybe some random thoughts
Building rust with openssl
was tricky this error due to missing openssl header files and mismatch target. On GNU target it pretty straighforward by install libssl-dev
packageon other hand MUSL target a whole different story from penssl development package not detected, or architecture mismatch,...
Rust based applications become trends nowadays, as it got robustnest and minimal transition from C o...
That is possible? Yes it is, in reality many GUI applications packed in docker and run through brows...
When building with docker image and testing it out to multiple system, we want to pull it from regi...
There is many tips building docker image, one of it is Case
and If
. Some of you may already fami...
As docker image already become norm these days, multiplatform image is inevitable. What is multiplat...