How to find list of installed files from a package in Linux ?
Recently we installed one package, but couldn’t understood which all files it installed on Ubuntu. You can … Read more
Recently we installed one package, but couldn’t understood which all files it installed on Ubuntu. You can … Read more
If you want to identify some binary belongs to which package in Ubuntu in certain situations when … Read more
Lets say, you have been trying to compile Linux kernel source code for Raspberry Pi following steps … Read more
If you are compiling a c propgram which calculates MD5 using a c program, there are higher … Read more
In Android application, if you are doing some network operations like download from some external website or … Read more
If you are compiling some recipe which you have written recently, you might seen an error like … Read more
If you are developing some native C application based on curl API’s ( https://curl.haxx.se/libcurl/c/ ) , you … Read more
If you are developing some native C application based on openssl API’s ( https://www.openssl.org/docs/ ) , you … Read more
If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more
If you have ever seen an error like below, we have fixed this and got it resolved. … Read more
If you are writing some packet sniffing code using libpcap on Ubuntu Linux, there are higher chances … Read more
While I was developing small code for checking device information, after I edited our sample code downloaded … Read more