Clear all log / automatic

  • Hi :D


    Google translate


    Here's a tutorial to automatically clear all your server logs.



    Create crontab user root

    Code
    1. crontab -e


    click "insert" to keyboard and paste


    Code
    1. * * * * * /bin/sh /usr/home/etcetcetc/game/clear.sh

    Bitte melden Sie sich an, um dieses Bild zu sehen.

    With this command you will clear your log in one minute.



    Example time crontab:


    Bitte melden Sie sich an, um dieses Bild zu sehen.



    and press ESC and : and wq = :wq and press enter

    Example screen:


    Bitte melden Sie sich an, um dieses Bild zu sehen.


    No need to restart ok..

    Obs: command


    List crontab: # crontab -l

    edit crontab: # crontab -e

    comment crontab (stop crontab) : comment (#)

    Code
    1. #*    *    *    *    *    /bin/sh /usr/home/etcetcetc/game/clear.sh

    Download my script Bitte melden Sie sich an, um diesen Link zu sehen.

    edit the files to your directory..


    Credit: ByLost

    Enjoy

    By