<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Found these tools today, thought I'd share. sudo apt-get install per
    usual<br>
    <br>
    <b>dtrx</b> - automatically extracts archives and compressed
    archives so you don't have to go through <a
      href="http://xkcd.com/1168/">the pain</a> of remembering tar's
    options<br>
    <br>
    <b>logstalgia</b> - easily the most fun access log viewer ever
    invented. use<br>
    <br>
    <i>ssh <a class="moz-txt-link-abbreviated" href="mailto:you@YOURSERVER.com">you@YOURSERVER.com</a> tail -f /PATH/TO/ACCESS/LOG | logstalgia
      --sync</i><br>
    <br>
    for glory :) it understands nginx, apache and lighttpd access logs<br>
    <br>
    enjoy!<br>
  </body>
</html>