Fixed : openssl/opensslv.h: No such file or directory
When trying to compile some packages / libraries or application source codes in Linux which are based … Read more
When trying to compile some packages / libraries or application source codes in Linux which are based … Read more
When we want to make a compile time decisions to enable some code and disable other, #ifdef … Read more
As we seen in our previous post, “Pushing your first git repository / project to Github” we … Read more
When we were trying to install a new package and needed to perform apt-get update, we got … Read more
When we were running some python based test applications, we got following error, Solution : This problem … Read more
When we connected our USB to Serial converter to Ubuntu 22.04, it got detected as ttyUSB0 but … Read more
If we have a C++ Class “MyLynxbee” declared in header file mylynxbee.h as below, and if we … Read more
In old versions of Git “–initial-branch” is not supported, but some of the most online git platforms … Read more
When you have a git repository which is actively maintained on centralised server, and you have cloned … Read more
Did you recently bought a SSL certificate from certificate authority and installed it to your website as … Read more