Whatever else you do to secure a Linux system, it must have comprehensive, accurate and carefully watched logs. Logs serve several purposes. First, they help us troubleshoot virtually all kinds of ...
Linux 101: How to easily view real-time log entries with tail Your email has been sent The tail command makes it easy to view log entries as they are written in real-time. Jack Wallen shows you how to ...
One dæmon you probably won't need to reconfigure but still should be aware of is klogd, Linux's kernel log dæmon. This dæmon is started automatically at boot time by the same script that starts the ...
Use the documentation. Man syslogd(8). Specifically you want the '-r' option. You'll probably need to modify your init scripts to get it to take, or they may be a configfile in /etc/defaults or ...
I'm setting up a centralized syslog Linux box for all of our network switches and access points.<BR><BR>Is there a way to have my Windows 2003 servers send event log messages to the syslog server as ...