Fixed: has virtual functions but non-virtual destructor
If we have a C++ Class “MyLynxbee” declared in header file mylynxbee.h as below, and if we … 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
When we tried to install one package using “apt-get install” , we got following error, and we … Read more
We had some source code downloaded from internet and which was developed on Windows. We wanted to … Read more
Recently I came across very different problem when I moved to a place where there was few … Read more
While I was trying to install chrome browser of a fresh installed ubuntu 14.04 with deb, it … Read more
Recently we faced an issues that we wanted to transfer very large single file with almost 1Gb … Read more
Recently, we got the error “getaddrinfo: new-hostname No address associated with hostname” while working with some commands, … Read more
In Ubuntu, there is a way to identify which header file belongs to which package so if … Read more
Following are the errors which you may get while compiling bitbake and its solutions, Error : WARNING: … Read more