Solved: cannot find -lboost_system-mt.
Today we will see how to fix one of the error message i encountered while building one of the package for Nagios. And how to fix that with the binaries...
Today we will see how to fix one of the error message i encountered while building one of the package for Nagios. And how to fix that with the binaries...
Today we will see an interesting article how to get the last field of a string using cut command in linux. Suppose you are searching for files and want to...
In this article, we will see how to find files/directory older than say 15 days and delete those files. The tip is very useful and we use this every alternate...
In this post, we will look different ways to get owner of a file in linux. We generally use ls command, however there are different ways available to achieve this....
In this article, we will look different ways or tricks to count number of files inside a directory in linux. I. Get files inside /tmp Using “wc -l” command on...
Today we will see how to find the files which are modified recently on our linux system. We will see the files modified in last few minutes, hour, and days....
Many times our server crashes and reboots and we remain unaware about the situation. To know this situation, we cam setup alerts on our server and take corrective action immediately...