How to test log rotation script after its modification – logrotate config in linux ?
In this article, we will see how to change the log rotation script of a log file and test it in Linux. Lets have a look at the steps. 1....
In this article, we will see how to change the log rotation script of a log file and test it in Linux. Lets have a look at the steps. 1....
In this article, we will see how to clear the system page and buffer cache daily on our linux system. So the idea is to create a script and put...
Today we will see an interesting bug when the cron jobs stopped working on the system automatically. It is identified when we have multiple job schedulers available on the system....
Today in this post, we will look how to add a custom file in log rotation. This will help to do automated housekeeping on the server. Lets suppose we have...
Suppose you want to run a job once per month, and that too on a particular day. For example:- You want to setup a cron job to be executed on...