Tailing a log file over http with netcat – nc
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.
wConfig