From DefCon Projects
Jump to: navigation, search

Combined display of all available logs of DefCon Projects. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:20, 3 February 2025 Webmaster talk contribs created page Mail bei dmesg Output (Created page with "Manchmal ist es praktisch wenn man bei neuen Kernel-Meldungen informiert wird. Dieses Skript informiert euch per Mail wenn es zu einem neuen Eintrag im dmesg Protokoll gekommen ist. == Skript == <syntaxhighlight lang="c"> #!/bin/bash # Email configuration TO_ADDRESS="admin@example.com" SUBJECT="New dmesg Entry Detected for $(hostname)" MAIL_CMD="/usr/bin/mail" # Make sure the mail command is installed # Temporary file to store the last state of dmesg DMESG_LAST="/tmp/...")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.