uncat
system and kernel logging services (programs)
Install
- All systems
-
curl cmd.cat/uncat.sh
- Debian
-
apt-get install socklog
- Ubuntu
-
apt-get install socklog
- Alpine
-
apk add socklog
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install socklog
- Raspbian
-
apt-get install socklog
- Dockerfile
- dockerfile.run/uncat
- Docker
-
docker run cmd.cat/uncat uncat
powered by Commando
socklog
system and kernel logging services (programs)
socklog cooperates with the runit package to create a small and secure replacement for syslogd. socklog supports system logging through Unix domain sockets (/dev/log), UDP sockets (0.0.0.0:514), as well as TCP socket, with the help of runit's runsvdir, runsv, and svlogd. socklog provides a different network logging concept, and also does log event notification. svlogd has built in log file rotation based on file size, so there is no need for any cron jobs to rotate the logs. socklog is small, secure, and reliable. See http://smarden.org/socklog/ for more information. This package contains the socklog programs.