find vs locate: Save your time
Both the commands: find and locate serve the same purposes- find file names. Then which one is a better option to search for files. But before moving on to telling the difference, let me tell you how locate command works The working of locate command. locate makes use of a database for its proper execution. [...]
XML programming in Linux
For a detailed tutorial on XML programming, check the libxml tutorial. To start XML programming in Ubuntu, you must have the following packages in your system libxml2 libxml2-dev libxml2-doc libxml2-utils To install these packages, Once you install these packages, you must check the path where the libxml2 header files are present You must make use [...]
How to install missing pthread manpages in Ubuntu?
If you want to start programming in Ubuntu, one of the major requirement is to install the man pages. To start pthread programming in Ubuntu, you must require the pthread man pages. If you check any pthread man page in a fresh Ubuntu system, you may encounter the following errors To deal with this issue, [...]