Fixed: java.lang.UnsatisfiedLinkError: Could not load SWT library

The error like “Can’t load library: /usr/lib/jni/libswt-cairo-gtk” or “java.lang.UnsatisfiedLinkError: Could not load SWT library” can be resolved … Read more

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

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

How to update Git to Latest Version in Linux ?

upgrade git version

In old versions of Git “–initial-branch” is not supported, but some of the most online git platforms … Read more

Fix : “git branch -r” not showing all remote branches

git_remote

When you have a git repository which is actively maintained on centralised server, and you have cloned … Read more