Skip to content

Instantly share code, notes, and snippets.

@fduran
Created October 1, 2014 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fduran/60ea246257cc6449e8e8 to your computer and use it in GitHub Desktop.
Save fduran/60ea246257cc6449e8e8 to your computer and use it in GitHub Desktop.
tail follow log file in browser
# tail log file in browser
# go to server.example.com:777
pip install tailon
tailon -f /var/log/example.log -b 0:0:0:0:777 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment