Logs
Easily monitor and archive your system log reports.
2015/06/29
If you want to monitor your server logs and also like them to be emailed then just Logwatch may not be sufficient. It sends you a mail but does not archive them, so head over to epylog […] To …
colorize your logs
2015/01/14
CCZE is a robust and modular log colorizer with plugins for apm, exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd, vsftpd, xferlog, and more. For installation sudo yum install ccze and …
Quick tip on zipping logs in real time.
2010/10/13
Sometimes, some small things that we don’t actually think can be useful are such useful. I faced this couple of days back when I was working on something and the amount of logs getting generated and …
List of commands you use most often
2010/07/25
$ history | <a class="zem_slink" title="AWK" rel="homepage" href="http://cm.bell-labs.com/cm/cs/awkbook/index.html">awk '{a[$2]++}END{for(i in a){print …
concatenate compressed and uncompressed logs
2010/07/15
$ find /var/log/apache2 -name 'access.loggz' -exec <a class="zem_slink freebase/guid/9202a8c04000641f800000000001abd9" title="Gzip" rel="homepage" …
concatenate compressed and uncompressed logs
2010/06/21
$ find /var/log/apache2 -name 'access.loggz' -exec <a class="zem_slink freebase/en/gzip" title="Gzip" rel="homepage" href="http://www.gzip.org/">zcat {} ; …
Logwatch for Linux Systems.
2010/06/02
On my personal <a class="zem_slink freebase/en/client" title="Client (computing)" rel="wikipedia" …