web analytics

Posts Tagged ‘logs’

Tailing a log file over http with netcat – nc

Written by config on . Posted in Linux, Various

Advertisement

Use this one to watch log files updates in real time on remote server using netcat and a browser.

tail -f /var/log/syslog | nc -l 1234

You can also use it to monitor any frequently updated file on remote system.