Create sudo.log on Ubuntu server

Create log file:

touch /var/log/sudo.log

Edit the file /etc/sudoers

visudo

Paste
Defaults logfile="/var/log/sudo.log"

Restart rsyslog
sudo systemctl restart rsyslog

View log
tail -f /var/log/sudo.log

Veeam RMAN plugin Windows network tuning

  In larger environments lots of connections are made by the Plug-In backups. It is recommended to tune the network settings of the invol...

Mais vistos