Kali Linux lab logging that survives reboots: set journald persistence + auditd exec rules, avoid what most people miss, use the 10-minute checklist—start now.
seen from China

seen from United Kingdom
seen from Malaysia
seen from Spain

seen from Australia
seen from Australia

seen from Australia

seen from Australia
seen from China
seen from Netherlands
seen from Spain
seen from Germany
seen from United Kingdom
seen from Spain
seen from United States
seen from Spain
seen from United States
seen from Spain
seen from China
seen from United States
Kali Linux lab logging that survives reboots: set journald persistence + auditd exec rules, avoid what most people miss, use the 10-minute checklist—start now.
Keep dmesg log across reboots with journald
If you’ve ever wondered how would you see old dmesg from previous session in case your system has crashed?
If yes, there’s simple tip for you, just edit /etc/systemd/journald.conf and make sure you’ve got following:
[Journal] storage=persistent
Check out this blog to learn how to interpret and find systemd journals to troubleshoot problems in your Linux systems at http://bit.ly/2X3NbHZ
systemd-journal-gatewayd serves journal events over the network. Clients must connect using HTTP. The server listens on port 19531 by default. If --cert= is specified, the server expects HTTPS connections.
The program is started by systemd(1) and expects to receive a single socket. Use systemctl start systemd-journal-gatewayd.socket to start the service, and systemctl enable systemd-journal-gatewayd.socket to have it started on boot.