Syslog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
<syntaxhighlight lang="bash"> | |||
# for debian/ubuntu/kubuntu | |||
apt-get install syslog-ng | |||
# for redhat/centos/fedora | |||
yum install syslog-ng | |||
</syntaxhighlight> | |||
== References == | == References == | ||
* [https://stackoverflow.com/questions/6437383/can-tcp-and-udp-sockets-use-the-same-port Can TCP and UDP sockets use the same port?] | * [https://stackoverflow.com/questions/6437383/can-tcp-and-udp-sockets-use-the-same-port Can TCP and UDP sockets use the same port?] | ||
* [https://www.programcreek.com/java-api-examples/?api=org.productivity.java.syslog4j.server.SyslogServer Java Code Examples for Syslog Server] | * [https://www.programcreek.com/java-api-examples/?api=org.productivity.java.syslog4j.server.SyslogServer Java Code Examples for Syslog Server] | ||
* [https://www.linuxjournal.com/content/creating-centralized-syslog-server Creating a Centralized Syslog Server] | * [https://www.linuxjournal.com/content/creating-centralized-syslog-server Creating a Centralized Syslog Server] |
Revision as of 05:36, 21 October 2018
# for debian/ubuntu/kubuntu
apt-get install syslog-ng
# for redhat/centos/fedora
yum install syslog-ng