How to Manage Large Log Files?

When the system log file increase it means that there is some issue with associated software or programs. In that case simply check the newest activities in the log file. For that sign in to your server and run the following command: tail /var/log/logfile-name If the problem is not experienced from the newest activities, you can […]

Continue Reading…

How to modify the Tweak Setting from shell?

In order to do that you will need to edit the file below: /var/cpanel/cpanel.config After making changes you will need to update with the following : /usr/local/cpanel/whostmgr/bin/whostmgr2 –updatetweaksettings This command will put any changes made to the /var/cpanel/cpanel.config file into effect. The above settings in /var/cpanel/cpanel.config correspond to the following settings in the WHM in Main >> Server Configuration >> Tweak […]

Continue Reading…