How can I manage application updates?

Administrators can check for product updates under Settings -> Panel Application -> Application update.

Application Update

Administrators can change how often the application gets updated under Settings -> Panel Application -> Application Settings by changing the Auto-update interval, Auto-update hour, and Auto-update day options.

Application Settings

Using the Command Line Interface

Warden Anti-spam and Virus Protection

// check for updates
warden --task=application:update --oper=check

// update the application
warden --task=application:update --oper=update

// disable automatic updates
warden --task=application:application --auto_update_interval=disabled

// check for and apply updates every week on Sunday at 2:00am
warden --task=application:application --auto_update_interval=weekly --auto_update_day_of_week=0 --auto_update_hour=2

Juggernaut Firewall

// check for updates
juggernaut --task=application:update --oper=check

// update the application
juggernaut --task=application:update --oper=update

// disable automatic updates
juggernaut --task=application:application --auto_update_interval=disabled

// check for and apply updates every week on Sunday at 2:00am
juggernaut --task=application:application --auto_update_interval=weekly --auto_update_day_of_week=0 --auto_update_hour=2

Sentinel Anti-malware

// check for updates
sentinel --task=application:update --oper=check

// update the application
sentinel --task=application:update --oper=update

// disable automatic updates
sentinel --task=application:application --auto_update_interval=disabled

// check for and apply updates every week on Sunday at 2:00am
sentinel --task=application:application --auto_update_interval=weekly --auto_update_day_of_week=0 --auto_update_hour=2
  • updates
  • 1 Użytkownicy uznali za użyteczne
Czy ta odpowiedź była pomocna?

Powiązane artykuły

How can I test to make sure that the OS has all the required kernel modules required for Juggernaut Firewall?

Test from the Juggernaut Extension You can run the firewall test by going to Juggernaut Firewall...

How can I adjust the attack triggers used by the login failure daemon?

To Adjust Login Failure Triggers Navigate to Juggernaut Firewall -> Settings -> Login...

Where are the configuration files for Juggernaut Firewall located?

Configuration files are located in the /etc/csf/ directory with the main firewall configuration...

How can I use Juggernaut Firewall to monitor a list of directories?

Enter the Directories You Want To Monitor Navigate to Juggernaut Firewall -> Settings ->...

How can I change the interface language of the extension?

You can change the interface language under Settings -> Application Settings -> Locale...