Mostrando postagens com marcador wazuh. Mostrar todas as postagens
Mostrando postagens com marcador wazuh. Mostrar todas as postagens

Reconnect Wazuh agent

 

  1. Add the manager's ip address in the configuration file /var/ossec/etc/ossec.conf <address>MANAGER_IP</address>
  2. Register the agent in the manager. The simplest method is /var/ossec/bin/agent-auth -m MANAGER_IP
  3. Restart the wazuh agent systemctl restart wazuh-agent

 

 

 

Apt only upgrade selected packages

 apt list --upgradable | cut -d"/" -f1 > /tmp/apt pico /tmp/apt cat /tmp/apt | tr "\n" " " apt install --on...

Mais vistos