1336 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
16 results tagged log x
  • thumbnail
    git lol · GitHub
    October 15, 2021 at 8:06:08 AM UTC * - permalink -
    QRCode
    - https://gist.github.com/outro56/31e588e5622dcf7931de0aee49baa7b2
    alias git log pretty-print
  • thumbnail
    10+ Best Log Analysis Tools of 2021 [Free & Paid Log Analyzers] - Sematext
    April 2, 2021 at 2:46:11 AM UTC - permalink -
    QRCode
    - https://sematext.com/blog/log-analysis-tools/
    devops list log log-analysis sysadmin
  • thumbnail
    5 useful open source log analysis tools | Opensource.com
    April 2, 2021 at 2:44:57 AM UTC - permalink -
    QRCode
    - https://opensource.com/article/19/4/log-analysis-tools
    log log-analysis security sysadmin
  • What is Log Analysis, Why You Need It, Tools, Practices And Examples
    April 2, 2021 at 2:40:05 AM UTC - permalink -
    QRCode
    - https://www.xplg.com/what-is-log-analysis-and-why-do-you-need-it/
    application-monitoring log log-analysis monitoring
  • thumbnail
    Give zabbix agent read permissions on root log files - Server Fault
    May 20, 2020 at 5:33:18 PM UTC - permalink -
    QRCode
    - https://serverfault.com/questions/901130/give-zabbix-agent-read-permissions-on-root-log-files
    authorization log rights sysadmin zabbix
  • MySQL :: MySQL 5.7 Reference Manual :: 5.4.7 Server Log Maintenance
    May 18, 2020 at 4:46:36 PM UTC - permalink -
    QRCode
    - https://dev.mysql.com/doc/refman/5.7/en/log-file-maintenance.html
    log maintenance mysql sysadmin
  • thumbnail
    Configure Logrotate To Rotate And Flush MySQL Logs Without A Password
    May 18, 2020 at 4:44:45 PM UTC - permalink -
    QRCode
    - https://www.question-defense.com/2009/12/20/configure-logrotate-to-rotate-and-flush-mysql-logs-without-a-password
    flush log logrotate mysql rotate
  • GoAccess - Visual Web Log Analyzer

    GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

    May 3, 2020 at 6:24:31 AM UTC - permalink -
    QRCode
    - https://goaccess.io/
    cli golang log monitoring
  • thumbnail
    redux-logger - Logger for Redux

    LogRocket is a production Redux logging tool that lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, LogRocket lets you replay Redux actions + state, network requests, console logs, and see a video of what the user saw.

    August 30, 2018 at 10:08:11 AM UTC * - permalink -
    QRCode
    - https://github.com/evgenyrodionov/redux-logger
    debug log redux state
  • GoAccess - Screenshots

    GoAccess' dashboard gives you an overview of server metrics by displaying summaries of different

    January 21, 2016 at 3:33:12 PM UTC - permalink -
    QRCode
    - http://goaccess.io/screenshots
    analyzer log sysadmin
  • Postfix Pflogsumm Log Entry Summary @ Calomel.org

    Pflogsumm is a log analyzer for Postfix. It can mail out a summery on a daily, weekly or monthly basis and is fully configurable. The generated report can show you patterns in email traffic so you can better determine bandwidth limitations, mail server abusers or if your mail server needs to be upgraded. Statistics can be very helpful in showing, for example, when most of your mail is sent or received or if that one mail user is sending out more than their fair share of mail. Pflogsumm will give you the ability to quickly determine what machines on your network are the top (ab)users and the proof to follow up company policies with numbers.

    Pflogsumm is a single perl file and its only dependancies are perl, the perl module Date::Calc (which is probably already installed on your system) and the proper location of a Postfix log file.

    January 19, 2016 at 7:16:48 PM UTC - permalink -
    QRCode
    - https://calomel.org/pflogsumm.html
    log perl pflogsumm postfix sysadmin
  • pflogsumm.pl - JIMSUN - Postfix Contribs

    pflogsumm.pl is designed to provide an over-view of postfix activity, with just enough detail to give the administrator a "heads up" for potential trouble spots. The following is an over-view of the reports produced.

    December 21, 2015 at 9:03:35 AM UTC - permalink -
    QRCode
    - http://jimsun.linxnet.com/postfix_contrib.html
    analyzis log mail perl pflogsumm postfix sysadmin
  • thumbnail
    Unix 'grep' for a string within all gzip files in all subdirectories - Super User

    find . -iname '*.gz' -print0 | xargs -0 zgrep PATTERN

    December 18, 2015 at 2:19:06 PM UTC - permalink -
    QRCode
    - https://superuser.com/questions/144926/unix-grep-for-a-string-within-all-gzip-files-in-all-subdirectories
    archive grep log sysadmin
  • thumbnail
    reflection - Dumping a java object's properties - Stack Overflow
    October 15, 2015 at 3:11:47 PM UTC - permalink -
    QRCode
    - https://stackoverflow.com/questions/603013/dumping-a-java-objects-properties/603065#603065
    Data::Dumper dump java log xstream
  • Use XStream to serialize Java objects into XML

    Something that looks similar to Perl's Data::Dumper in Java.

    XML serialization has a myriad of uses, including object persistence and data transport. However, some XML-serialization technologies can be complex to implement. XStream is a lightweight and easy-to-use open source Java™ library for serializing Java objects to XML and back again. Learn how to set up XStream, and discover how to use it to serialize and deserialize objects as well as to read configuration properties from an XML configuration file.

    October 15, 2015 at 10:01:41 AM UTC - permalink -
    QRCode
    - https://web.archive.org/web/20090206084754/http://ibm.com/developerworks/library/x-xstream/index.html
    Data::Dumper debug dump json log xml xstream
  • Data::Printer - colored pretty-print of Perl data structures and objects - metacpan.org

    Want to see what's inside a variable in a complete, colored and human-friendly way?

    use Data::Printer; # or just "use DDP" for short

    p @array; # no need to pass references

    Code above might output something like this (with colors!):

    [
    [0] "a",
    [1] "b",
    [2] undef,
    [3] "c",
    ]

    You can also inspect objects:

    my $obj = SomeClass->new;

    p($obj);

    Which might give you something like:

    \ SomeClass {
    Parents Moose::Object
    Linear @ISA SomeClass, Moose::Object
    public methods (3) : bar, foo, meta
    private methods (0)
    internals: {
    _something => 42,
    }
    }

    August 8, 2015 at 2:49:51 PM UTC - permalink -
    QRCode
    - https://metacpan.org/pod/Data::Printer
    dumper log module object perl
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation