Solved Moodle Error : Invalid get-string() identifier

Sometime if you login to moodle as administrator, and tries to browse the admin pages, you might … Read more

How to find list of installed files from a package in Linux ?

dpkg

Recently we installed one package, but couldn’t understood which all files it installed on Ubuntu. You can … Read more

How to find the package that provides a file in Ubuntu ?

If you want to identify some binary belongs to which package in Ubuntu in certain situations when … Read more

How to compile DTS to DTB from Linux kernel and manually ?

Lets say, you have been trying to compile Linux kernel source code for Raspberry Pi following steps … Read more

How to solve : undefined reference to `MD5_Init’

If you are compiling a c propgram which calculates MD5 using a c program, there are higher … Read more

Solved: System.out: android.os.NetworkOnMainThreadException

In Android application, if you are doing some network operations like download from some external website or … Read more

What is m4 and How to Fix: “m4: command not found” error ?

If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more