4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
42 results tagged log x
  • Git Blame: Fun with --first-parent
    December 29, 2016 at 1:37:32 PM GMT+1 - permalink - archive.org - https://git-blame.blogspot.ch/2012/03/fun-with-first-parent.html
    first git log parent
  • How To Tell Apache To Not Log Certain Requests In Its Access Log

    Log selectif apache

    October 18, 2016 at 3:11:30 PM GMT+2 - permalink - archive.org - https://www.howtoforge.com/setenvif_apache2
    apache log
  • Note: get aws flow logs

    aws logs get-log-events --log-group-name XX --log-stream-name YY --start-time 1476350746000

    Je commence à bien aimer aws.

    October 13, 2016 at 2:37:35 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?ZHDmkA
    aws flow log logs
  • SSH Blamer

    Encore un exemple d'utilisation de env= dans le authorized keys

    via skunnyk

    August 1, 2016 at 5:09:11 PM GMT+2 - permalink - archive.org - http://damiengustave.fr/ssh-blamer/
    blame log ssh
  • MySQL :: MySQL 5.7 Reference Manual :: 13.4.1.3 SET sql_log_bin Syntax

    To disable bin log for the current session

    January 18, 2016 at 4:51:45 PM GMT+1 - permalink - archive.org - http://dev.mysql.com/doc/refman/5.7/en/set-sql-log-bin.html
    bin log mysql
  • GoAccess - Screenshots
    November 3, 2015 at 2:41:44 PM GMT+1 - permalink - archive.org - http://goaccess.io/screenshots
    apache audit log logs nginx web
  • Devise & Rails: Tracking User Logins & Sign-ups - joanswork.com
    October 9, 2015 at 4:37:41 PM GMT+2 - permalink - archive.org - http://joanswork.com/devise-usage-tracking/
    devise log rails ruby track
  • Linux / Unix logtop: Realtime Log Line Rate Analyser

    Ptin trop bien logtop!

    tcpdump -i any -n port 53 and udp|grep 'A?'|cut -d' ' -f8|logtop

    September 16, 2015 at 5:27:07 PM GMT+2 - permalink - archive.org - http://www.cyberciti.biz/faq/linux-unix-logtop-realtime-log-line-rate-analyser/
    log logtop tools
  • ruby on rails - Logging in delayed_job? - Stack Overflow
    August 20, 2015 at 5:47:04 PM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/14631910/logging-in-delayed-job
    delayed_jobs log rails
  • The Log: What every software engineer should know about real-time data's unifying abstraction | LinkedIn Engineering

    Très intéressant, mais un peu long, je ferai un tldr

    May 7, 2015 at 2:39:40 PM GMT+2 - permalink - archive.org - https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying
    elk kafka log
  • How to Centralize Logs from Docker Containers -
    January 1, 2015 at 3:08:17 PM GMT+1 - permalink - archive.org - https://www.loggly.com/blog/centralize-logs-docker-containers/
    docker log
  • thumbnail
    etsy/logstash-forwarder

    un listener qui permet d'envoyer un seul evenement logstash pour plusieurs lignes de logs.

    Si on a la main sur le code source, c'est quand meme plus simple de logger en json : 1 ligne = 1 event

    Dans ce cas on peut utiliser le plugin imfile de rsyslog pour surveiller le fichier et envoyer les events :)

    December 11, 2014 at 2:57:39 PM GMT+1 - permalink - archive.org - https://github.com/etsy/logstash-forwarder
    log logstash
  • Crontab Redirect to Log File With Date in Name

    Bon à savoir, pour rediriger la sortie standard d'un cron dans un fichier avec la date, penser à échapper les "%"

    /path/to/log/dir/$(date +\%Y-\%m-\%d).log

    October 30, 2014 at 11:15:06 AM GMT+1 - permalink - archive.org - http://www.idevelopment.info/data/Oracle/DBA_tips/Unix/UNIX_7.shtml
    cron crontab log logs
  • bad guys

    Quelques tentatives de connexion sur mon serveur. On voit un peu de tout : rdp, vnc, mysql ..

    grep input /var/log/iptables.log|grep -Eo "DPT=[0-9]+" | sort -u

    DPT=1433
    DPT=22
    DPT=23
    DPT=3128
    DPT=3306
    DPT=3389
    DPT=37662
    DPT=37834
    DPT=389
    DPT=4899
    DPT=5001
    DPT=5900
    DPT=7071
    DPT=7777
    DPT=8080
    DPT=9200
    DPT=992

    June 12, 2014 at 2:14:19 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?_NKrGA
    iptables log security
  • logstalgia - website access log visualization - Google Project Hosting

    Logstalgia is a website traffic visualization that replays or streams web-server access logs as a pong-like battle between the web server and an never ending torrent of requests.

    May 27, 2014 at 2:37:51 PM GMT+2 - permalink - archive.org - http://code.google.com/p/logstalgia/
    apache log nginx pong
  • Debian -- Details of package logtail in wheezy

    logtail permet de tail seulement la différence avec le dernier logtail qu'on a fait (un marqueur est créé pour stocker la position)

    pratique pour faire une sonde munin si on veut la moyenne ou le max de ce qu'on a dans le log depuis le dernier check

    April 14, 2014 at 11:23:25 AM GMT+2 - permalink - archive.org - https://packages.debian.org/wheezy/logtail
    cat log logtail munin tail
  • Log iptables Messages to a Separate File with rsyslog | Random Bits

    une rule rsyslog
    un logrotate

    • commentaire à la regle iptable
    March 6, 2014 at 3:23:15 PM GMT+1 - permalink - archive.org - http://blog.shadypixel.com/log-iptables-messages-to-a-separate-file-with-rsyslog/
    iptables log
  • LogWatch Apache / HTTP avec Virtual Host - Wiki de Romain RUDIGER

    Je commençais à me plonger dans le code de logwatch, et là, je trouve cet article qui décrit exactement ce que je voulais faire : avoir le header 'host' dans les rapports logwatch \o/

    February 6, 2014 at 10:22:47 AM GMT+1 - permalink - archive.org - http://romain.novalan.fr/wiki/LogWatch_Apache_/_HTTP_avec_Virtual_Host
    apache log logwatch
  • logstash - open source log management

    Logstash c'est bien.

    En fait c'est mieux avec ses deux copains : elasticsearch et kibana !

    Logstash permet de :
    1) récupérer "des choses" (parmi des input, comme par exemple des logs),
    2) de les traiter (par exemple, appliquer des regex pour récupérer des champs),
    3) de balancer la structure obtenue après traitement "quelquepart" (il existe des tas d'output, par exemple : elasticsearch)

    Une fois que vous avez ça en place, vous pouvez visualiser vos données stockées dans elasticsearch avec kibana! (et ça donne ça : http://www.elasticsearch.org/overview/kibana/)

    Sympa pour exploiter des access.log par exemple :)

    December 13, 2013 at 10:50:22 AM GMT+1 - permalink - archive.org - http://logstash.net/
    elasticsearch kibana log logstash
  • Shell : Historiser (logguer) toutes les commandes shell | L'admin sous GNU / Linux - Blog Libre
    October 31, 2013 at 8:03:55 PM GMT+1 - permalink - archive.org - http://blog.admin-linux.org/administration/shell-historiser-logguer-toutes-les-commandes-shell
    historique linux log
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation