Advertisement
fduran

tail log file in browser

Sep 15th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # www.fduran.com
  2. # tail log file in browser
  3. # go to server.example.com:777
  4.  
  5. pip install tailon
  6. tailon -f /var/log/example.log -b 0:0:0:0:777 &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement